.cy-content-list { padding-top: 25rpx; width: 100%; height: auto; background-color: white; } .cy-list-item { width: 100%; min-height: 100rpx; border-bottom: 1px solid #e8e8e8; } .cy-text-e { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .cy-item-title { width: 200rpx; height: 100%; padding-left: 60rpx; text-align: left; line-height: 100rpx; font-size: 32rpx; } .cy-item-input { width: 480rpx; height: 100rpx; } .cy-item-address { width: 460rpx; height: 100%; background-color: wheat; } .cy-list-item input { font-size: 14px; } radio, switch { transform: scale(0.85); } .line-sex { width: 220rpx; font-size: 14px; color: gray; } .cy-save { margin-top: 60rpx; width: 100%; height: 110rpx; } .cy-save view { margin-left: 50rpx; width: 650rpx; height: 85rpx; border-radius: 50rpx; color: white; background-color: #004585; } .cy-button { margin-top: 30rpx; margin-right: 25rpx; width: auto; height: 50rpx; line-height: 50rpx; font-size: 26rpx; color: #004585; border-radius: 50rpx; } .cy-switch { position: absolute; margin-top: 20rpx; right: 45rpx; font-size: 22rpx; border-radius: 50rpx; } .wx-switch-input { width: 100rpx !important; height: 60rpx !important; background: #004585 !important; border: #004585 !important; /* 2018-07-18 重置开关边框颜色 */ } .wx-switch-input::before { width: 100rpx !important; height: 60rpx !important; } .wx-switch-input::after { width: 60rpx !important; height: 60rpx !important; } button::after { border-radius: 50rpx; border: 1px solid #004585; }