Commit a5fe83c5 authored by Mac's avatar Mac

修改样式

parent 811354bb
......@@ -227,8 +227,12 @@
<textarea placeholder="今天有什么可以给大家分享呢?" style="width: 100%;height: 100px;" maxlength='-1' confirm-type='done' v-model="addMsg.Content">
</textarea>
<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>
<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> -->
<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>
<text v-if='addMsg.FileType==1 ' style="font-size: 12px;color: #333333">上传图片<span style='color: ;#A9A9A9'>(图片无上限)</span> </text>
......
......@@ -25,14 +25,14 @@
<Text>{{sharestatus.ApplyForName}}</Text>
</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>
<Text style='margin-top: 70px;'>谢谢您的支持,请等待审核</Text>
<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 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>
<Text style='margin-top: 70px;'>{{sharestatus.Msg}}</Text>
</view>
......@@ -254,8 +254,6 @@
let that = this;
uni.getSystemInfo({
success: function (res) {
console.log(res);
if(res.windowHeight<=600){
that.topHeight = 550
}
......@@ -528,6 +526,7 @@
.shareindexStyle .steatus_t {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
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