文档优化

This commit is contained in:
cookfront
2017-03-06 15:16:02 +08:00
parent 76fa89a49c
commit 7093f1772f
26 changed files with 403 additions and 132 deletions

View File

@@ -2,7 +2,9 @@
@component-namespace zan {
@b checkbox {
@when disabled {
overflow: hidden;
@m disabled {
.zan-icon {
color: #d1dbe5;
}
@@ -12,6 +14,7 @@
position: relative;
height: 22px;
margin-right: 15px;
float: left;
}
@e control {
@@ -26,6 +29,8 @@
@e label {
line-height: 22px;
margin-left: 37px;
display: block;
}
.zan-icon {

View File

@@ -2,7 +2,9 @@
@component-namespace zan {
@b radio {
@when disabled {
overflow: hidden;
@m disabled {
.zan-icon {
color: #d1dbe5;
}
@@ -11,7 +13,7 @@
@e input {
position: relative;
height: 22px;
margin-right: 15px;
float: left;
}
@e control {
@@ -26,6 +28,8 @@
@e label {
line-height: 22px;
display: block;
margin-left: 37px;
}
.zan-icon {

View File

@@ -53,6 +53,7 @@
margin: 0 0 10px;
overflow: hidden;
padding-bottom: 20px;
position: relative;
}
}
@@ -105,7 +106,7 @@
.zan-step__circle-container {
left: auto;
right: -6px;
right: -8px;
}
.zan-step__line {