样式
This commit is contained in:
@@ -20,47 +20,16 @@ uni-button{
|
||||
.content{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.search-confirm-wrap {
|
||||
width: calc(100% - 30px);
|
||||
background-color: #fff;
|
||||
margin: 15px auto;
|
||||
border-radius: 12px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
.search-wrap{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.search-item{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 32%;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.search-item:nth-child(3n+2) {
|
||||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
.search-item_2 {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 64%;
|
||||
margin-top: 15px;
|
||||
margin-left: 4%;
|
||||
}
|
||||
.flexend {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.search-item-btns {
|
||||
justify-content: flex-end;
|
||||
padding: 15px;
|
||||
}
|
||||
.search-label{
|
||||
width: 80px;
|
||||
height: 35px;
|
||||
font-size: 16px;
|
||||
line-height: 35px;
|
||||
@@ -70,13 +39,12 @@ uni-button{
|
||||
}
|
||||
.search-label::after {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
.filter_input_wraper {
|
||||
width: calc(100% - 85px);
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
@@ -86,7 +54,8 @@ uni-button{
|
||||
line-height: 35px;
|
||||
font-size: 14px;
|
||||
color: #606266;
|
||||
border: 1px solid #d1d1d1;
|
||||
border: 1px solid #dde9f7;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
text-indent: 10px;
|
||||
}
|
||||
@@ -106,29 +75,40 @@ uni-button{
|
||||
.search-input-l .uni-input-input:disabled {
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
.confirm-button-wrap{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
margin-top: 15px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.confirm-button{
|
||||
margin-left: 15px !important;
|
||||
margin-right: 0 !important;
|
||||
background-color: #D7592F;
|
||||
min-width: 80px;
|
||||
height: 36px;
|
||||
background-color: #ff6a00;
|
||||
color: #fff;
|
||||
line-height: 35px;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
margin-left: 6px;
|
||||
margin-right: 0;
|
||||
border-radius: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.confirm-button_disabled {
|
||||
background-color: #c9c9c9;
|
||||
background-color: #fff;
|
||||
color: #889dc7;
|
||||
border: 1px solid #dde9f7;
|
||||
}
|
||||
.title-line {
|
||||
width: calc(100% - 30px);
|
||||
height: 1px;
|
||||
background-color: #dde9f7;
|
||||
margin: 10px auto 20px auto;
|
||||
}
|
||||
.table-title_wraper {
|
||||
width: calc(100% - 30px);
|
||||
margin: 0px auto;
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
line-height: 35px;
|
||||
}
|
||||
.grid-wrap{
|
||||
width: 100%;
|
||||
height: calc(100% - 187px); /** 42+ 15*5+ 35*2 */
|
||||
padding: 0 15px 15px 15px;
|
||||
height: calc(100% - 206px); /** 42+ 98+35+31 */
|
||||
padding: 0 15px 30px 15px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.grid-wrap .grid-table{
|
||||
@@ -197,6 +177,77 @@ uni-button{
|
||||
top: 0;
|
||||
z-index: 49;
|
||||
}
|
||||
.zd-th {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 15px;
|
||||
line-height: 18px;
|
||||
height: 40px;
|
||||
color: #7d7d7d;
|
||||
font-weight: bold;
|
||||
padding: 12px 5px;
|
||||
background-color: #dcdfea;
|
||||
text-align: center;
|
||||
}
|
||||
.zd-sec-th {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 15px;
|
||||
line-height: 18px;
|
||||
height: 40px;
|
||||
color: #7d7d7d;
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
padding: 12px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.zd-td {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
height: 46px;
|
||||
color: #7d7d7d;
|
||||
padding: 0 8px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
overflow: hidden;
|
||||
}
|
||||
.zd-th_fir {
|
||||
border-top-left-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
.zd-th_last {
|
||||
border-top-right-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
.zd-checkbox {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border: 1px solid #008deb;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fontcol1 {
|
||||
color: #007de7;
|
||||
}
|
||||
.fontcol2 {
|
||||
color: #000;
|
||||
}
|
||||
.fontbg1 {
|
||||
background-color: #007de7;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
padding: 2px 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.zd-sec-table {
|
||||
background-color: #fff;
|
||||
padding: 15px 0;
|
||||
}
|
||||
.status-wrap {
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
|
||||
@@ -24,6 +24,10 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.allwidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
@@ -40,4 +44,97 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.flexcol {
|
||||
flex-direction: column;
|
||||
}
|
||||
.flexstart {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.jcflexstart {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.jcflexend {
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
|
||||
.zd-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.zd-col-24 {
|
||||
width: 100%;
|
||||
}
|
||||
.zd-col-23 {
|
||||
width: 95.83333%
|
||||
}
|
||||
.zd-col-22 {
|
||||
width: 91.66667%
|
||||
}
|
||||
.zd-col-21 {
|
||||
width: 87.5%
|
||||
}
|
||||
.zd-col-20 {
|
||||
width: 83.33333%
|
||||
}
|
||||
.zd-col-19 {
|
||||
width: 79.16667%
|
||||
}
|
||||
.zd-col-18 {
|
||||
width: 75%
|
||||
}
|
||||
.zd-col-17 {
|
||||
width: 70.83333%
|
||||
}
|
||||
.zd-col-16 {
|
||||
width: 66.66667%
|
||||
}
|
||||
.zd-col-15 {
|
||||
width: 62.5%
|
||||
}
|
||||
.zd-col-14 {
|
||||
width: 58.33333%
|
||||
}
|
||||
.zd-col-13 {
|
||||
width: 54.16667%
|
||||
}
|
||||
.zd-col-12 {
|
||||
width: 50%;
|
||||
}
|
||||
.zd-col-11 {
|
||||
width: 45.83333%
|
||||
}
|
||||
.zd-col-10 {
|
||||
width: 41.66667%
|
||||
}
|
||||
.zd-col-9 {
|
||||
width: 37.5%
|
||||
}
|
||||
.zd-col-8 {
|
||||
width: 33.33333%
|
||||
}
|
||||
.zd-col-7 {
|
||||
width: 29.16667%
|
||||
}
|
||||
.zd-col-6 {
|
||||
width: 25%
|
||||
}
|
||||
.zd-col-5 {
|
||||
width: 20.83333%
|
||||
}
|
||||
.zd-col-4 {
|
||||
width: 16.66667%
|
||||
}
|
||||
.zd-col-3 {
|
||||
width: 12.5%
|
||||
}
|
||||
.zd-col-2 {
|
||||
width: 8.33333%
|
||||
}
|
||||
.zd-col-1 {
|
||||
width: 4.16667%
|
||||
}
|
||||
.mgr5 {
|
||||
margin-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user