/* pages/minePages/sldjxxcx/sldjxxcx.wxss */ .sldjxxcx-container { width: 100%; height: 100vh; background: linear-gradient(179deg, #cce1ff 0%, #ffffff 53%, #f9fbff 78%, #f8fbff 100%); } .content-container { margin: 0 40rpx; width: calc(100% - 80rpx); } .cxxx-form { padding: 20rpx 30rpx; margin-top: 20rpx; width: 100%; background: #ffffff; border-radius: 10rpx; box-shadow: 0px 6rpx 12rpx 0px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .form-item { width: 100%; height: 90rpx; display: flex; align-items: center; } .item-label { width: 120rpx; height: 100%; font-size: 26rpx; color: #666666; font-family: "苹方R"; display: flex; align-items: center; justify-content: flex-start; } .item-value { margin-left: 20rpx; width: 0; flex: 1; height: 100%; font-size: 26rpx; color: #3B3B3B; font-family: "苹方R"; display: flex; align-items: center; justify-content: flex-start; border-bottom: 1px solid #E8E8E8; box-sizing: border-box; } .select { position: relative; width: 100%; height: 100%; font-size: 26rpx; color: #3B3B3B; font-family: "苹方R"; display: flex; align-items: center; justify-content: flex-start; box-sizing: border-box; } .select::before { content: ""; position: absolute; right: 0; top: clac(50% - 5rpx); border: 10rpx solid transparent; border-top-color: #ABABAB; } .result-form { margin-top: 20rpx; padding: 20rpx; width: 100%; background: #ffffff; border-radius: 10rpx; box-shadow: 0px 6rpx 12rpx 0px rgba(0, 0, 0, 0.05); } .result-form-item { width: 100%; height: fit-content; min-height: 90rpx; display: flex; } .result-form-label { padding: 25rpx 0; width: 160rpx; height: 100%; line-height: 40rpx; font-size: 26rpx; color: #666666; font-family: "苹方R"; box-sizing: border-box; } .result-form-value { padding: 25rpx 0; margin-left: 20rpx; width: fit-content; flex: 1; min-height: 100%; line-height: 40rpx; font-size: 26rpx; color: #3B3B3B; font-family: "苹方M"; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; } .pop1Contain { position: relative; width: 100%; height: calc(100% - 80rpx); } .pop1-title { position: sticky; top: 0; z-index: 9; width: 100%; height: 80rpx; text-align: center; line-height: 60rpx; font-family: "苹方M"; font-size: 32rpx; color: #313131; background: #ffffff; } .pop1list { width: 100%; height: 100rpx; line-height: 100rpx; font-family: "苹方R"; font-size: 28rpx; color: #313131; border-bottom: 1px solid #eeeeee; } .buttonActive { opacity: 0.6; }