人工异常处理
This commit is contained in:
@@ -26,7 +26,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
html,body
|
||||
min-height: 100vh
|
||||
width: 100%
|
||||
background-color: #fff
|
||||
background-color: #f5f5f5
|
||||
|
||||
.clear:after
|
||||
content: ''
|
||||
@@ -88,7 +88,7 @@ html,body
|
||||
margin-top: .15rem !important
|
||||
|
||||
.mgt86
|
||||
margin-top 0.86rem !important
|
||||
margin-top 0.96rem !important
|
||||
|
||||
.mgl20
|
||||
margin-left: .2rem !important
|
||||
@@ -233,7 +233,7 @@ header
|
||||
width 100%
|
||||
height .86rem
|
||||
padding 0 .24rem
|
||||
background: $red
|
||||
background linear-gradient(90deg, #ff6800, #ff9856)
|
||||
span
|
||||
_font(.36rem,.86rem,#ffffff,bold,center)
|
||||
.content
|
||||
@@ -273,11 +273,11 @@ header
|
||||
a
|
||||
text-decoration underline
|
||||
color $red
|
||||
.layout-t tr.checked
|
||||
background-image linear-gradient(to top, #ffcb4b, #ffe8ad)
|
||||
.layout-t tr.checked td
|
||||
background-color $red
|
||||
color #fff
|
||||
a
|
||||
color #fff
|
||||
background-color transparent
|
||||
color #6c5502
|
||||
.grid-wraper::-webkit-scrollbar, .slide::-webkit-scrollbar
|
||||
width 0
|
||||
height 0
|
||||
@@ -351,7 +351,7 @@ header
|
||||
.btn
|
||||
_font(.28rem,.6rem,#fff,,center)
|
||||
padding 0 .2rem
|
||||
background-color: $red
|
||||
background-color#ff6800
|
||||
border-radius: 5px
|
||||
cursor pointer
|
||||
&:disabled
|
||||
@@ -381,6 +381,8 @@ header
|
||||
/** 输入框 **/
|
||||
.filter-wraper
|
||||
width 100%
|
||||
background-color #fff
|
||||
border-radius 4px
|
||||
margin-bottom .15rem
|
||||
.bottom-filter
|
||||
width 100%
|
||||
@@ -390,8 +392,8 @@ header
|
||||
box-shadow 0 0 15px 0 rgba(160,160,160,0.9)
|
||||
.bottom-filter-tip
|
||||
_fj(space-between)
|
||||
padding .1rem 0 0 0
|
||||
// border-bottom .01rem solid #f0edf1
|
||||
padding 0 .2rem
|
||||
border-bottom .02rem solid #f0edf1
|
||||
&:last-child
|
||||
border-bottom none
|
||||
.filed-space
|
||||
@@ -405,14 +407,14 @@ header
|
||||
.filter-unit
|
||||
width .5rem
|
||||
margin-left .2rem
|
||||
_font(.26rem,.6rem,#323232)
|
||||
_font(.26rem,.6rem,#323232,,right)
|
||||
.filter-input
|
||||
display block
|
||||
width 100%
|
||||
min-width 0
|
||||
padding 0 .15rem
|
||||
_font(.3rem,.9rem,#606266)
|
||||
border .02rem solid #dcdfe6
|
||||
// border .02rem solid #dcdfe6
|
||||
border-radius 4px
|
||||
background-color #fff
|
||||
// box-sizing border-box
|
||||
@@ -509,7 +511,7 @@ header
|
||||
left 0
|
||||
right 0
|
||||
text-align center
|
||||
z-index 100
|
||||
z-index 98
|
||||
&::after
|
||||
content ""
|
||||
display inline-block
|
||||
@@ -517,9 +519,10 @@ header
|
||||
width 0
|
||||
vertical-align middle
|
||||
.msg_box
|
||||
position relative
|
||||
z-index 100
|
||||
display inline-block
|
||||
width 90%
|
||||
max-width 420px
|
||||
padding .2rem
|
||||
vertical-align middle
|
||||
background-color #fff
|
||||
@@ -561,6 +564,9 @@ header
|
||||
.from_item .el-input__inner
|
||||
height 40px
|
||||
line-height inherit
|
||||
border: 1px solid #DCDFE6;
|
||||
.from_item .el-select .el-input.is-focus .el-input__inner, .from_item .el-select .el-input__inner:focus
|
||||
border-color #e74f1a
|
||||
.el-select-dropdown__item span
|
||||
font-size 14px !important
|
||||
.el-select .el-input .el-select__caret
|
||||
@@ -592,6 +598,7 @@ header
|
||||
.el-input__inner
|
||||
line-height .6rem
|
||||
height .6rem
|
||||
border 0
|
||||
.el-select .el-input .el-select__caret
|
||||
line-height .6rem
|
||||
.el-radio__label
|
||||
|
||||
Reference in New Issue
Block a user