样式修改
This commit is contained in:
@@ -420,36 +420,36 @@ uni-button{
|
||||
}
|
||||
.pop-wraper {
|
||||
position: fixed;
|
||||
bottom: 10%;
|
||||
top: 50%;
|
||||
left: 10%;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
padding: 1% 2%;
|
||||
background: center / 100% 100% url(./static/images/pop_bg.png) no-repeat;
|
||||
z-index: 102;
|
||||
transition: all .4s;
|
||||
}
|
||||
.pop-wraper_1 {
|
||||
bottom: 30%;
|
||||
height: 40%;
|
||||
transition: all .5s;
|
||||
}
|
||||
.kwcode_wraper {
|
||||
height: calc(100% - 85px)
|
||||
height: calc(100% - 85px);
|
||||
margin: 60px auto;
|
||||
}
|
||||
.pop-title {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
font-family: 'YouSheBiaoTiHei';
|
||||
line-height: 35px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.pop-grid-wraper {
|
||||
width: calc(100% - 30px);
|
||||
height: calc(100% - 125px);
|
||||
margin: 20px auto;
|
||||
height: calc(80vh - 105px);
|
||||
margin: 0 auto 20px auto;
|
||||
padding: 0 6px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.zd-pop-th-wraper {
|
||||
background-color: #031328
|
||||
background-color: #031328;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
.zd-pop-td {
|
||||
background-color: RGBA(23, 123, 172, 0.4);
|
||||
|
||||
@@ -151,10 +151,10 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
margin-bottom: 20px
|
||||
}
|
||||
.popshow {
|
||||
transform: translateY(0);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.pophide {
|
||||
transform: translateY(120%);
|
||||
transform: translateY(100vh);
|
||||
}
|
||||
.scale8 {
|
||||
transform: scale(0.8)
|
||||
|
||||
Reference in New Issue
Block a user