add ExpressWay component

This commit is contained in:
陈嘉涵
2017-08-28 19:20:47 +08:00
parent 09944101db
commit 9eed1b1f85
8 changed files with 535 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
.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;
}
}
}

View File

@@ -32,3 +32,4 @@
@import './swipe.css';
@import './notice-bar.css';
@import './switch-cell.css';
@import './express-way.css';