导航页样式,入库页样式,分页
This commit is contained in:
@@ -20,14 +20,18 @@ uni-button{
|
||||
.content{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #f8f8f8;
|
||||
background: center / 100% 100% url(./static/images/page_bg.jpg) no-repeat;
|
||||
background-color: #00152d;
|
||||
}
|
||||
.search-confirm-wrap {
|
||||
width: calc(100% - 30px);
|
||||
background-color: #fff;
|
||||
margin: 15px auto;
|
||||
border-radius: 12px;
|
||||
padding: 15px;
|
||||
width: calc(100% - 60rpx);
|
||||
/* background-color: #fff; */
|
||||
margin: 30rpx auto;
|
||||
border-radius: 12rpx;
|
||||
padding: 30rpx;
|
||||
background-color: linear-gradient(to right, rgba(8, 38, 68, 0.5) 1%, rgba(8, 38, 68, 0.98) 100%);
|
||||
border: 1rpx solid #0490DD;
|
||||
box-shadow: rgba(4, 136, 203, 0.2) -6rpx 6px 12rpx 2rpx, rgba(4, 136, 203, 0.2) 6rpx -6rpx 12rpx 2rpx;
|
||||
}
|
||||
.search-label{
|
||||
height: 35px;
|
||||
@@ -76,40 +80,39 @@ uni-button{
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
.confirm-button{
|
||||
min-width: 80px;
|
||||
height: 36px;
|
||||
background-color: #ff6a00;
|
||||
min-width: 160rpx;
|
||||
height: 72rpx;
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
margin-left: 6px;
|
||||
font-size: 28rpx;
|
||||
margin-left: 20rpx;
|
||||
margin-right: 0;
|
||||
border-radius: 12px;
|
||||
white-space: nowrap;
|
||||
background: center / 100% 100% url(./static/images/button.png) no-repeat;
|
||||
}
|
||||
.confirm-button_disabled {
|
||||
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;
|
||||
background: center / 100% 100% url(./static/images/button_disabled.png) no-repeat;
|
||||
}
|
||||
.table-title_wraper {
|
||||
width: calc(100% - 30px);
|
||||
margin: 0px auto;
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
line-height: 35px;
|
||||
width: calc(100% - 60rpx);
|
||||
margin: 0 auto;
|
||||
font-size: 32rpx;
|
||||
color: #fff;
|
||||
line-height: 70rpx;
|
||||
padding: 30rpx 0 0 30rpx;
|
||||
background: center / 100% 100% url(./static/images/bg-task-r1.png) no-repeat;
|
||||
}
|
||||
.grid-wrap{
|
||||
width: calc(100% - 60rpx);
|
||||
height: calc(100% - 450rpx); /** 90 + 140 +100+60 */
|
||||
padding: 30rpx 60rpx;
|
||||
margin: 10rpx auto 0;
|
||||
background: center / 100% 100% url(./static/images/bg-task-r2.png) no-repeat;
|
||||
/* overflow-y: scroll; */
|
||||
}
|
||||
.table-wrap {
|
||||
width: 100%;
|
||||
height: calc(100% - 206px); /** 42+ 98+35+31 */
|
||||
padding: 0 15px 30px 15px;
|
||||
overflow-y: scroll;
|
||||
height: calc(100% - 134rpx)
|
||||
}
|
||||
.grid-wrap .grid-table{
|
||||
width: 100%;
|
||||
@@ -177,17 +180,19 @@ uni-button{
|
||||
top: 0;
|
||||
z-index: 49;
|
||||
}
|
||||
.zd-th-wraper{
|
||||
background: center / 100% 100% url(./static/images/grid_bg.png) no-repeat;
|
||||
}
|
||||
.zd-th {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 15px;
|
||||
line-height: 18px;
|
||||
height: 40px;
|
||||
color: #7d7d7d;
|
||||
font-size: 30rpx;
|
||||
line-height: 36rpx;
|
||||
height: 80rpx;
|
||||
color: #AFBED8;
|
||||
font-weight: bold;
|
||||
padding: 12px 5px;
|
||||
background-color: #dcdfea;
|
||||
padding: 24rpx 10rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.zd-sec-th {
|
||||
@@ -200,39 +205,32 @@ uni-button{
|
||||
color: #7d7d7d;
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
padding: 12px 5px;
|
||||
padding: 24rpx 10rpx;
|
||||
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;
|
||||
font-size: 28rpx;
|
||||
line-height: 36rpx;
|
||||
height: 92rpx;
|
||||
color: #fff;
|
||||
padding: 0 16rpx;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
border-bottom: 2rpx solid #7A9FE0;
|
||||
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;
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
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: #007de7;
|
||||
color: #3CC1FF;
|
||||
}
|
||||
.fontcol2 {
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user