This commit is contained in:
lmj
2022-11-17 14:17:56 +08:00
parent d1a086593e
commit 712a2e567b
3 changed files with 10 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
<!-- <text class="title-con">写文章</text> --> <!-- <text class="title-con">写文章</text> -->
<view class="title-right" > <view class="title-right" >
<text style="padding-right: 20rpx;" @click="saveDraft()">保存草稿</text> <text style="padding-right: 20rpx;" @click="saveDraft()">保存草稿</text>
<text style="padding-right: 20rpx;" @click="submit()">提交</text> <text style="padding-right: 20rpx;" @click="submit()">发布</text>
</view> </view>
</view> </view>
<view class="content"> <view class="content">
@@ -324,7 +324,7 @@
color: #0D0D0D; color: #0D0D0D;
} }
.title-right{ .title-right{
color: #588AFC; color: #387DF7;
font-size: 28rpx; font-size: 28rpx;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
line-height: 36rpx; line-height: 36rpx;
@@ -363,12 +363,11 @@
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
line-height: 36rpx; line-height: 36rpx;
} }
.title-right{ .title-right{
// position: absolute; // position: absolute;
right: 18rpx; right: 18rpx;
color: #588AFC; color: #387DF7;
font-size: 30rpx; font-size: 30rpx;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
line-height: 36rpx; line-height: 36rpx;

View File

@@ -7,7 +7,7 @@
<view class="bar-box"> <view class="bar-box">
<view class="bar-cancel" @click="toBack()">取消</view> <view class="bar-cancel" @click="toBack()">取消</view>
<!-- <view class="bar-center">提问题</view> --> <!-- <view class="bar-center">提问题</view> -->
<view @click="goSubmit()" class="bar-go">提交</view> <view @click="goSubmit()" class="bar-go">发布</view>
</view> </view>
<view class="content" > <view class="content" >
<view class="big-box-content"> <view class="big-box-content">
@@ -319,10 +319,10 @@
color: #0D0D0D; color: #0D0D0D;
} }
.bar-go{ .bar-go{
color: #588AFC; color: #387DF7;
font-size: 30rpx; font-size: 30rpx;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: 400;
line-height: 36rpx; line-height: 36rpx;
} }
} }

View File

@@ -9,7 +9,7 @@
<view class="feed-title"> <view class="feed-title">
<text class="title-left" @click="toBack()">取消</text> <text class="title-left" @click="toBack()">取消</text>
<!-- <text class="title-con">提意见</text> --> <!-- <text class="title-con">提意见</text> -->
<text class="title-right" @click="goSubmit()">提交</text> <text class="title-right" @click="goSubmit()">发布</text>
</view> </view>
<view class="content"> <view class="content">
<view style="display: flex;margin-bottom: 10upx;"> <view style="display: flex;margin-bottom: 10upx;">
@@ -154,7 +154,7 @@
} }
.active{ .active{
color: #333; color: #333;
font-weight: 500; font-weight: bold;
font-size: 36upx; font-size: 36upx;
} }
.sub-box{ .sub-box{
@@ -238,12 +238,10 @@
color: #0D0D0D; color: #0D0D0D;
} }
.title-right{ .title-right{
// position: absolute; color: #387DF7;
// right: 18rpx;
color: #588AFC;
font-size: 32upx; font-size: 32upx;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: 400;
line-height: 36rpx; line-height: 36rpx;
} }
} }