add GoodsAction component

This commit is contained in:
陈嘉涵
2017-08-31 19:36:37 +08:00
parent 415af2b40b
commit 8986da5ba6
14 changed files with 303 additions and 2 deletions
+40
View File
@@ -0,0 +1,40 @@
@import './common/var.css';
.van-goods-action {
left: 0;
right: 0;
bottom: 0;
display: flex;
position: fixed;
&__mini-btn {
color: #666;
display: flex;
height: 50px;
font-size: 10px;
min-width: 15%;
text-align: center;
background-color: #fff;
flex-direction: column;
justify-content: center;
&::after {
@mixin border-retina (top, right), #cacaca;
}
&:last-child {
&::after {
border-right-width: 0;
}
}
&:active {
background-color: $c-active;
}
}
&__mini-btn-icon {
font-size: 20px;
margin-bottom: 5px;
}
}