|
@@ -180,7 +180,7 @@
|
|
|
<button class="tn-flex tn-flex-col-center tn-button--clear-style" @click="showFeedback">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-message-fill" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-message-fill" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-flex tn-flex-row-between" style="width: 100%;">
|
|
|
<view class="tn-margin-left-sm" :style="{fontSize:(wxFontSize-1)+'px'}">我有问题</view>
|
|
@@ -192,7 +192,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-safe-fill" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-safe-fill" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">用户声明</view>
|
|
|
<view class="tn-color-gray tn-icon-right"></view>
|
|
@@ -202,7 +202,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-lock" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-lock" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">隐私协议</view>
|
|
|
<view class="tn-color-gray tn-icon-right"></view>
|
|
@@ -212,7 +212,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-help" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-help" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">了解速立保</view>
|
|
|
<view class="tn-color-gray tn-icon-right"></view>
|
|
@@ -222,7 +222,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-font" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-font" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">字体大小</view>
|
|
|
<view class="tn-color-gray tn-icon-right"></view>
|
|
@@ -232,7 +232,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-my-reduce" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-my-reduce" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">注销账户</view>
|
|
|
<view class="tn-color-gray tn-icon-right"></view>
|
|
@@ -247,7 +247,7 @@
|
|
|
<view class="tn-flex tn-flex-col-center">
|
|
|
<view
|
|
|
class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
- <view class="tn-icon-logout" :style="{fontSize:(wxFontSize)+'px'}"></view>
|
|
|
+ <view class="tn-icon-logout" :style="{fontSize:(wxFontSize+1)+'px'}"></view>
|
|
|
</view>
|
|
|
<view class="tn-margin-left-sm tn-flex-1" :style="{fontSize:(wxFontSize-1)+'px'}">退出登录</view>
|
|
|
<view class="tn-color-gray tn-icon-right"></view>
|