mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 05:49:16 +08:00
fix: minor fix
This commit is contained in:
parent
bbf787218f
commit
7c6bfc6714
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
@component-namespace zan {
|
@component-namespace zan {
|
||||||
@b switch {
|
@b switch {
|
||||||
height: 29px;
|
height: 31px;
|
||||||
width: 49px;
|
width: 51px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@ -15,17 +15,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@e node {
|
@e node {
|
||||||
width: 27px;
|
width: 28px;
|
||||||
height: 27px;
|
height: 28px;
|
||||||
border-radius: 100%;
|
border-radius: 13.5px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05);
|
box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05);
|
||||||
left: 0;
|
left: 1px;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
z-index: 2;
|
||||||
&::after {
|
&::after {
|
||||||
@mixin border-retina (top, right, bottom, left), rgba(0, 0, 0, .1);
|
@mixin border-retina (top, right, bottom, left), rgba(0, 0, 0, .1);
|
||||||
border-radius: 100%;
|
border-radius: 27px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user