[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
+6 -6
View File
@@ -1,8 +1,8 @@
@import '../style/var';
.van-coupon-list {
height: 100%;
position: relative;
height: 100%;
background-color: @background-color;
&__field {
@@ -15,16 +15,16 @@
}
&__list {
overflow-y: auto;
padding: 15px 0;
box-sizing: border-box;
padding: 15px 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
&__close {
left: 0;
bottom: 0;
position: absolute;
bottom: 0;
left: 0;
font-weight: 500;
}
@@ -33,8 +33,8 @@
text-align: center;
p {
color: @gray-dark;
margin: 15px 0;
color: @gray-dark;
font-size: 14px;
line-height: 20px;
}