[build] add stylelint-config-rational-order plugin

This commit is contained in:
陈嘉涵
2019-05-09 19:00:53 +08:00
parent 21589c9b9f
commit ba4f02b9b4
64 changed files with 571 additions and 442 deletions

View File

@@ -1,15 +1,15 @@
@import '../style/var';
.van-progress {
height: 4px;
position: relative;
border-radius: 4px;
height: 4px;
background: @gray-light;
border-radius: 4px;
&__portion {
position: absolute;
left: 0;
height: 100%;
position: absolute;
border-radius: inherit;
&--with-pivot {
@@ -19,18 +19,18 @@
}
&__pivot {
position: absolute;
top: 50%;
right: 0;
box-sizing: border-box;
min-width: 2em;
padding: 0 5px;
font-size: 10px;
position: absolute;
line-height: 1.6;
text-align: center;
border-radius: 1em;
word-break: keep-all;
box-sizing: border-box;
background-color: @gray-light;
border-radius: 1em;
transform: translate(100%, -50%);
}
}