Commit b1e87b6f by zhanghaozhe

我的宝箱页面app去掉头部

parent a8644801
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
} }
} }
& li:last-child{ & li:last-child {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
...@@ -173,6 +173,7 @@ ...@@ -173,6 +173,7 @@
height: 2px; height: 2px;
background: #fff; background: #fff;
border-radius: 1px; border-radius: 1px;
.progress { .progress {
position: absolute; position: absolute;
right: 0; right: 0;
...@@ -194,3 +195,29 @@ ...@@ -194,3 +195,29 @@
} }
} }
} }
.landing-treasure-rules {
width: 320px;
&.popup-container {
top: 50%;
transform: translate(-50%, -50%);
.title {
font-size: 18px;
color: #111111;
}
}
.content {
padding: 0 19px 15px;
margin-top: 22px;
color: #666666;
font-size: 14px;
li {
margin-bottom: 5px;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment