|
@@ -14,10 +14,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="sos" @click="call()">
|
|
|
- <image src="../../static/qz.png" mode="widthFix"></image>
|
|
|
+ <image src="../../static/qz.png" mode="widthFix" class="qiuzhu"></image>
|
|
|
<view class="title">求助</view>
|
|
|
</view>
|
|
|
- <image :src="ip + aboutUs.bgImg1" mode="scaleToFill"></image>
|
|
|
+ <image :src="ip + aboutUs.bgImg1" mode="scaleToFill" class="banner"></image>
|
|
|
</view>
|
|
|
<view class="page">
|
|
|
<!--菜单-->
|
|
@@ -215,10 +215,12 @@ page {
|
|
|
.dw {
|
|
|
float: left;
|
|
|
width: 6.5%;
|
|
|
+ height: 20px;
|
|
|
margin: 3px 7px 0px 7px;
|
|
|
}
|
|
|
.bq {
|
|
|
width: 45%;
|
|
|
+ height: 34px;
|
|
|
float: left;
|
|
|
}
|
|
|
}
|
|
@@ -259,14 +261,15 @@ page {
|
|
|
font-weight: normal;
|
|
|
border-radius: 30px;
|
|
|
z-index: 111112;
|
|
|
- image {
|
|
|
+ .qiuzhu {
|
|
|
width: 115%;
|
|
|
+ height: 34px;
|
|
|
}
|
|
|
.title {
|
|
|
color: #333333;
|
|
|
}
|
|
|
}
|
|
|
- image {
|
|
|
+ .banner {
|
|
|
width: 100%;
|
|
|
height: 200px;
|
|
|
background-color: white;
|