cyl/dev
jscyl13849007907 1 year ago
parent 784438ec95
commit fcc5d073d0

@ -6,7 +6,7 @@
<view class="quickapply">
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
<image src="../../assets/images/tabbar/page_camera.png" style="width: 32px;height: 32px;"/>
<view class="iconfont icon-camera" style="font-size: 40px;font-weight: 100;color: #666;"></view>
<view class="info">
<view>拍照报名</view>
<view>快速报名</view>
@ -14,7 +14,7 @@
</view>
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
<image src="../../assets/images/tabbar/page_order.png" style="width: 32px;height: 32px;"/>
<view class="iconfont icon-solution" style="font-size: 40px;font-weight: 100;color: #666;"></view>
<view class="info">
<view>报名录单</view>
<view>快速报名</view>
@ -24,7 +24,7 @@
</button>
<button wx:else>
<view class hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
<image src="../../assets/images/tabbar/page_camera.png" style="width: 32px;height: 32px;"/>
<view class="iconfont icon-camera" style="font-size: 40px;font-weight: 100;color: #666;"></view>
<view class="info">
<view>拍照报名</view>
<view>快速报名</view>
@ -32,7 +32,8 @@
</view>
<view class hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
<image src="../../assets/images/tabbar/page_order.png" style="width: 32px;height: 32px;"/>
<!-- <image src="../../assets/images/tabbar/page_order.png" style="width: 36px;" mode="widthFix"/> -->
<view class="iconfont icon-solution" style="font-size: 40px;font-weight: 100;color: #666;"></view>
<view class="info">
<view>报名录单</view>
<view>快速报名</view>

@ -179,11 +179,11 @@ page {
}
.quickapply button > view .info > view:first-child {
font-size: 16px;
font-weight: 400;
font-weight: bold;
}
.quickapply button > view .info > view:last-child {
font-size: 11px;
color: #999;
font-size: 14px;
color: #666;
font-weight: 400;
}
.friendBar .container {

Loading…
Cancel
Save