Commit 9843dc42 authored by 李苏's avatar 李苏 💬

调整

parent 80ff6472
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view class="container"> <view class="container">
<view class="index"> <view class="index">
<view v-if="!showlist[0]" style="background-image: url(/static/sswnr.png);height: 87vh;background-size:100% 80%;"></view> <view v-if="!showlist[0]" style="background-image: url(/static/sswnr.png);height: calc( 100vh - 45px);background-size:100% 80%;"></view>
<view class="new_box" style="margin-top: 80px;"> <view class="new_box" style="margin-top: 80px;">
<view class="bbox"> <view class="bbox">
<view class="list-box" v-for="(item,index) in showlist" :key="index" style="border-bottom: 0.5px solid #EEEEEE;"> <view class="list-box" v-for="(item,index) in showlist" :key="index" style="border-bottom: 0.5px solid #EEEEEE;">
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<view class="container"> <view class="container">
<view class="index"> <view class="index">
<view v-if="!showlist[0]" style="background-image: url(/static/sswnr.png);height: 87vh;background-size:100% 80%;"></view> <view v-if="!showlist[0]" style="background-image: url(/static/sswnr.png);height: calc( 100vh - 45px);background-size:100% 80%;"></view>
<view class="new_box" style="margin-top: 140px;"> <view class="new_box" style="margin-top: 140px;">
<view class="bbox"> <view class="bbox">
<view class="list-box" v-for="(item,index) in showlist" :key="index" style="border-bottom: 0.5px solid #EEEEEE;"> <view class="list-box" v-for="(item,index) in showlist" :key="index" style="border-bottom: 0.5px solid #EEEEEE;">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view class="container"> <view class="container">
<view class="index"> <view class="index">
<view v-if="!showlist[0]" style="background-image: url(/static/sswnr.png);height: 87vh;background-size:100% 80%;"></view> <view v-if="!showlist[0]" style="background-image: url(/static/sswnr.png);height: calc( 100vh - 45px) ;background-size:100% 80%;"></view>
<view class="new_box" style="margin-top: 80px;"> <view class="new_box" style="margin-top: 80px;">
<view class="bbox"> <view class="bbox">
<view class="list-box" v-for="(item,index) in showlist" :key="index" style="border-bottom: 0.5px solid #EEEEEE;"> <view class="list-box" v-for="(item,index) in showlist" :key="index" style="border-bottom: 0.5px solid #EEEEEE;">
......
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