Files
pad-ndxy-uni/common/style/layout.css

289 lines
5.5 KiB
CSS
Raw Normal View History

2025-02-17 17:02:02 +08:00
page {
/* background-color: #0a2b57 !important; */
height: 100% !important;
}
uni-page-body {
/* background-color: #0a2b57 !important; */
height: 100% !important;
}
uni-button:after {
border: none;
}
uni-button{
font-size: 16px;
}
uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
background-color: transparent;
}
uni-toast .uni-toast {
width: auto;
min-width: 8em;
padding: 0 10px;
}
/** 内容 */
.contianer {
width: 100%;
height: 100%;
background: url('./static/images/page_bg.jpg') center / cover no-repeat;
}
.content {
2025-02-17 19:01:32 +08:00
padding: calc(var(--status-bar-height) + 53.5px) 20px 20px 20px;
2025-02-17 17:02:02 +08:00
}
.content_wraper {
2025-02-17 19:01:32 +08:00
padding: 18.5px 20px 20px 20px;
2025-02-17 17:02:02 +08:00
background: url('./static/images/bg-task-r2.png') center / 100% 100% no-repeat;
}
.grid_wraper {
height: 100%;
overflow-y: auto;
}
.grid_wraper table {
table-layout: fixed;
min-width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 0
}
.grid_wraper table th {
box-sizing: border-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: left;
position: sticky;
top: -1px;
2025-02-17 19:01:32 +08:00
height: 40.5px;
font-size: 18px;
2025-02-17 17:02:02 +08:00
font-family: SourceHanSansCN-Bold;
2025-02-17 19:01:32 +08:00
line-height: 40.5px;
2025-02-17 17:02:02 +08:00
color: #AFBED8;
font-weight: bold;
font-style: italic;
z-index: 99;
2025-02-17 19:01:32 +08:00
padding: 0 12.5px;
2025-02-17 17:02:02 +08:00
background: left center / 1px 81px url('/static/images/th_bg.png') repeat-x;
}
.grid_wraper table th div {
2025-02-17 19:01:32 +08:00
font-size: 18px;
2025-02-17 17:02:02 +08:00
font-family: 'SourceHanSansCN-Bold';
2025-02-17 19:01:32 +08:00
line-height: 40.5px;
2025-02-17 17:02:02 +08:00
color: #AFBED8;
font-weight: bold;
font-style: italic;
}
.grid_wraper table td {
2025-02-17 19:01:32 +08:00
padding: 2.5px 2.5px 2.5px 12.5px;
2025-02-17 17:02:02 +08:00
background: rgba(31,46,73,1);
border-bottom: 2px solid rgba(122,159,224,0.17);
text-align: left;
2025-02-17 19:01:32 +08:00
font-size: 15px;
line-height:15px;
height: 41px;
2025-02-17 17:02:02 +08:00
color: #fff;
}
.grid_wraper table .tr_selected td {
background: rgba(63,106,202,0.3);
}
.grid_wraper table th:first-child {
position: sticky;
left: 0;
z-index: 100;
}
.grid_wraper table th:last-child {
position: sticky;
right: 0;
z-index: 100;
}
.grid_wraper table td:first-child {
position: sticky;
left: 0;
z-index: 99;
}
.grid_wraper table td:last-child {
position: sticky;
right: 0;
z-index: 99;
}
.grid_button {
2025-02-17 19:01:32 +08:00
font-size: 15px;
line-height: 41px;
2025-02-17 17:02:02 +08:00
color: #3CC1FF;
2025-02-17 19:01:32 +08:00
margin: 0 5px;
2025-02-17 17:02:02 +08:00
padding: 0;
background: transparent;
border: 0;
}
.grid_button_disabled {
color: #ff803c;
}
.dialog__wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
margin: 0;
z-index: 2014;
background-color: rgba(0,0,0,.6);
transition: all .3s;
}
.popshow {
transform: translateY(0);
}
.pophide {
transform: translateY(100%);
}
.dialog {
width: 50%;
position: relative;
margin: 0 auto 50px;
background: linear-gradient(45deg, rgba(28,95,161,0.7), rgba(20,67,120,0.7));
border: 1px solid #6fc4e2;
margin-top: 15vh;
}
.dialog__body {
2025-02-17 19:01:32 +08:00
padding: 20px;
2025-02-17 17:02:02 +08:00
}
.filter-item {
2025-02-17 19:01:32 +08:00
margin-bottom: 30px;
2025-02-17 17:02:02 +08:00
}
.filter-label {
2025-02-17 19:01:32 +08:00
font-size: 15px;
line-height: 40px;
2025-02-17 17:02:02 +08:00
color: #fff;
font-weight: normal;
text-align: left;
}
.filter-input {
2025-02-17 19:01:32 +08:00
font-size: 15px;
line-height: 40px;
height: 40px;
2025-02-17 17:02:02 +08:00
color: #fff;
border: 1px solid #6fc4e2;
2025-02-17 19:01:32 +08:00
padding: 0 10px;
2025-02-17 17:02:02 +08:00
text-align: center;
}
.icon-plus {
cursor: pointer;
2025-02-17 19:01:32 +08:00
font-size: 25px;
line-height: 40px;
height: 40px;
2025-02-17 17:02:02 +08:00
color: #999;
background-color: #fff;
text-align: center;
}
.button_cancle {
2025-02-17 19:01:32 +08:00
font-size: 15px;
line-height: 40px;
padding: 0 15px;
2025-02-17 17:02:02 +08:00
border: 1px solid #DCDFE6;
color: #606266;
2025-02-17 19:01:32 +08:00
margin: 0 20px;
2025-02-17 17:02:02 +08:00
}
.button_primary {
2025-02-17 19:01:32 +08:00
font-size: 15px;
line-height: 40px;
padding: 0 15px;
2025-02-17 17:02:02 +08:00
background: #6fc4e2;
color: #fff;
2025-02-17 19:01:32 +08:00
margin: 0 20px;
2025-02-17 17:02:02 +08:00
}
.setup-wrap {
2025-02-17 19:01:32 +08:00
width: 442.5px;
2025-02-17 17:02:02 +08:00
background: linear-gradient(45deg, rgba(28, 95, 161, 70%), rgba(20, 67, 120, 70%));
border: 1px solid #6fc4e2;
2025-02-17 19:01:32 +08:00
padding: 24.5px 24px;
2025-02-17 17:02:02 +08:00
}
.button {
2025-02-17 19:01:32 +08:00
width: 169px;
font-size: 24px;
line-height: 47px;
height: 47px;
2025-02-17 17:02:02 +08:00
color: #fff;
background: transparent;
border: 0;
}
.btn-primary {
background: url('/static/images/btn_blue.png') center / 100% 100% no-repeat;
}
.uni-select {
2025-02-17 19:01:32 +08:00
font-size: 015px !important;
height: 40px !important;
2025-02-17 17:02:02 +08:00
border-color: #3CC1FF !important;
}
.uni-select__input-box {
2025-02-17 19:01:32 +08:00
height: 40px !important;
2025-02-17 17:02:02 +08:00
}
.uni-select__input-placeholder {
2025-02-17 19:01:32 +08:00
font-size: 015px !important;
2025-02-17 17:02:02 +08:00
}
.filter-select .uniui-bottom, .filter-select .uniui-top {
2025-02-17 19:01:32 +08:00
font-size: 015px !important;
2025-02-17 17:02:02 +08:00
}
.filter-select .uniui-clear {
2025-02-17 19:01:32 +08:00
font-size: 20px !important;
2025-02-17 17:02:02 +08:00
}
.uni-select__selector {
z-index: 200 !important;
background-color: rgba(7,31,62,0.95) !important;
border-color: #3CC1FF !important;
}
.uni-popper__arrow {
border-bottom-color: #3CC1FF !important;
}
.uni-popper__arrow::after {
border-bottom-color: #3CC1FF !important;
}
.uni-select__selector-item {
2025-02-17 19:01:32 +08:00
font-size: 15px !important;
line-height: 35px !important;
2025-02-17 17:02:02 +08:00
color: #fff;
}
.uni-select__input-text {
color: #fff !important;
}
2025-02-17 19:01:32 +08:00
.uni-select__selector-empty {
font-size: 015px !important;
line-height: 20px !important;
color: #fff !important;
}
2025-02-17 17:02:02 +08:00
uni-toast .uni-toast__content {
2025-02-17 19:01:32 +08:00
font-size: 15px;
2025-02-17 17:02:02 +08:00
}
uni-toast .uni-toast {
2025-02-17 19:01:32 +08:00
padding: 0 20px;
2025-02-17 17:02:02 +08:00
}
uni-modal .uni-modal__bd {
2025-02-17 19:01:32 +08:00
font-size: 15px;
2025-02-17 17:02:02 +08:00
}
uni-modal .uni-modal__ft {
2025-02-17 19:01:32 +08:00
font-size: 20px;
line-height: 35px;
2025-02-17 17:02:02 +08:00
}
.uni-numbox--text {
2025-02-17 19:01:32 +08:00
font-size: 15px !important;
line-height: 40px !important;
2025-02-17 17:02:02 +08:00
margin-bottom: 0 !important;
font-weight: 700 !important;
}
.uni-numbox--text span {
2025-02-17 19:01:32 +08:00
font-size: 15px !important;
2025-02-17 17:02:02 +08:00
}
.uni-numbox-btns {
2025-02-17 19:01:32 +08:00
padding: 0 14px !important;
2025-02-17 17:02:02 +08:00
}
.uni-numbox__value {
2025-02-17 19:01:32 +08:00
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;
2025-02-17 17:02:02 +08:00
}