Commit a5fe83c5 authored by Mac's avatar Mac

修改样式

parent 811354bb
...@@ -228,7 +228,11 @@ ...@@ -228,7 +228,11 @@
</textarea> </textarea>
<view style="width: 100%;height: 45px;display: flex;align-items: center;font-size: 14px;"> <view style="width: 100%;height: 45px;display: flex;align-items: center;font-size: 14px;">
<image src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/friend-ht.png' style="width: 35px;height: 35px;margin-right: 10px;" @click="show=true"></image> <!-- <image src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/friend-ht.png' style="width: 35px;height: 35px;margin-right: 10px;" @click="show=true"></image> -->
<view @click="show=true" style="height: 35px;display: flex;align-items: center;padding: 0 5px;border-radius: 4px;margin-right: 10px;">
<image src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/friend-ht.png' style="width: 25px;height: 25px;margin-right: 3px;" ></image>
选择话题
</view>
<view :style="{color:mainColor}" v-if="TalkName!=''">#{{TalkName}}#</view> <view :style="{color:mainColor}" v-if="TalkName!=''">#{{TalkName}}#</view>
</view> </view>
<text v-if='addMsg.FileType==1 ' style="font-size: 12px;color: #333333">上传图片<span style='color: ;#A9A9A9'>(图片无上限)</span> </text> <text v-if='addMsg.FileType==1 ' style="font-size: 12px;color: #333333">上传图片<span style='color: ;#A9A9A9'>(图片无上限)</span> </text>
......
...@@ -25,14 +25,14 @@ ...@@ -25,14 +25,14 @@
<Text>{{sharestatus.ApplyForName}}</Text> <Text>{{sharestatus.ApplyForName}}</Text>
</view> </view>
</view> </view>
<view v-if="sharestatus.Status==2" class="steatus_t" :style="{'margin-top':44+nav+'px'}"> <view v-if="sharestatus.Status==2" class="steatus_t" :style="{'padding-top':44+nav+'px'}">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png" style="width: 100%;height: 165px;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png" style="width: 100%;height: 165px;"></image>
<Text style='margin-top: 70px;'>谢谢您的支持,请等待审核</Text> <Text style='margin-top: 70px;'>谢谢您的支持,请等待审核</Text>
<view style="display: flex;align-items: center;justify-content: center;margin-top: 60rpx;"> <view style="display: flex;align-items: center;justify-content: center;margin-top: 60rpx;">
<u-button shape="circle" type="error" size="medium" @click='goshoping'>商城逛逛</u-button> <u-button shape="circle" type="error" size="medium" @click='goshoping'>首页逛逛</u-button>
</view> </view>
</view> </view>
<view v-if="sharestatus.Status==4" class="steatus_t" :style="{'margin-top':44+nav+'px'}"> <view v-if="sharestatus.Status==4" class="steatus_t" :style="{'padding-top':44+nav+'px'}">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png" style="width: 100%;height: 165px;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png" style="width: 100%;height: 165px;"></image>
<Text style='margin-top: 70px;'>{{sharestatus.Msg}}</Text> <Text style='margin-top: 70px;'>{{sharestatus.Msg}}</Text>
</view> </view>
...@@ -254,8 +254,6 @@ ...@@ -254,8 +254,6 @@
let that = this; let that = this;
uni.getSystemInfo({ uni.getSystemInfo({
success: function (res) { success: function (res) {
console.log(res);
if(res.windowHeight<=600){ if(res.windowHeight<=600){
that.topHeight = 550 that.topHeight = 550
} }
...@@ -528,6 +526,7 @@ ...@@ -528,6 +526,7 @@
.shareindexStyle .steatus_t { .shareindexStyle .steatus_t {
width: 100%; width: 100%;
height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment