Commit ef73df4a authored by zhengke's avatar zhengke

修改样式

parent 85c31c85
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
.contancList { .contancList {
width: 48%; width: 48%;
background-color: #fff; background-color: #fff;
margin:0 3.5% 10px 0; margin:0 3.5% 13px 0;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
border-radius: 6px; border-radius: 6px;
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
width: 100%; width: 100%;
height: 190px; height: 190px;
overflow: hidden; overflow: hidden;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
} }
.contanctImg img { .contanctImg img {
...@@ -81,7 +83,7 @@ ...@@ -81,7 +83,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="padding:10px 0;"> <view style="margin-bottom:80px;">
<u-loadmore :status="status" :load-text="loadText" :font-size="24" :margin-top="0" :margin-bottom="0" bg-color="#f0f4f7" /> <u-loadmore :status="status" :load-text="loadText" :font-size="24" :margin-top="0" :margin-bottom="0" bg-color="#f0f4f7" />
</view> </view>
</scroll-view> </scroll-view>
......
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