Commit fe68d768 authored by liubinyu's avatar liubinyu

bug

parent dbe28b31
...@@ -149,11 +149,16 @@ function goDetail() { ...@@ -149,11 +149,16 @@ function goDetail() {
.page .page-bg img { .page .page-bg img {
width: 100%; width: 100%;
aspect-ratio: 4;
display: block; display: block;
pointer-events: none; pointer-events: none;
user-select: none; user-select: none;
} }
.page .page-bg img:last-of-type {
aspect-ratio: 8;
}
.page .main { .page .main {
height: 100%; height: 100%;
position: relative; position: relative;
......
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