This commit is contained in:
2025-02-17 19:01:32 +08:00
parent fb5eb76135
commit 4de06af3d8
10 changed files with 173 additions and 111 deletions

View File

@@ -31,10 +31,10 @@ uni-toast .uni-toast {
background: url('./static/images/page_bg.jpg') center / cover no-repeat;
}
.content {
padding: 1.07rem .4rem .4rem .4rem;
padding: calc(var(--status-bar-height) + 53.5px) 20px 20px 20px;
}
.content_wraper {
padding: .37rem .4rem .4rem .4rem;
padding: 18.5px 20px 20px 20px;
background: url('./static/images/bg-task-r2.png') center / 100% 100% no-repeat;
}
.grid_wraper {
@@ -56,33 +56,33 @@ uni-toast .uni-toast {
text-align: left;
position: sticky;
top: -1px;
height: .81rem;
font-size: .36rem;
height: 40.5px;
font-size: 18px;
font-family: SourceHanSansCN-Bold;
line-height: .81rem;
line-height: 40.5px;
color: #AFBED8;
font-weight: bold;
font-style: italic;
z-index: 99;
padding: 0 .25rem;
padding: 0 12.5px;
background: left center / 1px 81px url('/static/images/th_bg.png') repeat-x;
}
.grid_wraper table th div {
font-size: .36rem;
font-size: 18px;
font-family: 'SourceHanSansCN-Bold';
line-height: .81rem;
line-height: 40.5px;
color: #AFBED8;
font-weight: bold;
font-style: italic;
}
.grid_wraper table td {
padding: .05rem .05rem .05rem .25rem;
padding: 2.5px 2.5px 2.5px 12.5px;
background: rgba(31,46,73,1);
border-bottom: 2px solid rgba(122,159,224,0.17);
text-align: left;
font-size: .3rem;
line-height:.3rem;
height: .82rem;
font-size: 15px;
line-height:15px;
height: 41px;
color: #fff;
}
.grid_wraper table .tr_selected td {
@@ -109,10 +109,10 @@ uni-toast .uni-toast {
z-index: 99;
}
.grid_button {
font-size: .3rem;
line-height: .82rem;
font-size: 15px;
line-height: 41px;
color: #3CC1FF;
margin: 0 .1rem;
margin: 0 5px;
padding: 0;
background: transparent;
border: 0;
@@ -147,63 +147,63 @@ uni-toast .uni-toast {
margin-top: 15vh;
}
.dialog__body {
padding: 0.4rem;
padding: 20px;
}
.filter-item {
margin-bottom: 0.6rem;
margin-bottom: 30px;
}
.filter-label {
font-size: 0.3rem;
line-height: 0.8rem;
font-size: 15px;
line-height: 40px;
color: #fff;
font-weight: normal;
text-align: left;
}
.filter-input {
font-size: 0.3rem;
line-height: 0.8rem;
height: 0.8rem;
font-size: 15px;
line-height: 40px;
height: 40px;
color: #fff;
border: 1px solid #6fc4e2;
padding: 0 .2rem;
padding: 0 10px;
text-align: center;
}
.icon-plus {
cursor: pointer;
font-size: 0.5rem;
line-height: 0.8rem;
height: 0.8rem;
font-size: 25px;
line-height: 40px;
height: 40px;
color: #999;
background-color: #fff;
text-align: center;
}
.button_cancle {
font-size: 0.3rem;
line-height: 0.8rem;
padding: 0 .3rem;
font-size: 15px;
line-height: 40px;
padding: 0 15px;
border: 1px solid #DCDFE6;
color: #606266;
margin: 0 .4rem;
margin: 0 20px;
}
.button_primary {
font-size: 0.3rem;
line-height: 0.8rem;
padding: 0 .3rem;
font-size: 15px;
line-height: 40px;
padding: 0 15px;
background: #6fc4e2;
color: #fff;
margin: 0 .4rem;
margin: 0 20px;
}
.setup-wrap {
width: 8.85rem;
width: 442.5px;
background: linear-gradient(45deg, rgba(28, 95, 161, 70%), rgba(20, 67, 120, 70%));
border: 1px solid #6fc4e2;
padding: .49rem .48rem;
padding: 24.5px 24px;
}
.button {
width: 3.36rem;
font-size: .48rem;
line-height: .94rem;
height: .94rem;
width: 169px;
font-size: 24px;
line-height: 47px;
height: 47px;
color: #fff;
background: transparent;
border: 0;
@@ -212,21 +212,21 @@ uni-toast .uni-toast {
background: url('/static/images/btn_blue.png') center / 100% 100% no-repeat;
}
.uni-select {
font-size: 0.3rem !important;
height: 0.8rem !important;
font-size: 015px !important;
height: 40px !important;
border-color: #3CC1FF !important;
}
.uni-select__input-box {
height: 0.8rem !important;
height: 40px !important;
}
.uni-select__input-placeholder {
font-size: 0.3rem !important;
font-size: 015px !important;
}
.filter-select .uniui-bottom, .filter-select .uniui-top {
font-size: 0.3rem !important;
font-size: 015px !important;
}
.filter-select .uniui-clear {
font-size: 0.4rem !important;
font-size: 20px !important;
}
.uni-select__selector {
z-index: 200 !important;
@@ -240,40 +240,50 @@ uni-toast .uni-toast {
border-bottom-color: #3CC1FF !important;
}
.uni-select__selector-item {
font-size: 0.3rem !important;
line-height: 0.8rem !important;
font-size: 15px !important;
line-height: 35px !important;
color: #fff;
}
.uni-select__input-text {
color: #fff !important;
}
.uni-select__selector-empty {
font-size: 015px !important;
line-height: 20px !important;
color: #fff !important;
}
uni-toast .uni-toast__content {
font-size: .3rem;
font-size: 15px;
}
uni-toast .uni-toast {
padding: 0 .4rem;
padding: 0 20px;
}
uni-modal .uni-modal__bd {
font-size: .3rem;
font-size: 15px;
}
uni-modal .uni-modal__ft {
font-size: .4em;
line-height: .7rem;
font-size: 20px;
line-height: 35px;
}
.uni-numbox--text {
font-size: .3rem !important;
line-height: .8rem !important;
font-size: 15px !important;
line-height: 40px !important;
margin-bottom: 0 !important;
font-weight: 700 !important;
}
.uni-numbox--text span {
font-size: .3rem !important;
font-size: 15px !important;
}
.uni-numbox-btns {
padding: 0 .28rem !important;
padding: 0 14px !important;
}
.uni-numbox__value {
font-size: .3rem !important;
height: .8rem !important;
width: 2rem !important;
font-size: 15px !important;
height: 40px !important;
width: 100px !important;
}
uni-modal .uni-modal {
background: linear-gradient(45deg, rgba(28,95,161,0.7), rgba(20,67,120,0.7));
border: 1px solid #6fc4e2;
color: #fff;
}