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

@ -6,7 +6,7 @@
<view class="quickapply"> <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}}"> <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"> <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 class="info">
<view>拍照报名</view> <view>拍照报名</view>
<view>快速报名</view> <view>快速报名</view>
@ -14,7 +14,7 @@
</view> </view>
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record"> <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 class="info">
<view>报名录单</view> <view>报名录单</view>
<view>快速报名</view> <view>快速报名</view>
@ -24,7 +24,7 @@
</button> </button>
<button wx:else> <button wx:else>
<view class hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard"> <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 class="info">
<view>拍照报名</view> <view>拍照报名</view>
<view>快速报名</view> <view>快速报名</view>
@ -32,7 +32,8 @@
</view> </view>
<view class hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord"> <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 class="info">
<view>报名录单</view> <view>报名录单</view>
<view>快速报名</view> <view>快速报名</view>

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

Loading…
Cancel
Save