You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
799 B
58 lines
799 B
.info {
|
|
background: #fff;
|
|
padding: 20rpx 40rpx;
|
|
color: #181818;
|
|
}
|
|
|
|
.info .title {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info .line {
|
|
font-size: 24rpx;
|
|
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.sit_sel {
|
|
margin: 20rpx 0;
|
|
background-color: #fff;
|
|
padding: 0 40rpx;
|
|
}
|
|
|
|
.sit_warning {
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #FF1D42;
|
|
line-height: 64rpx;
|
|
}
|
|
.sit_sel .title{
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
line-height: 64rpx;
|
|
}
|
|
|
|
.sit_sel .selecter {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
line-height: 80rpx;
|
|
}
|
|
.sit_sel .selecter .price{
|
|
width: 300rpx;
|
|
}
|
|
.sit_sel .selecter .icon{
|
|
margin-left:60rpx;
|
|
}
|
|
.sit_sel .selecter {
|
|
|
|
font-size: 28rpx;
|
|
}
|
|
.disFix{
|
|
display: flex;
|
|
}
|
|
.disNonetrue{
|
|
visibility: hidden;
|
|
/* display: none; */
|
|
} |