add GoodsAction component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user