修改全局样式,收货确认全选
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
/** 平板尺寸960*600 **/
|
||||
page {
|
||||
background-color: #0a2b57 !important;
|
||||
min-height: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
uni-page-body {
|
||||
background-color: #0a2b57 !important;
|
||||
min-height: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
uni-button:after {
|
||||
@@ -29,8 +27,8 @@ uni-toast .uni-toast {
|
||||
|
||||
.content{
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background: top center / 100% auto url(./static/images/page_bg.jpg) repeat-y;
|
||||
height: 100%;
|
||||
background: top center / 100% 100% url(./static/images/page_bg.jpg) repeat-y;
|
||||
/* background-color: #040d1e; */
|
||||
}
|
||||
.footer{
|
||||
@@ -39,7 +37,7 @@ uni-toast .uni-toast {
|
||||
}
|
||||
.search-confirm-wrap {
|
||||
width: calc(100% - 20px);
|
||||
margin: 10px auto 0 auto;
|
||||
margin: 10px auto;
|
||||
border-radius: 6px;
|
||||
padding: 10px;
|
||||
background-color: rgba(1, 114, 195, 40%);
|
||||
@@ -126,9 +124,9 @@ uni-toast .uni-toast {
|
||||
}
|
||||
.grid-wrap{
|
||||
width: calc(100% - 20px);
|
||||
min-height: calc(100vh - 145px);
|
||||
height: calc(100% - 112px);
|
||||
margin: 0 auto;
|
||||
padding: 10px 0;
|
||||
padding: 4px 0;
|
||||
border: 1px solid #01c2f3;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(1, 114, 195, 40%);
|
||||
@@ -137,9 +135,8 @@ uni-toast .uni-toast {
|
||||
.zdrow-wrap {
|
||||
width: 100%;
|
||||
padding: 0 10px;
|
||||
/* height: calc(100% - 53px); */
|
||||
/* overflow-y: scroll; */
|
||||
/* margin-bottom: 9px; */
|
||||
height: calc(100% - 40px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.table-wrap {
|
||||
width: 100%;
|
||||
|
||||
@@ -172,7 +172,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
padding: 0 !important;
|
||||
}
|
||||
.pd20 {
|
||||
padding: 20px !important;
|
||||
padding: 10px 0 0 0 !important;
|
||||
}
|
||||
.popshow {
|
||||
transform: translateY(-50%);
|
||||
|
||||
Reference in New Issue
Block a user