mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] GoodsAction: duplicate style (#2140)
This commit is contained in:
parent
8dc060e50f
commit
8cd3c5a8a6
@ -12,12 +12,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
&::after {
|
&:not(:first-child)::after {
|
||||||
border-width: 1px 0 0 1px;
|
border-left-width: 1px;
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child::after {
|
|
||||||
border-left-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
|
@ -6,44 +6,4 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
&-big-btn {
|
|
||||||
flex: 1;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
@media (max-width: 321px) {
|
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&-mini-btn {
|
|
||||||
color: @gray-darker;
|
|
||||||
display: flex;
|
|
||||||
height: 50px;
|
|
||||||
font-size: 10px;
|
|
||||||
min-width: 15%;
|
|
||||||
line-height: 1;
|
|
||||||
text-align: center;
|
|
||||||
background-color: @white;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
border-width: 1px 0 0 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child::after {
|
|
||||||
border-left-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
background-color: @active-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__icon {
|
|
||||||
width: 1em;
|
|
||||||
font-size: 20px;
|
|
||||||
margin: 0 auto 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user