样式修改
This commit is contained in:
@@ -24,13 +24,13 @@ uni-button{
|
||||
background-color: #040d1e;
|
||||
}
|
||||
.search-confirm-wrap {
|
||||
width: calc(100% - 60rpx);
|
||||
margin: 30rpx auto;
|
||||
border-radius: 12rpx;
|
||||
padding: 30rpx;
|
||||
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: 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;
|
||||
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;
|
||||
@@ -79,12 +79,12 @@ uni-button{
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
.confirm-button{
|
||||
min-width: 160rpx;
|
||||
height: 72rpx;
|
||||
min-width: 80px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
font-size: 28rpx;
|
||||
margin-left: 20rpx;
|
||||
font-size: 13px;
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
white-space: nowrap;
|
||||
background: center / 100% 100% url(./static/images/button.png) no-repeat;
|
||||
@@ -96,20 +96,20 @@ uni-button{
|
||||
background: center / 100% 100% url(./static/images/button_disabled.png) no-repeat;
|
||||
}
|
||||
.table-title_wraper {
|
||||
width: calc(100% - 60rpx);
|
||||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
font-size: 36rpx;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
line-height: 70rpx;
|
||||
line-height: 28px;
|
||||
font-family: 'YouSheBiaoTiHei';
|
||||
padding: 30rpx 0 0 30rpx;
|
||||
padding: 15px 0 0 15px;
|
||||
background: center / 100% 100% url(./static/images/bg-task-r1.png) no-repeat;
|
||||
}
|
||||
.grid-wrap{
|
||||
width: calc(100% - 60rpx);
|
||||
height: calc(100% - 420rpx);
|
||||
padding: 30rpx 60rpx 0rpx 60rpx;
|
||||
margin: 10rpx auto 0;
|
||||
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%);
|
||||
@@ -118,9 +118,9 @@ uni-button{
|
||||
}
|
||||
.table-wrap {
|
||||
width: 100%;
|
||||
height: calc(100% - 150rpx);
|
||||
height: calc(100% - 53px);
|
||||
overflow-y: scroll;
|
||||
margin-bottom: 40rpx;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
.grid-wrap .grid-table{
|
||||
width: 100%;
|
||||
@@ -205,52 +205,54 @@ uni-button{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 30rpx;
|
||||
line-height: 36rpx;
|
||||
height: 80rpx;
|
||||
font-size: 14px;
|
||||
line-height: 15px;
|
||||
height: 30px;
|
||||
color: #AFBED8;
|
||||
font-weight: bold;
|
||||
padding: 0 10rpx;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.zd-sec-th {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 28rpx;
|
||||
line-height: 30rpx;
|
||||
height: 78rpx;
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
/* background-color: #0F1521; */
|
||||
font-weight: bold;
|
||||
padding: 0 10rpx;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.zd-td {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 28rpx;
|
||||
line-height: 36rpx;
|
||||
height: 86rpx;
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
padding: 0 16rpx;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
border-bottom: 2rpx solid #7A9FE0;
|
||||
border-bottom: 1px solid #7A9FE0;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
}
|
||||
.zd-sec-td {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 24rpx;
|
||||
line-height: 28rpx;
|
||||
height: 80rpx;
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
background-color: rgba(194, 86, 62, 0.2);
|
||||
padding: 0 16rpx;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
border-bottom: 2rpx solid #C2563E;
|
||||
border-bottom: 1px solid #C2563E;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
}
|
||||
.zd-td-checked .zd-td {
|
||||
@@ -258,8 +260,8 @@ uni-button{
|
||||
border-bottom: 0
|
||||
}
|
||||
.zd-checkbox {
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: center / 100% 100% url(./static/images/icon-check1.png) no-repeat;
|
||||
}
|
||||
.zd-checkbox_active {
|
||||
@@ -281,8 +283,8 @@ uni-button{
|
||||
.zd-sec-wraper {
|
||||
width: 100%;
|
||||
background-color: rgba(63,106,202,0.3);
|
||||
padding: 30rpx;
|
||||
border-bottom: 2rpx solid #7A9FE0;
|
||||
padding: 5px 10px;
|
||||
border-bottom: 1px solid #7A9FE0;
|
||||
transition: height 0.5s ease;
|
||||
}
|
||||
.status-wrap {
|
||||
@@ -431,18 +433,18 @@ uni-button{
|
||||
height: 40%;
|
||||
}
|
||||
.kwcode_wraper {
|
||||
height: calc(100% - 170rpx)
|
||||
height: calc(100% - 85px)
|
||||
}
|
||||
.pop-title {
|
||||
font-size: 36rpx;
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
font-family: 'YouSheBiaoTiHei';
|
||||
line-height: 70rpx;
|
||||
line-height: 35px;
|
||||
}
|
||||
.pop-grid-wraper {
|
||||
width: calc(100% - 60rpx);
|
||||
height: calc(100% - 250rpx);
|
||||
margin: 40rpx auto;
|
||||
width: calc(100% - 30px);
|
||||
height: calc(100% - 125px);
|
||||
margin: 20px auto;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.zd-pop-th-wraper {
|
||||
@@ -450,16 +452,16 @@ uni-button{
|
||||
}
|
||||
.zd-pop-td {
|
||||
background-color: RGBA(23, 123, 172, 0.4);
|
||||
border-bottom: 2rpx solid #177BAC;
|
||||
height: 100rpx;
|
||||
font-size: 30rpx;
|
||||
border-bottom: 1px solid #177BAC;
|
||||
height: 40px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.pop-input {
|
||||
width: 100%;
|
||||
height: 70rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 28rpx;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
border: 2rpx solid #21D0F2;
|
||||
border-radius: 24rpx
|
||||
border: 1px solid #21D0F2;
|
||||
border-radius: 12px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user