半成品
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
// 选择器
|
||||
.el-select
|
||||
width 100%
|
||||
display block
|
||||
.el-input
|
||||
line-height 30px
|
||||
font-size 12px
|
||||
@@ -230,7 +231,6 @@ header
|
||||
top -1px
|
||||
z-index 1
|
||||
color #606266
|
||||
border 1px solid #8B90A6
|
||||
padding 5px 0
|
||||
font-weight bold
|
||||
background-color #8B90A6
|
||||
@@ -239,8 +239,12 @@ header
|
||||
font-size 12px
|
||||
color #fff
|
||||
word-break break-all
|
||||
border-right 1px solid #8B90A6
|
||||
border-bottom 1px solid #8B90A6
|
||||
box-sizing border-box
|
||||
&:first-child
|
||||
border-left 1px solid #8B90A6
|
||||
td
|
||||
border 1px solid #8B90A6
|
||||
padding 5px
|
||||
.input
|
||||
width 1.8rem
|
||||
@@ -249,6 +253,38 @@ header
|
||||
font-size .13rem
|
||||
color #606266
|
||||
text-indent .05rem
|
||||
.slide_new
|
||||
width: 100%
|
||||
height: 100%
|
||||
overflow-y: auto
|
||||
.zd_wrapper
|
||||
height calc(100% - 95px)
|
||||
overflow hidden
|
||||
.grid_wraper
|
||||
table-layout fixed
|
||||
width auto
|
||||
min-width 100%
|
||||
height 100%
|
||||
th
|
||||
position sticky
|
||||
top -1px
|
||||
z-index 49
|
||||
&:first-child
|
||||
position sticky
|
||||
left -1px
|
||||
z-index 51
|
||||
th,td
|
||||
overflow hidden
|
||||
white-space nowrap
|
||||
text-overflow ellipsis
|
||||
td
|
||||
&:first-child
|
||||
position sticky
|
||||
left -1px
|
||||
z-index 50
|
||||
background-color #8b90a6
|
||||
color #fff
|
||||
|
||||
.message-box__wrapper
|
||||
position fixed
|
||||
top 0
|
||||
@@ -364,6 +400,43 @@ input::-webkit-input-placeholder
|
||||
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
||||
width: 100%;
|
||||
|
||||
// 半成品
|
||||
.search-confirm-wrap
|
||||
margin 0 auto
|
||||
border-radius 5px
|
||||
padding-bottom 15px
|
||||
.search-wrap
|
||||
width 100%
|
||||
padding 0 10px
|
||||
_fj(flex-start)
|
||||
flex-wrap wrap
|
||||
.search-item
|
||||
_fj()
|
||||
width 32%
|
||||
margin-top 10px
|
||||
&:nth-child(3n+2)
|
||||
margin-left 2%
|
||||
margin-right 2%
|
||||
.button+.button
|
||||
margin-left 5px
|
||||
.search-label
|
||||
_wh(60px, 30px)
|
||||
_font(12px, 30px,#fff,,)
|
||||
.filter_input_wraper
|
||||
width calc(100% - 60px)
|
||||
height 30px
|
||||
line-height 30px
|
||||
.search-item_2
|
||||
_fj(flex-end)
|
||||
width 64%
|
||||
margin-top 10px
|
||||
margin-left 4%
|
||||
.button+.button
|
||||
margin-left 5px
|
||||
.flexend
|
||||
justify-content flex-end
|
||||
|
||||
// 颜色切换
|
||||
.overall_orange
|
||||
background linear-gradient(#ff7a31 0%,#ff6b00 20%,#ff5200 100%)
|
||||
.body-container
|
||||
|
||||
Reference in New Issue
Block a user