固定搜索

This commit is contained in:
蔡玲
2024-12-18 14:02:59 +08:00
parent 732d60bf12
commit 04d6e922af
9 changed files with 74 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ uni-toast .uni-toast {
margin: 10px auto;
border-radius: 6px;
padding: 10px;
background-color: rgba(1, 114, 195, 40%);
background: linear-gradient(-45deg,rgba(16, 131, 202, 1),rgba(8, 39, 87, 1));
border: 1px solid #00a3dd;
box-shadow: rgba(4, 136, 203, 0.2) -3px 6px 6px 1px, rgba(4, 136, 203, 0.2) 3px -3px 6px 1px;
}
@@ -269,6 +269,7 @@ uni-toast .uni-toast {
width: 100%;
/* background: #142954 center / 100% 100% url(./static/images/grid_bg.png) no-repeat; */
overflow: hidden;
top: 52px;
}
.zd-sec-th-wraper {
width: 100%;

View File

@@ -156,6 +156,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgl52 {
margin-left: 52px;
}
.mgr1 {
margin-right: 1px;
}
.mgr5 {
margin-right: 5px;
}