样式改成诺力色
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/** 平板尺寸960*600 **/
|
||||
page {
|
||||
background-color: #0a2b57 !important;
|
||||
background-color: #fff !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
uni-page-body {
|
||||
background-color: #0a2b57 !important;
|
||||
background-color: #fff !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
body, html {
|
||||
@@ -31,7 +31,7 @@ uni-toast .uni-toast {
|
||||
.content{
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background: top center / 100% 100% url(./static/images/page_bg.jpg) repeat-y;
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
.footer{
|
||||
width: 100%;
|
||||
@@ -42,9 +42,9 @@ uni-toast .uni-toast {
|
||||
margin: 10px auto;
|
||||
border-radius: 6px;
|
||||
padding: 10px;
|
||||
background: linear-gradient(-45deg,rgba(16, 131, 202, 1),rgba(8, 39, 87, 1));
|
||||
border: 1px solid #00a3dd;
|
||||
box-shadow: rgba(4, 136, 203, 0.2) -3px 6px 6px 1px, rgba(4, 136, 203, 0.2) 3px -3px 6px 1px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ebebeb;
|
||||
z-index: 100;
|
||||
}
|
||||
.search-confirm-wrap_2 {
|
||||
width: calc(100% - 20px);
|
||||
@@ -106,13 +106,19 @@ uni-toast .uni-toast {
|
||||
margin-left: 6px;
|
||||
margin-right: 0;
|
||||
white-space: nowrap;
|
||||
background: center / 100% 100% url(./static/images/button.png) no-repeat;
|
||||
background: #ff6a00;
|
||||
border: 1px solid #ff6a00;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.confirm-button_cancle {
|
||||
background: center / 100% 100% url(./static/images/button_cancle.png) no-repeat;
|
||||
background: #fff;
|
||||
border-color: #ff6a00;
|
||||
color: #ff6a00;
|
||||
}
|
||||
.confirm-button_disabled {
|
||||
background: center / 100% 100% url(./static/images/button_disabled.png) no-repeat;
|
||||
color: #fff;
|
||||
background-color: #909399;
|
||||
border-color: #909399;
|
||||
}
|
||||
.table-title_wraper {
|
||||
width: calc(100% - 20px);
|
||||
@@ -128,10 +134,9 @@ uni-toast .uni-toast {
|
||||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
padding: 4px 0 10px 0;
|
||||
border: 1px solid #01c2f3;
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(1, 114, 195, 40%);
|
||||
box-shadow: inset 5px 5px 6px rgb(1 194 243 / 70%), inset -5px -5px 6px rgb(1 194 243 / 70%);
|
||||
background-color: #fff;
|
||||
}
|
||||
.zdrow-wrap {
|
||||
width: 100%;
|
||||
@@ -162,27 +167,27 @@ uni-toast .uni-toast {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
color: #909399;
|
||||
font-weight: 700;
|
||||
padding: 5px 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
background-color: #3F6ACA;
|
||||
border-bottom: 1px solid #9fd3ff;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
}
|
||||
.grid-table td{
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 40px;
|
||||
color: #fff;
|
||||
color: #909399;
|
||||
padding: 5px 10px;
|
||||
text-align: center;
|
||||
background-color: rgba(63,106,202,0.3);
|
||||
border-bottom: 1px solid #9fd3ff;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.grid-table .fontcol1 {
|
||||
color: #58e9ff;
|
||||
color: #ffaa00;
|
||||
font-weight: 700;
|
||||
}
|
||||
.grid-table th:first-child, .grid-table td:first-child {
|
||||
@@ -194,7 +199,7 @@ uni-toast .uni-toast {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.grid-table td:first-child, .grid-table td:nth-child(2), .grid-table td:last-child {
|
||||
background-color: #2951ac;
|
||||
/* background-color: #2951ac; */
|
||||
}
|
||||
.grid-table th:last-child, .grid-table td:last-child {
|
||||
position: sticky;
|
||||
@@ -206,7 +211,7 @@ uni-toast .uni-toast {
|
||||
position: sticky;
|
||||
left: 46px;
|
||||
z-index: 5;
|
||||
box-shadow: inset -2px 0px 2px 0px rgba(19, 19, 19, 30%);
|
||||
/* box-shadow: inset -2px 0px 2px 0px rgba(19, 19, 19, 30%); */
|
||||
}
|
||||
.td_input {
|
||||
font-size: 12px;
|
||||
@@ -221,7 +226,7 @@ uni-toast .uni-toast {
|
||||
padding: 0 10px;
|
||||
height: 28px;
|
||||
background-color: transparent;
|
||||
border: 1px solid #4980BD;
|
||||
border: 1px solid #dcdfe6;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.td_input .uni-input-input:focus {
|
||||
@@ -239,7 +244,7 @@ uni-toast .uni-toast {
|
||||
line-height: 26px;
|
||||
padding: 0 10px;
|
||||
background-color: transparent;
|
||||
border: 1px solid #4980BD;
|
||||
border: 1px solid #dcdfe6;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.td_change_focus {
|
||||
@@ -273,8 +278,8 @@ uni-toast .uni-toast {
|
||||
}
|
||||
.zd-sec-th-wraper {
|
||||
width: 100%;
|
||||
background-color: #3F6ACA;
|
||||
border-bottom: 1px solid #9fd3ff;
|
||||
/* background-color: #3F6ACA; */
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
}
|
||||
.zd-td-wraper{
|
||||
width: 100%;
|
||||
@@ -287,10 +292,11 @@ uni-toast .uni-toast {
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
height: 30px;
|
||||
color: #e1e9f4;
|
||||
color: #909399;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
background: left center / 1px 100% url(./static/images/th_bg.png) repeat-x;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
background-color: #fff;
|
||||
}
|
||||
.zd-sec-th {
|
||||
display: flex;
|
||||
@@ -299,8 +305,8 @@ uni-toast .uni-toast {
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
/* background-color: #0F1521; */
|
||||
color: #909399;
|
||||
background-color: #fff;
|
||||
font-weight: 700;
|
||||
/* padding: 0 5px; */
|
||||
text-align: center;
|
||||
@@ -313,10 +319,10 @@ uni-toast .uni-toast {
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 49px;
|
||||
color: #fff;
|
||||
color: #909399;
|
||||
padding: 5px 2px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #7A9FE0;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -334,7 +340,7 @@ uni-toast .uni-toast {
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 49px;
|
||||
color: #fff;
|
||||
color: #909399;
|
||||
background-color: rgba(63,106,202,0.3);
|
||||
border-bottom: 1px solid #9fd3ff;
|
||||
padding: 5px 2px;
|
||||
@@ -356,26 +362,30 @@ uni-toast .uni-toast {
|
||||
.zd-checkbox {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-color: rgba(255, 255, 255, 20%);
|
||||
border: 1px solid #fff;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dcdfe6;
|
||||
/* background: center / 100% 100% url(./static/images/icon-check1.png) no-repeat; */
|
||||
}
|
||||
.zd-checkbox_i {
|
||||
border: 1px solid #ffffff;
|
||||
background: rgba(255, 255, 255, 1);
|
||||
background-color: #fff;
|
||||
border: 1px solid #dcdfe6;
|
||||
}
|
||||
.zd-checkbox_active {
|
||||
background: center / 100% 100% url(./static/images/icon-check2.png) no-repeat;
|
||||
.zd-checkbox .checkbox_icon {
|
||||
color: #fff !important;
|
||||
line-height: 18px;
|
||||
}
|
||||
.zd-checkbox_active .checkbox_icon {
|
||||
color: #ff6a00 !important;
|
||||
}
|
||||
.fontcol1 {
|
||||
color: #58e9ff;
|
||||
color: #ffaa00;
|
||||
font-weight: 700;
|
||||
}
|
||||
.fontcol2 {
|
||||
color: #000;
|
||||
}
|
||||
.fontbg1 {
|
||||
background-color: #007de7;
|
||||
background-color: #f56c6c;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
padding: 2px 10px;
|
||||
@@ -383,9 +393,9 @@ uni-toast .uni-toast {
|
||||
}
|
||||
.zd-sec-wraper {
|
||||
width: 100%;
|
||||
background-color: rgba(63,106,202,0.3);
|
||||
background-color: #f3f3f3;
|
||||
padding: 15px 0px 0px 0px;
|
||||
border-bottom: 1px solid #7A9FE0;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
transition: height 0.5s ease;
|
||||
}
|
||||
.status-wrap {
|
||||
@@ -524,7 +534,7 @@ uni-toast .uni-toast {
|
||||
left: 10%;
|
||||
width: 80%;
|
||||
padding: 1% 2%;
|
||||
background: center / 100% 100% url(./static/images/pop_bg.png) no-repeat;
|
||||
background: #f3f3f3;
|
||||
z-index: 102;
|
||||
transition: all .5s;
|
||||
}
|
||||
@@ -539,7 +549,7 @@ uni-toast .uni-toast {
|
||||
}
|
||||
.pop-title {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
color: #303133;
|
||||
font-family: 'YouSheBiaoTiHei';
|
||||
line-height: 35px;
|
||||
padding-left: 20px;
|
||||
@@ -550,13 +560,15 @@ uni-toast .uni-toast {
|
||||
margin: 0 auto 20px auto;
|
||||
padding: 0;
|
||||
overflow-y: scroll;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ebebeb;
|
||||
}
|
||||
.zd-pop-th-wraper {
|
||||
background-color: #031328;
|
||||
/* background-color: #031328; */
|
||||
}
|
||||
.zd-pop-td {
|
||||
background-color: RGBA(23, 123, 172, 0.4);
|
||||
border-bottom: 1px solid #177BAC;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.popChecked .zd-pop-td {
|
||||
@@ -567,8 +579,9 @@ uni-toast .uni-toast {
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
border: 1px solid #21D0F2;
|
||||
color: #606266;
|
||||
border: 1px solid #dcdfe6;
|
||||
background-color: #fff;
|
||||
border-radius: 12px
|
||||
}
|
||||
.pop_label {
|
||||
@@ -584,9 +597,6 @@ uni-toast .uni-toast {
|
||||
width: 40px !important;
|
||||
height: 40px !important;
|
||||
}
|
||||
.uni-select__selector-empty {
|
||||
color: #fff
|
||||
}
|
||||
.uni-select__selector-empty, .uni-select__selector-item {
|
||||
font-size: 13px !important;
|
||||
line-height: 14px !important;
|
||||
@@ -603,16 +613,16 @@ uni-toast .uni-toast {
|
||||
}
|
||||
/** 提示框 */
|
||||
uni-modal .uni-modal {
|
||||
border: 1px solid #24A9EE;
|
||||
background: linear-gradient(0deg, rgba(36, 184, 244, 90%), rgba(26, 148, 220, 90%));
|
||||
color: #fff;
|
||||
/* border: 1px solid #24A9EE;
|
||||
background: linear-gradient(0deg, rgba(36, 184, 244, 90%), rgba(26, 148, 220, 90%)); */
|
||||
/* color: #fff; */
|
||||
}
|
||||
.uni-modal .uni-modal__title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.uni-modal .uni-modal__bd {
|
||||
color: #fff;
|
||||
/* color: #fff; */
|
||||
}
|
||||
uni-modal .uni-modal__btn_primary {
|
||||
background: radial-gradient(50% 140%, rgba(36, 184, 244, 90%), rgba(26, 148, 220, 90%));
|
||||
background: #ff6a00;
|
||||
}
|
||||
Reference in New Issue
Block a user