Commit dc4c6288 by mamingqun

cb

parent abedfd46
...@@ -139,6 +139,7 @@ body { ...@@ -139,6 +139,7 @@ body {
margin: 0; margin: 0;
height: 100%; height: 100%;
// overflow: hidden !important; // overflow: hidden !important;
// overflow: hidden;
} }
* { * {
......

99.8 KB | W: | H:

58 KB | W: | H:

src/assets/images/02/qianbi.png
src/assets/images/02/qianbi.png
src/assets/images/02/qianbi.png
src/assets/images/02/qianbi.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -69,6 +69,7 @@ export default { ...@@ -69,6 +69,7 @@ export default {
height: 100%; height: 100%;
background: url("../assets/images/01/bg01.jpg") no-repeat center bottom; background: url("../assets/images/01/bg01.jpg") no-repeat center bottom;
background-size: 100% auto; background-size: 100% auto;
overflow: hidden;
} }
.main-title { .main-title {
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<div class="content2"></div> <div class="content2"></div>
</div> </div>
</div> </div>
<div class="to-left"></div>
<!-- <div class="bottom-ele"></div> --> <!-- <div class="bottom-ele"></div> -->
</div> </div>
</div> </div>
...@@ -50,6 +51,16 @@ export default { ...@@ -50,6 +51,16 @@ export default {
bottom: 0; bottom: 0;
} }
.to-left{
width: 50/@r;
height: 50/@r;
position: absolute;
right: 5 / @r;
top: 50%;
background: url('../assets/images/02/left.png') no-repeat;
background-size: contain;
}
.zindex { .zindex {
z-index: 999; z-index: 999;
} }
......
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 sign in to comment