样式固定

This commit is contained in:
2024-04-25 09:56:31 +08:00
parent a0aac53bef
commit d91714fc27
4 changed files with 446 additions and 93 deletions

View File

@@ -190,7 +190,7 @@ uni-button{
}
.zd-th-wraper{
width: 100%;
background: center / 110% 100% url(./static/images/grid_bg.png) no-repeat;
background: #001129 center / 110% 100% url(./static/images/grid_bg.png) no-repeat;
overflow: hidden;
}
.zd-sec-th-wraper {
@@ -233,7 +233,7 @@ uni-button{
align-items: center;
font-size: 12px;
line-height: 13px;
height: 30px;
height: 39px;
color: #fff;
/* padding: 0 5px; */
text-align: center;
@@ -247,7 +247,7 @@ uni-button{
align-items: center;
font-size: 12px;
line-height: 13px;
height: 40px;
height: 52px;
color: #fff;
background-color: rgba(194, 86, 62, 0.2);
padding: 0 5px;
@@ -448,8 +448,6 @@ uni-button{
}
.zd-pop-th-wraper {
background-color: #031328;
position: sticky;
top: 0;
}
.zd-pop-td {
background-color: RGBA(23, 123, 172, 0.4);