mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-15 17:29:16 +08:00
58 lines
762 B
CSS
58 lines
762 B
CSS
.van-express-way {
|
|
padding: 0;
|
|
|
|
&__fee,
|
|
&__type {
|
|
color: #666;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
&__fee {
|
|
font-size: 14px;
|
|
}
|
|
|
|
&__type {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.van-actionsheet__content {
|
|
max-height: 290px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
&-option {
|
|
position: relative;
|
|
padding: 14px 15px 14px 0;
|
|
|
|
.van-radio {
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -11px;
|
|
position: absolute;
|
|
}
|
|
|
|
&__content {
|
|
padding-left: 30px;
|
|
|
|
p {
|
|
color: #999;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
|
|
&__title {
|
|
span {
|
|
vertical-align: middle;
|
|
|
|
&:first-child {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__warn {
|
|
color: #f09000;
|
|
}
|
|
}
|
|
} |