[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,9 +1,9 @@
@import '../style/var';
.van-password-input {
position: relative;
margin: 0 15px;
user-select: none;
position: relative;
&:focus {
outline: none;
@@ -11,8 +11,8 @@
&__info,
&__error-info {
font-size: 14px;
margin-top: 15px;
font-size: 14px;
text-align: center;
}
@@ -25,9 +25,9 @@
}
&__security {
display: flex;
width: 100%;
height: 50px;
display: flex;
background-color: @white;
&::after {
@@ -35,9 +35,9 @@
}
li {
position: relative;
flex: 1;
height: 100%;
position: relative;
font-size: 20px;
line-height: 50px;
text-align: center;
@@ -49,14 +49,14 @@
i {
position: absolute;
left: 50%;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin: -5px 0 0 -5px;
visibility: hidden;
border-radius: 100%;
background-color: @black;
border-radius: 100%;
visibility: hidden;
}
}
}