修改样式

This commit is contained in:
Mr.jiang 2024-08-26 09:32:37 +08:00
parent 5da1ffed41
commit b07e8f8c3e
3 changed files with 3 additions and 3 deletions

View File

@ -711,7 +711,7 @@
{ {
"path": "pages/my/hehuo", "path": "pages/my/hehuo",
"style": { "style": {
"navigationBarTitleText": "应聘技师", "navigationBarTitleText": "申请合作技师",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"app-plus": { "app-plus": {
"bounce": "none", "bounce": "none",

View File

@ -5,7 +5,7 @@
<image class="cop-img" src="../../static/seckill5.png" mode=""></image> <image class="cop-img" src="../../static/seckill5.png" mode=""></image>
</view> </view>
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')"> <view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
<span>应聘技师</span> <span>申请合作技师</span>
<span>点击申请</span> <span>点击申请</span>
</view> </view>
<view class="cooperate-line1" @click="goNav('/pages/my/cooperation')"> <view class="cooperate-line1" @click="goNav('/pages/my/cooperation')">

View File

@ -507,7 +507,7 @@
width:100% !important; width:100% !important;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
font-weight: 800; font-weight: 400;
margin-bottom: 4px; margin-bottom: 4px;
} }
/deep/.uni-forms-item{ /deep/.uni-forms-item{