半成品

This commit is contained in:
2023-06-26 14:26:07 +08:00
parent bf0a80dd8a
commit a928f5e42d
8 changed files with 570 additions and 12 deletions

View File

@@ -214,7 +214,7 @@ header
justify-content center
align-items center
.filter-input
_wh(100%, 29px)
_wh(100%, 30px)
_font(12px, 30px, #606266,,)
padding 0 10px
border-radius 4px
@@ -277,13 +277,13 @@ header
overflow hidden
white-space nowrap
text-overflow ellipsis
padding 8px 10px
td
&:first-child
position sticky
left -1px
z-index 50
background-color #8b90a6
color #fff
background-color #090b3c
.message-box__wrapper
position fixed
@@ -425,7 +425,6 @@ input::-webkit-input-placeholder
.filter_input_wraper
width calc(100% - 60px)
height 30px
line-height 30px
.search-item_2
_fj(flex-end)
width 64%
@@ -458,6 +457,8 @@ input::-webkit-input-placeholder
color: $red
td
color: $red
.zd_wrapper .grid_wraper td:first-child
background-color #ff6b00
.overall_lightgreen
background linear-gradient(#00d9a1 0%,#00c0a5 30%,#115fae 100%)
.body-container
@@ -479,5 +480,7 @@ input::-webkit-input-placeholder
color: #008f8f
td
color: #008f8f
.zd_wrapper .grid_wraper td:first-child
background-color #00c0a5
.overall_blue
background linear-gradient(#031f6d 0%,#011a60 20%,#060346 100%)