/* pages/waterabnormal/feedback/feedback.wxss */ .feedback { box-sizing: border-box; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #424656; } .feedback .back { width: 32rpx; height: 32rpx; display: inline-block; } .feedback .title { height: 80rpx; background: #FAFCFF; line-height: 80rpx; padding: 0 40rpx; box-sizing: border-box; } .feedback .desc { margin: 0 40rpx; box-sizing: border-box; height: 280rpx; border: 2rpx solid rgba(174, 203, 228, 0.3); padding: 10rpx 10rpx; position: relative; } .feedback .desc .limit-length { position: absolute; right: 10rpx; bottom: 10rpx; font-size: 22rpx; color: rgba(188, 191, 202, 1); } .feedback .btn-big { margin-top: 80rpx; } .radio-group { width: 520rpx; } .radio { margin-left: 40rpx; font-size: 28rpx; color: rgba(104, 107, 120, 1); line-height: 80rpx; } radio .wx-radio-input { border-radius: 50%; width: 30rpx; height: 30rpx; border-width: 1.5rpx; margin-right: 20rpx; } radio .wx-radio-input.wx-radio-input-checked { border-color: rgba(0, 145, 255, 1) !important; background: none !important; } radio .wx-radio-input.wx-radio-input-checked::before { content: ''; border-radius: 50%; width: 18rpx; height: 18rpx; background: rgba(0, 145, 255, 1); transform: translate(-50%, -50%) scale(1); }