[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
+8 -8
View File
@@ -2,11 +2,11 @@
.van-nav-bar {
position: relative;
user-select: none;
text-align: center;
height: @nav-bar-height;
line-height: @nav-bar-height;
text-align: center;
background-color: @nav-bar-background-color;
user-select: none;
.van-icon {
color: @nav-bar-icon-color;
@@ -24,25 +24,25 @@
}
&--fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
position: fixed;
}
&__title {
margin: 0 auto;
max-width: 60%;
margin: 0 auto;
color: @nav-bar-title-text-color;
font-size: @nav-bar-title-font-size;
font-weight: 500;
font-size: @nav-bar-title-font-size;
}
&__left,
&__right {
position: absolute;
bottom: 0;
font-size: 14px;
position: absolute;
}
&__left {
@@ -54,10 +54,10 @@
}
&__text {
color: @nav-bar-text-color;
display: inline-block;
margin: 0 -15px;
padding: 0 15px;
display: inline-block;
color: @nav-bar-text-color;
vertical-align: middle;
&:active {