36 lines
680 B
Plaintext
36 lines
680 B
Plaintext
.indicatorC .item {
|
|
background-color: #FFFFFF;
|
|
padding: 3rpx 5rpx;
|
|
border: 1rpx solid #D2D2D2;
|
|
font-size: 20rpx;
|
|
color: #999;
|
|
text-align: center;
|
|
}
|
|
.indicatorC .item.select {
|
|
background-color: #FFFAF1;
|
|
border: 1rpx solid #F2C369;
|
|
color: #BB8520;
|
|
}
|
|
.detailOptionC .option {
|
|
margin: 0 10rpx;
|
|
line-height: 36rpx;
|
|
padding: 0 10rpx;
|
|
border-radius: 5rpx;
|
|
border: 1rpx solid #D2D2D2;
|
|
font-size: 22rpx;
|
|
color: #999999;
|
|
text-align: center;
|
|
}
|
|
.detailOptionC .option .icon {
|
|
width: 23rpx;
|
|
height: auto;
|
|
}
|
|
.detailOptionC .option .arrow {
|
|
width: 11rpx;
|
|
height: auto;
|
|
}
|
|
.detailOptionC .option.select {
|
|
border: solid 1rpx #F2C369;
|
|
color: #F2C369;
|
|
}
|