Commit cbfc4e67 authored by Mac's avatar Mac

1

parent 9b056455
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
</scroll-view> </scroll-view>
</view> </view>
<view class="release" :style="{background:mainColor}" @click.stop="gopublishing()"> <view class="release" @click.stop="gopublishing()">
发布 <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pp-fabu.png" style="width: 100%;height: 100%;"></image>
</view> </view>
<!-- 加载中 --> <!-- 加载中 -->
<view class="loading" v-if="loading"> <view class="loading" v-if="loading">
...@@ -297,17 +297,13 @@ export default { ...@@ -297,17 +297,13 @@ export default {
} }
.postbar .release{ .postbar .release{
width: 120px; width: 120rpx;
height: 44px; height: 120rpx;
border-radius: 22px;
font-size: 16px;
color: #FFF;
position: fixed; position: fixed;
right: 15px; right: 15px;
bottom: 120px; bottom: 120px;
display: flex;
align-items: center;
justify-content: center;
} }
.item-minbox{ .item-minbox{
display: flex; display: flex;
......
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