469 lines
9.0 KiB
CSS
469 lines
9.0 KiB
CSS
/** 平板尺寸960*600 **/
|
|
page {
|
|
background-color: #f6f6f6 !important;
|
|
min-height: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
uni-page-body {
|
|
background-color: #f6f6f6 !important;
|
|
min-height: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
uni-button:after {
|
|
border: none;
|
|
}
|
|
|
|
uni-button{
|
|
font-size: 16px;
|
|
}
|
|
|
|
.content{
|
|
width: 100%;
|
|
height: 100%;
|
|
background: center / 100% auto url(./static/images/page_bg.jpg) no-repeat;
|
|
background-color: #040d1e;
|
|
}
|
|
.search-confirm-wrap {
|
|
width: calc(100% - 20px);
|
|
margin: 10px auto 0 auto;
|
|
border-radius: 6px;
|
|
padding: 10px;
|
|
background: linear-gradient(to right, rgba(8, 38, 68, 0.5) 1%, rgba(8, 38, 68, 0.98) 100%);
|
|
border: 1px solid #0490DD;
|
|
box-shadow: rgba(4, 136, 203, 0.2) -3px 6px 6px 1px, rgba(4, 136, 203, 0.2) 3px -3px 6px 1px;
|
|
}
|
|
.search-label{
|
|
height: 35px;
|
|
font-size: 16px;
|
|
line-height: 35px;
|
|
color: #323232;
|
|
text-align: justify;
|
|
text-align-last: justify;
|
|
}
|
|
.search-label::after {
|
|
display: inline-block;
|
|
content: '';
|
|
width: 100%;
|
|
height: 0;
|
|
visibility: hidden;
|
|
}
|
|
.filter_input_wraper {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
.search-input{
|
|
width: calc(100% - 10px);
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
border: 1px solid #dde9f7;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
text-indent: 10px;
|
|
}
|
|
.search-input-l {
|
|
width: 100%;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
border: 1px solid #d1d1d1;
|
|
border-radius: 4px;
|
|
text-indent: 10px;
|
|
}
|
|
.search-input-l .uni-input-input {
|
|
padding-right: 10px;
|
|
}
|
|
.search-input-l .uni-input-input:disabled {
|
|
background-color: #e1e1e1;
|
|
}
|
|
.confirm-button{
|
|
min-width: 80px;
|
|
height: 30px;
|
|
color: #fff;
|
|
padding: 0;
|
|
font-size: 13px;
|
|
margin-left: 10px;
|
|
margin-right: 0;
|
|
white-space: nowrap;
|
|
background: center / 100% 100% url(./static/images/button.png) no-repeat;
|
|
}
|
|
.confirm-button_cancle {
|
|
background: center / 100% 100% url(./static/images/button_cancle.png) no-repeat;
|
|
}
|
|
.confirm-button_disabled {
|
|
background: center / 100% 100% url(./static/images/button_disabled.png) no-repeat;
|
|
}
|
|
.table-title_wraper {
|
|
width: calc(100% - 20px);
|
|
margin: 0 auto;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
line-height: 28px;
|
|
font-family: 'YouSheBiaoTiHei';
|
|
padding: 15px 0 0 15px;
|
|
background: center / 100% 100% url(./static/images/bg-task-r1.png) no-repeat;
|
|
}
|
|
.grid-wrap{
|
|
width: calc(100% - 20px);
|
|
height: calc(100% - 145px);
|
|
padding: 5px 10px 0 10px;
|
|
margin: 0 auto;
|
|
background: center / 100% 100% url(./static/images/bg-task-r2.png) no-repeat;
|
|
/* border: 1px solid #0090e6;
|
|
background-color: rgba(2, 38, 72, 90%);
|
|
border-radius: 9px;
|
|
box-shadow: inset 3px 3px 14px -2px #0089df, inset -3px -3px 14px -2px #0089df; */
|
|
}
|
|
.table-wrap {
|
|
width: 100%;
|
|
height: calc(100% - 53px);
|
|
overflow-y: scroll;
|
|
margin-bottom: 9px;
|
|
}
|
|
.grid-wrap .grid-table{
|
|
width: 100%;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
border: 1px #e1e1e1;
|
|
text-align: center;
|
|
}
|
|
.grid-wrap .grid-table thead tr th{
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
padding: 5px 5px;
|
|
background-color: #e1e1e1;
|
|
}
|
|
.grid-wrap .grid-table thead tr th:first-child{
|
|
border-top-left-radius: 12px;
|
|
}
|
|
.grid-wrap .grid-table thead tr th:last-child{
|
|
border-top-right-radius: 12px;
|
|
}
|
|
.grid-wrap .grid-table th, .grid-table td {
|
|
color: #464646;
|
|
background-color: #fff;
|
|
border-right: 1px solid #e1e1e1;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
.grid-wrap .grid-table th:first-child, .grid-table td:first-child{
|
|
border-left: 1px solid #e1e1e1;
|
|
}
|
|
.grid-wrap .grid-table td {
|
|
/* height: 35px; */
|
|
line-height: 18px;
|
|
font-size: 15px;
|
|
padding: 5px 5px;
|
|
}
|
|
.slide_new {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
border-top-left-radius: 12px;
|
|
border-top-right-radius: 12px;
|
|
}
|
|
.zd_wrapper .grid-table {
|
|
table-layout: fixed;
|
|
width: auto;
|
|
min-width: 100%;
|
|
}
|
|
.zd_wrapper .grid-table td, .zd_wrapper .grid-table th {
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
}
|
|
.zd_wrapper .grid-table td:first-child, .zd_wrapper .grid-table th:first-child{
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 50;
|
|
}
|
|
.zd_wrapper .grid-table thead tr th {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 49;
|
|
}
|
|
.zd-th-wraper{
|
|
width: 100%;
|
|
background: center / 110% 100% url(./static/images/grid_bg.png) no-repeat;
|
|
overflow: hidden;
|
|
}
|
|
.zd-sec-th-wraper {
|
|
width: 100%;
|
|
background-color: #673939;
|
|
}
|
|
.zd-td-wraper{
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.zd-th {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 13px;
|
|
line-height: 15px;
|
|
height: 30px;
|
|
color: #AFBED8;
|
|
font-weight: bold;
|
|
/* padding: 0 5px; */
|
|
text-align: center;
|
|
}
|
|
.zd-sec-th {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 12px;
|
|
line-height: 13px;
|
|
height: 30px;
|
|
color: #fff;
|
|
/* background-color: #0F1521; */
|
|
font-weight: bold;
|
|
/* padding: 0 5px; */
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
.zd-td {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
line-height: 13px;
|
|
height: 30px;
|
|
color: #fff;
|
|
/* padding: 0 5px; */
|
|
text-align: center;
|
|
border-bottom: 1px solid #7A9FE0;
|
|
word-break: break-all;
|
|
overflow: hidden;
|
|
}
|
|
.zd-sec-td {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
line-height: 13px;
|
|
height: 40px;
|
|
color: #fff;
|
|
background-color: rgba(194, 86, 62, 0.2);
|
|
padding: 0 5px;
|
|
text-align: center;
|
|
border-bottom: 1px solid #C2563E;
|
|
word-break: break-all;
|
|
overflow: hidden;
|
|
}
|
|
.zd-td-checked .zd-td {
|
|
background-color: rgba(63,106,202,0.3);
|
|
border-bottom: 0
|
|
}
|
|
.zd-checkbox {
|
|
width: 18px;
|
|
height: 18px;
|
|
background: center / 100% 100% url(./static/images/icon-check1.png) no-repeat;
|
|
}
|
|
.zd-checkbox_active {
|
|
background: center / 100% 100% url(./static/images/icon-check2.png) no-repeat;
|
|
}
|
|
.fontcol1 {
|
|
color: #3CC1FF;
|
|
}
|
|
.fontcol2 {
|
|
color: #000;
|
|
}
|
|
.fontbg1 {
|
|
background-color: #007de7;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
padding: 2px 10px;
|
|
border-radius: 10px;
|
|
}
|
|
.zd-sec-wraper {
|
|
width: 100%;
|
|
background-color: rgba(63,106,202,0.3);
|
|
padding: 5px 10px;
|
|
border-bottom: 1px solid #7A9FE0;
|
|
transition: height 0.5s ease;
|
|
}
|
|
.status-wrap {
|
|
width: 100%;
|
|
height: 35px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
.status-item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 10px;
|
|
}
|
|
.status-icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
}
|
|
.status-txt {
|
|
font-size: 16px;
|
|
line-height: 35px;
|
|
color: #323232;
|
|
}
|
|
.bg-gray {
|
|
background-color: #c9c9c9;
|
|
}
|
|
.bg-green {
|
|
background-color: #6CBE8B;
|
|
}
|
|
.bg-yellow {
|
|
background-color: #E9B451;
|
|
}
|
|
.bg-red {
|
|
background-color: #ff6a00;
|
|
}
|
|
.bg-none {
|
|
display: none;
|
|
}
|
|
.material-wrap {
|
|
width: calc(100% - 30px);
|
|
height: calc(100% - 152px);/** 42+15*5+35 */
|
|
margin: 15px auto;
|
|
padding: 15px 15px 0 15px;
|
|
background-color: #fff;
|
|
border-radius: 12px;
|
|
}
|
|
.material-item-wrap {
|
|
width: 100%;
|
|
height: calc(100% - 50px);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-content: flex-start;
|
|
align-items: flex-start;
|
|
overflow-y: auto;
|
|
}
|
|
.material-item {
|
|
position: relative;
|
|
z-index: 1;
|
|
width: 9.1%;
|
|
margin-right: 1%;
|
|
margin-bottom: 15px;
|
|
padding: 15px 5px 5px 5px;
|
|
border-radius: 6px;
|
|
}
|
|
.material-item:nth-child(10n) {
|
|
margin-right: 0;
|
|
}
|
|
.material-title {
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
height: 24px;
|
|
text-align: center;
|
|
color: #fff;
|
|
word-break: break-all;
|
|
overflow: hidden;
|
|
}
|
|
.material-spec {
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
height: 36px;
|
|
text-align: center;
|
|
color: #fff;
|
|
word-break: break-all;
|
|
margin-top: 5px;
|
|
overflow: hidden;
|
|
}
|
|
.badge__content {
|
|
position: absolute;
|
|
top: -5px;
|
|
left: 0;
|
|
z-index: 2;
|
|
background-color: #6798ef;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
.icon_unchecked {
|
|
color: #fff;
|
|
width: 24px;
|
|
height: 24px;
|
|
background-color: #fff;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
border: 1px solid #bbb;
|
|
}
|
|
.icon_checked {
|
|
color: #ff6a00;
|
|
border: 1px solid #ff6a00;
|
|
}
|
|
.bgr{
|
|
border-color: #ff6a00;
|
|
}
|
|
.modal{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0,0,0,0.8);
|
|
z-index: 100;
|
|
}
|
|
.pop-wraper {
|
|
position: fixed;
|
|
bottom: 10%;
|
|
left: 10%;
|
|
width: 80%;
|
|
height: 80%;
|
|
padding: 1% 2%;
|
|
background: center / 100% 100% url(./static/images/pop_bg.png) no-repeat;
|
|
z-index: 102;
|
|
transition: all .4s;
|
|
}
|
|
.pop-wraper_1 {
|
|
bottom: 30%;
|
|
height: 40%;
|
|
}
|
|
.kwcode_wraper {
|
|
height: calc(100% - 85px)
|
|
}
|
|
.pop-title {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
font-family: 'YouSheBiaoTiHei';
|
|
line-height: 35px;
|
|
}
|
|
.pop-grid-wraper {
|
|
width: calc(100% - 30px);
|
|
height: calc(100% - 125px);
|
|
margin: 20px auto;
|
|
overflow-y: scroll;
|
|
}
|
|
.zd-pop-th-wraper {
|
|
background-color: #031328
|
|
}
|
|
.zd-pop-td {
|
|
background-color: RGBA(23, 123, 172, 0.4);
|
|
border-bottom: 1px solid #177BAC;
|
|
height: 40px;
|
|
font-size: 12px;
|
|
}
|
|
.pop-input {
|
|
width: 100%;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
border: 1px solid #21D0F2;
|
|
border-radius: 12px
|
|
}
|