mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-03 12:19:15 +08:00
45 lines
624 B
CSS
45 lines
624 B
CSS
@import "./common/var.css";
|
|
|
|
@component-namespace zan {
|
|
@b radio {
|
|
@when disabled {
|
|
.zan-icon {
|
|
color: #d1dbe5;
|
|
}
|
|
}
|
|
|
|
@e input {
|
|
position: relative;
|
|
height: 22px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
@e control {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 22px;
|
|
height: 22px;
|
|
opacity: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
@e label {
|
|
line-height: 22px;
|
|
}
|
|
|
|
.zan-icon {
|
|
font-size: 22px;
|
|
line-height: 1;
|
|
}
|
|
|
|
.zan-icon-checked {
|
|
color: $c-green;
|
|
}
|
|
|
|
.zan-icon-check {
|
|
color: $c-gray-dark;
|
|
}
|
|
}
|
|
}
|