|
@@ -2,6 +2,7 @@
|
|
|
<view class="publish">
|
|
|
<statusBar :item="navBarData"></statusBar>
|
|
|
|
|
|
+ <view class="" style="background-color: #ffffff;">
|
|
|
<input class="title" placeholder="活动标题" />
|
|
|
<textarea class="text" placeholder="请输入内容"></textarea>
|
|
|
|
|
@@ -15,7 +16,6 @@
|
|
|
</u-upload>
|
|
|
</template>
|
|
|
|
|
|
- <template>
|
|
|
<view class="userOptionsBox">
|
|
|
<view class="optionsItemBox">
|
|
|
<view class="optionItem">
|
|
@@ -80,12 +80,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </template>
|
|
|
- <template>
|
|
|
+ </view>
|
|
|
<view class="publish_now">
|
|
|
- <button class="<strong>btn</strong>">立即发布</button>
|
|
|
+ <button class="btn">立即发布</button>
|
|
|
</view>
|
|
|
- </template>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -104,15 +102,16 @@
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.publish{
|
|
|
- background-color: #fff;
|
|
|
+ // background-color: #fff;
|
|
|
+ height: 100vh;
|
|
|
.title{
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 18px;
|
|
|
padding: 16px;
|
|
|
color: #d9d9d933
|
|
|
}
|
|
|
|
|
|
.text{
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
padding: 16px;
|
|
|
}
|
|
|
.addPhoto{
|
|
@@ -148,7 +147,7 @@
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
height: 81rpx;
|
|
|
- font-size: 24rpx;
|
|
|
+ // font-size: 24rpx;
|
|
|
|
|
|
.option_left {
|
|
|
display: flex;
|
|
@@ -169,6 +168,7 @@
|
|
|
}
|
|
|
.publish_now{
|
|
|
display: flex;
|
|
|
+ // background-color: #d9d9d933;
|
|
|
.btn{
|
|
|
width: 420rpx;
|
|
|
height: 70rpx;
|