@@ -87,7 +87,7 @@
</view>
<view class="flex flex-space-between" @click="goDetailPage('/pages/mine/helpDescription')">
<view class="flex align-center">
- <image class="img" src="@/static/images/mine/icon-help@2x.png" mode='widthFix'>
+ <image class="img" src="@/static/images/mine/icon-help@2x.png" mode='widthFix' style="top: 6rpx;">
</image>
<view>帮助说明</view>
@@ -416,7 +416,7 @@
margin-right: 10rpx;
width: 40rpx;
height: 40rpx;
- margin-top: 4rpx;
+ top: 2rpx;
}
.flex-space-between {
@@ -165,9 +165,7 @@
});
},
read(val) {
- if(val.newsType == '系统消息'){
uni.$u.route("/pages/news/newsSee?_obj="+JSON.stringify(val))
- }
uni.showLoading({
title: '加载中',
mask: true
@@ -32,7 +32,7 @@
<style lang="scss">
.center{
padding:30rpx;
- height: 100%;
+ height: calc(100vh - 11.2vh);
background: #F5F6FA ;
.news_info{
background: #FFFFFF;