|
@@ -62,50 +62,49 @@
|
|
|
</view>
|
|
|
<view class="userCell">
|
|
|
<view class="userCell-item" @click="carManage">
|
|
|
- <view class="userCell-title">
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="menu_cwcl" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>车辆管理</p>
|
|
|
</view>
|
|
|
- <view class="">
|
|
|
- <text class="add">添加车牌号</text>
|
|
|
+ <view>
|
|
|
+ <text class="add oldTextjp2" oldstyle="font-size: 16px;">添加车牌号</text>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
<view class="userCell-item" @click="gotoUrl('pages/user/help')">
|
|
|
- <view class="userCell-title">
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="compass-3-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>操作指南</p>
|
|
|
</view>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
</view>
|
|
|
<view class="userCell-item" @click="feedback">
|
|
|
- <view class="userCell-title">
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="feedback-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>意见反馈</p>
|
|
|
</view>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
</view>
|
|
|
<view class="userCell-item" @click="gotoUrl('pages/user/about')">
|
|
|
- <view class="userCell-title">
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="information-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>关于我们</p>
|
|
|
</view>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
</view>
|
|
|
<view class="userCell-item" @click="openModal">
|
|
|
- <view class="userCell-title">
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="customer-service-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>联系客服</p>
|
|
|
</view>
|
|
|
- <span>{{content}}</span>
|
|
|
+ <span class="oldTextjp2" oldstyle="font-size: 16px;">{{content}}</span>
|
|
|
</view>
|
|
|
<view>
|
|
|
<u-modal v-model="show" @confirm="confirmPhone" :confirm-text="confirmText" confirm-color="#606266" :show-cancel-button="true" ref="uModal"
|
|
|
:asyncClose="true" :title="title" :content="content"></u-modal>
|
|
|
</view>
|
|
|
<view class="userCell-item" @click="setUp">
|
|
|
- <view class="userCell-title">
|
|
|
+ <view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
<u-icon name="settings-4-fill" custom-prefix="custom-icon" color="#6BC6A7" size="36"></u-icon>
|
|
|
<p>设置</p>
|
|
|
</view>
|
|
@@ -479,6 +478,9 @@
|
|
|
span{
|
|
|
color:#999;
|
|
|
}
|
|
|
+ .add{
|
|
|
+ color:#999;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|