mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[improvement] AddressList: optimize radio style
This commit is contained in:
parent
5e9e2398b8
commit
8cf8956294
@ -29,26 +29,8 @@
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
.van-radio__label {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
padding-left: 27px;
|
||||
}
|
||||
|
||||
.van-radio__icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
transform: translate(0, -50%);
|
||||
|
||||
.van-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.van-radio__icon--checked .van-icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user