Commit cbfc4e67 authored by Mac's avatar Mac

1

parent 9b056455
......@@ -88,8 +88,8 @@
</scroll-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 class="loading" v-if="loading">
......@@ -297,17 +297,13 @@ export default {
}
.postbar .release{
width: 120px;
height: 44px;
border-radius: 22px;
font-size: 16px;
color: #FFF;
width: 120rpx;
height: 120rpx;
position: fixed;
right: 15px;
bottom: 120px;
display: flex;
align-items: center;
justify-content: center;
}
.item-minbox{
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