52 lines
803 B
Stylus
52 lines
803 B
Stylus
/*!
|
|
* 全局样式
|
|
*/
|
|
.container
|
|
max-width 1180px
|
|
min-width 1070px
|
|
background-color c-fff
|
|
margin 0 auto 10px
|
|
text-left()
|
|
.home
|
|
//margin-top 78px
|
|
background-color c-eee
|
|
.btn
|
|
background-color #ff5e52
|
|
border 0
|
|
color c-fff
|
|
opacity .8
|
|
box-sizing border-box
|
|
&:hover
|
|
opacity .75
|
|
.btn-ok
|
|
background-color #ff5e52
|
|
.btn-cancel
|
|
background-color #51cc87
|
|
.form-control
|
|
box-sizing border-box
|
|
|
|
.browsehappy
|
|
padding 8px 0
|
|
background #fbe3e4
|
|
color #8a1f11
|
|
text-align center
|
|
.loading-mask
|
|
position fixed
|
|
top 0
|
|
right 0
|
|
left 0
|
|
bottom 0
|
|
display block
|
|
width 100%
|
|
height 100%
|
|
background-color rgb(255, 255, 255)
|
|
opacity .8
|
|
.loading-icon
|
|
position relative
|
|
top 50%
|
|
left 50%
|
|
width 50px
|
|
height 50px
|
|
margin-top -25px
|
|
margin-left -25px
|