|
@@ -5,33 +5,36 @@
|
|
|
<image src="../../static/img/myimg/YongHu@3x.png" v-bind:class="pictures" @click="oKSelected(1)">
|
|
|
</image>
|
|
|
<view style="margin: 0 auto;text-align: center;margin-top: -15px;" v-if="pictures == 'picture1'">
|
|
|
- <image src="../../static/img/login/select@3x.png" class="duihao"></image>
|
|
|
+ <image src="../../static/img/login/duihao2@3x.png" class="duihao"></image>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view v-else style='margin: 0 auto;text-align: center;margin-top: -15px;width:18px;height:21px;'></view>
|
|
|
<view class="title">默认</view>
|
|
|
</view>
|
|
|
<view class="pictures">
|
|
|
<image src="../../static/img/myimg/SiJi@3x.png" v-bind:class="picturesTwo" @click="oKSelected(2)">
|
|
|
</image>
|
|
|
<view style="margin: 0 auto;text-align: center;margin-top: -15px;" v-if="picturesTwo == 'picture1'">
|
|
|
- <image src="../../static/img/login/select@3x.png" class="duihao"></image>
|
|
|
+ <image src="../../static/img/login/duihao2@3x.png" class="duihao"></image>
|
|
|
</view>
|
|
|
+ <view v-else style='margin: 0 auto;text-align: center;margin-top: -15px;width:18px;height:21px;'></view>
|
|
|
<view class="title">司机</view>
|
|
|
</view>
|
|
|
<view class="pictures">
|
|
|
<image src="../../static/img/myimg/LiangShang@3x.png" v-bind:class="picturesThree"
|
|
|
@click="oKSelected(3)"></image>
|
|
|
<view style="margin: 0 auto;text-align: center;margin-top: -15px;" v-if="picturesThree == 'picture1'">
|
|
|
- <image src="../../static/img/login/select@3x.png" class="duihao"></image>
|
|
|
+ <image src="../../static/img/login/duihao2@3x.png" class="duihao"></image>
|
|
|
</view>
|
|
|
+ <view v-else style='margin: 0 auto;text-align: center;margin-top: -15px;width:18px;height:21px;'></view>
|
|
|
<view class="title">粮商</view>
|
|
|
</view>
|
|
|
<view class="pictures">
|
|
|
<image src="../../static/img/myimg/LiangNong@3x.png" v-bind:class="picturesFour" @click="oKSelected(4)">
|
|
|
</image>
|
|
|
<view style="margin: 0 auto;text-align: center;margin-top: -15px;" v-if="picturesFour == 'picture1'">
|
|
|
- <image src="../../static/img/login/select@3x.png" class="duihao"></image>
|
|
|
+ <image src="../../static/img/login/duihao2@3x.png" class="duihao"></image>
|
|
|
</view>
|
|
|
+ <view v-else style='margin: 0 auto;text-align: center;margin-top: -15px;width:18px;height:21px;'></view>
|
|
|
<view class="title">粮农</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -182,6 +185,7 @@
|
|
|
height: 70px;
|
|
|
margin: 0 auto;
|
|
|
margin-top: 10px;
|
|
|
+ border: 2px solid transparent;
|
|
|
}
|
|
|
|
|
|
.picture1 {
|
|
@@ -195,7 +199,7 @@
|
|
|
|
|
|
.title {
|
|
|
text-align: center;
|
|
|
- margin: 16px 0;
|
|
|
+ margin: 9px 0;
|
|
|
font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
}
|
|
@@ -213,13 +217,13 @@
|
|
|
|
|
|
.btn {
|
|
|
width: 100%;
|
|
|
- height: 50px;
|
|
|
+ height: 46px;
|
|
|
background-color: #FFFFFF;
|
|
|
text-align: center;
|
|
|
color: #22C572;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 17px;
|
|
|
margin-top: 16px;
|
|
|
- border-radius: 20px;
|
|
|
+ border-radius: 30px;
|
|
|
line-height: 50px;
|
|
|
font-weight: 500;
|
|
|
}
|