mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
修改
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<view class="feed-title">
|
||||
<text class="title-left" @click="toBack()">取消</text>
|
||||
<!-- <text class="title-con">提意见</text> -->
|
||||
<text class="title-right" @click="goSubmit()">提交</text>
|
||||
<text class="title-right" @click="goSubmit()">发布</text>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view style="display: flex;margin-bottom: 10upx;">
|
||||
@@ -154,7 +154,7 @@
|
||||
}
|
||||
.active{
|
||||
color: #333;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
font-size: 36upx;
|
||||
}
|
||||
.sub-box{
|
||||
@@ -238,12 +238,10 @@
|
||||
color: #0D0D0D;
|
||||
}
|
||||
.title-right{
|
||||
// position: absolute;
|
||||
// right: 18rpx;
|
||||
color: #588AFC;
|
||||
color: #387DF7;
|
||||
font-size: 32upx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
line-height: 36rpx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user