样式改成诺力色

This commit is contained in:
2025-10-10 09:40:30 +08:00
parent 7590d546b2
commit 8581d57eed
47 changed files with 703 additions and 2699 deletions

View File

@@ -513,7 +513,7 @@
top 0
left 0
background-color rgba(255,255,255,.95)
box-shadow 2px 0 4px 0px rgba(1, 27, 46, 90%)
// box-shadow 2px 0 4px 0px rgba(1, 27, 46, 90%)
overflow-y auto
padding 10px 10px
transition: all .3s linear;
@@ -529,21 +529,21 @@
border-collapse: separate;
border-spacing: 0;
width 100%
border-top 1px solid #0490DD
border-left 1px solid #0490DD
border-right 1px solid #0490DD
border-top 1px solid #ebeef5
border-left 1px solid #ebeef5
border-right 1px solid #ebeef5
td
vertical-align middle
text-align center
padding 5px 2px
border-bottom 1px solid #0490DD
border-bottom 1px solid #ebeef5
&:nth-child(1)
width 32%
font-size: 12px;
line-height: 13px;
color: #333;
font-weight: bold;
border-right 1px solid #0490DD
border-right 1px solid #ebeef5
word-break: break-all;
&:nth-child(2)
width 68%

View File

@@ -55,23 +55,19 @@
.header
_fj()
_wh(100%, 30px)
background: center / 100% 100% url(../static/images/header_bg_s.png) no-repeat
background-color #fff
z-index 200
padding 0 10px
.page_name
_font(22px, 30px, #F6F9FE,700,center)
font-family: YouSheBiaoTiHei
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
_font(22px, 30px, #0f0f0f,,center)
.icon_back {
font-size: 26px;
line-height: 30px;
color: #fff;
color: #666;
}
.icon_home {
font-size: 26px;
line-height: 30px;
color: #fff;
color: #666;
}
</style>

View File

@@ -85,16 +85,16 @@ export default {
text,.page_input {
display: inline-block;
padding: 0 10px;
background: linear-gradient(180deg, #0E284B, #2D70A3);
border: 1px solid #3274CD;
background: #fff;
border: 1px solid #dcdfe6;
border-radius: 3px;
margin-right: 10px;
_font(13px, 26px, #fff,,)
_font(13px, 26px, #606266,,)
}
text.active {
background: linear-gradient(180deg, #2160D2, #3688DE);
color: #fff;
border-color: #ff6a00;
color: #ff6a00;
}
text.ellipsis {

View File

@@ -125,24 +125,24 @@
.search_wraper
_wh(100%, 28px)
padding 0 2px 0 10px
border 1px solid #4980BD
background-color rgba(45,88,184,0.1)
border 1px solid #dcdfe6
background-color #fff
border-radius 6px
.search_input
width 100%
height: 28px;
line-height: 28px;
font-size: 12px;
color: #fff
color: #606266
.icon_scan
_wh(50px, 24px)
_font(20px,24px,#fff,,center)
background-color #137ABD
_font(20px,24px,#909399,,center)
background-color #f5f7fa
border-radius 6px
.icon-del
_wh(30px, 28px)
_font(20px,28px,#fff,,center)
_font(20px,28px,#c0c4cc,,center)
.input_focus
border: 1px solid #889dc7;
border: 1px solid #c0c4cc;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
</style>

View File

@@ -128,24 +128,24 @@
.search_wraper
_wh(100%, 28px)
padding 0 2px 0 10px
border 1px solid #4980BD
background-color rgba(45,88,184,0.1)
border 1px solid #dcdfe6
background-color #fff
border-radius 6px
.search_input
width 100%
height: 28px;
line-height: 28px;
font-size: 12px;
color: #fff
color: #606266
.icon_scan
_wh(70px, 24px)
_font(20px,24px,#fff,,center)
background-color #137ABD
_font(20px,24px,#909399,,center)
background-color #f5f7fa
border-radius 6px
.icon-del
_wh(70px, 28px)
_font(20px,28px,#fff,,center)
_font(20px,28px,#c0c4cc,,center)
.input_focus
border: 1px solid #889dc7;
border: 1px solid #c0c4cc;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
</style>

View File

@@ -133,28 +133,28 @@
.search_wraper
_wh(100%, 30px)
padding 0 2px 0 12px
border 1px solid #4980BD
background-color rgba(45,88,184,0.1)
border 1px solid #dcdfe6
background-color #fff
border-radius 6px
.search_input
width 100%
height: 30px;
line-height: 30px;
font-size: 13px;
color: #fff
color: #606266
.icon-del
_wh(35px, 28px)
margin-right 5px
_font(20px,28px,#a2b6cc,,center)
_font(20px,28px,#c0c4cc,,center)
.icon_scan
_wh(70px, 24px)
_font(20px,24px,#fff,,center)
background-color #137ABD
_font(20px,24px,#909399,,center)
background-color #f5f7fa
border-radius 6px
.icon_search
_wh(35px, 28px)
_font(20px,28px,#a2b6cc,,center)
_font(20px,28px,#c0c4cc,,center)
.input_focus
border: 1px solid #889dc7;
border: 1px solid #c0c4cc;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
</style>