| | |
| | | background: #fff6f0; |
| | | } |
| | | |
| | | .icon { |
| | | .iconImage { |
| | | width: 36rpx; |
| | | height: 36rpx; |
| | | margin-right: 10rpx; |
| | |
| | | |
| | | .box-list .lable { |
| | | margin-bottom: 10rpx; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .lable .icon { |
| | | color: #f56c6c; |
| | | } |
| | | |
| | | .rateList { |
| | | line-height: 36rpx; |
| | | } |
| | | |
| | | .li { |
| | | margin: 10rpx; |
| | | } |
| | | |
| | | .userName { |
| | | font-family: '楷体', SimSun, 'Sunflower', sans-serif; |
| | | font-style: italic; |
| | | } |
| | | |
| | | .buttonBox { |
| | |
| | | --td-button-primary-active-bg-color: #fff0e6; |
| | | --td-button-primary-active-border-color: #ff6c00; |
| | | padding: 0; |
| | | margin: 0 30rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | |
| | | |
| | | .close-btn { |
| | | position: absolute; |
| | |
| | | .submit { |
| | | background: #ff6c00; |
| | | color: #fff; |
| | | } |
| | | |
| | | .popup-box { |
| | | position: absolute; |
| | | z-index: 99999; |
| | | top: 0; |
| | | background-color: rgba(0, 0, 0, 0.5); |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .info-center { |
| | | position: fixed; |
| | | z-index: 99999; |
| | | background-color: white; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 10rpx; |
| | | width: 78%; |
| | | height: 400rpx; |
| | | margin-left: 8%; |
| | | } |
| | | |
| | | .block1 { |
| | | height: 200rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .t-radio { |
| | | margin-right: 40rpx; |
| | | } |