修改显示字段,增加信息弹窗,保存账号,增加websocket定时刷新,增加校验功能
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/** 平板尺寸960*600 **/
|
||||
page {
|
||||
background-color: #f6f6f6 !important;
|
||||
background-color: #0a2b57 !important;
|
||||
min-height: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
uni-page-body {
|
||||
background-color: #f6f6f6 !important;
|
||||
background-color: #0a2b57 !important;
|
||||
min-height: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
@@ -17,12 +17,20 @@ uni-button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.content{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: center / 100% auto url(./static/images/page_bg.jpg) no-repeat;
|
||||
background-color: #040d1e;
|
||||
}
|
||||
.footer{
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
}
|
||||
.search-confirm-wrap {
|
||||
width: calc(100% - 20px);
|
||||
margin: 10px auto 0 auto;
|
||||
@@ -106,21 +114,18 @@ uni-button{
|
||||
background: center / 100% 100% url(./static/images/bg-task-r1.png) no-repeat;
|
||||
}
|
||||
.grid-wrap{
|
||||
width: calc(100% - 20px);
|
||||
height: calc(100% - 145px);
|
||||
padding: 5px 10px 0 10px;
|
||||
width: 100%;
|
||||
/* height: calc(100% - 145px); */
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
background: center / 100% 100% url(./static/images/bg-task-r2.png) no-repeat;
|
||||
/* border: 1px solid #0090e6;
|
||||
background-color: rgba(2, 38, 72, 90%);
|
||||
border-radius: 9px;
|
||||
box-shadow: inset 3px 3px 14px -2px #0089df, inset -3px -3px 14px -2px #0089df; */
|
||||
}
|
||||
.table-wrap {
|
||||
width: 100%;
|
||||
height: calc(100% - 53px);
|
||||
overflow-y: scroll;
|
||||
margin-bottom: 9px;
|
||||
padding: 0 10px;
|
||||
/* height: calc(100% - 53px); */
|
||||
/* overflow-y: scroll; */
|
||||
/* margin-bottom: 9px; */
|
||||
}
|
||||
.grid-wrap .grid-table{
|
||||
width: 100%;
|
||||
@@ -284,7 +289,7 @@ uni-button{
|
||||
.zd-sec-wraper {
|
||||
width: 100%;
|
||||
background-color: rgba(63,106,202,0.3);
|
||||
padding: 5px 10px;
|
||||
padding: 5px 0px;
|
||||
border-bottom: 1px solid #7A9FE0;
|
||||
transition: height 0.5s ease;
|
||||
}
|
||||
@@ -463,4 +468,4 @@ uni-button{
|
||||
color: #fff;
|
||||
border: 1px solid #21D0F2;
|
||||
border-radius: 12px
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user