导航页
This commit is contained in:
@@ -26,7 +26,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
html,body
|
||||
height: auto
|
||||
width: 100%
|
||||
background-color: #F5F5F5
|
||||
background-color: #fff
|
||||
|
||||
.clear:after
|
||||
content: ''
|
||||
@@ -128,6 +128,96 @@ html,body
|
||||
display: inline-block
|
||||
height: inherit
|
||||
|
||||
.flexstart {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.jcflexstart {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.jccenter {
|
||||
justify-content: center !important;
|
||||
}
|
||||
.flexwrap {
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.zd-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.zd-col-24 {
|
||||
width: 100%;
|
||||
}
|
||||
.zd-col-23 {
|
||||
width: 95.83333%
|
||||
}
|
||||
.zd-col-22 {
|
||||
width: 91.66667%
|
||||
}
|
||||
.zd-col-21 {
|
||||
width: 87.5%
|
||||
}
|
||||
.zd-col-20 {
|
||||
width: 83.33333%
|
||||
}
|
||||
.zd-col-19 {
|
||||
width: 79.16667%
|
||||
}
|
||||
.zd-col-18 {
|
||||
width: 75%
|
||||
}
|
||||
.zd-col-17 {
|
||||
width: 70.83333%
|
||||
}
|
||||
.zd-col-16 {
|
||||
width: 66.66667%
|
||||
}
|
||||
.zd-col-15 {
|
||||
width: 62.5%
|
||||
}
|
||||
.zd-col-14 {
|
||||
width: 58.33333%
|
||||
}
|
||||
.zd-col-13 {
|
||||
width: 54.16667%
|
||||
}
|
||||
.zd-col-12 {
|
||||
width: 50%;
|
||||
}
|
||||
.zd-col-11 {
|
||||
width: 45.83333%
|
||||
}
|
||||
.zd-col-10 {
|
||||
width: 41.66667%
|
||||
}
|
||||
.zd-col-9 {
|
||||
width: 37.5%
|
||||
}
|
||||
.zd-col-8 {
|
||||
width: 33.33333%
|
||||
}
|
||||
.zd-col-7 {
|
||||
width: 29.16667%
|
||||
}
|
||||
.zd-col-6 {
|
||||
width: 25%
|
||||
}
|
||||
.zd-col-5 {
|
||||
width: 20.83333%
|
||||
}
|
||||
.zd-col-4 {
|
||||
width: 16.66667%
|
||||
}
|
||||
.zd-col-3 {
|
||||
width: 12.5%
|
||||
}
|
||||
.zd-col-2 {
|
||||
width: 8.33333%
|
||||
}
|
||||
.zd-col-1 {
|
||||
width: 4.16667%
|
||||
}
|
||||
|
||||
/** 公共样式 **/
|
||||
header
|
||||
_fj()
|
||||
@@ -139,8 +229,6 @@ header
|
||||
.content
|
||||
position: relative
|
||||
padding: 0 0.24rem
|
||||
.login-bg
|
||||
background: #ffffff center bottom / 100% auto no-repeat url(./images/bg.png)
|
||||
.loading-tips
|
||||
_font(.28rem,.53rem,#929292,,center)
|
||||
margin-bottom 1.2rem
|
||||
|
||||
Reference in New Issue
Block a user