|
@@ -95,27 +95,22 @@
|
|
|
</view>
|
|
|
<view class="cmd">
|
|
|
<view class="s_item" @click="show = true">
|
|
|
- <text class="icon ic"></text>
|
|
|
+ <text class="icon ic"></text>
|
|
|
<text class="title">常见问题</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
<view class="s_item" @click="show = true">
|
|
|
- <text class="icon ic"></text>
|
|
|
- <text class="title">联系我们</text>
|
|
|
- <text class="icon arrow"></text>
|
|
|
- </view>
|
|
|
- <view class="s_item" @click="show = true">
|
|
|
- <text class="icon ic"></text>
|
|
|
+ <text class="icon ic"></text>
|
|
|
<text class="title">用户协议</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
<view class="s_item" @click="show = true">
|
|
|
- <text class="icon ic"></text>
|
|
|
+ <text class="icon ic"></text>
|
|
|
<text class="title">隐私协议</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
<view class="s_item" @click="show = true">
|
|
|
- <text class="icon ic"></text>
|
|
|
+ <text class="icon ic"></text>
|
|
|
<text class="title">设置</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
@@ -220,6 +215,6 @@ page {
|
|
|
.exit {
|
|
|
margin-top: 20px;
|
|
|
background-color: white;
|
|
|
- color: $main-color;
|
|
|
+ color: #F44336;
|
|
|
}
|
|
|
</style>
|