@@ -25,8 +25,8 @@
"navigationBarTextStyle":"black"
},
"tabBar": {
- "color": "#444",
- "selectedColor": "#FF8364",
+ "color": "#1b1b1b",
+ "selectedColor": "#BF2637",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
@@ -119,4 +119,8 @@ filter: gray;
.text-color-my{
color: #FFFFFF!important;
+}
+
+.common-bg-color > button{
+ background-color: #BF2637!important;
}
@@ -1,5 +1,5 @@
<view class="content" >
- <image mode="widthFix" src="https://dy.shpr.top/recruit/company.png" style="width:100%"></image>
+ <image mode="widthFix" src="https://hsay-mall.oss-cn-shanghai.aliyuncs.com/recruit/gongsijianjie.png" style="width:100%"></image>
</view>
@@ -46,7 +46,7 @@
- <image mode="widthFix" src="https://dy.shpr.top/recruit/group@2x.png"
+ <image mode="widthFix" src="https://hsay-mall.oss-cn-shanghai.aliyuncs.com/recruit/myimg.png"
style="width:100%;"></image>
<view style="display: flex; flex-flow: row nowrap;justify-content: center;">
<view class="remind">
@@ -11,7 +11,7 @@
<view class="text-f ">
你的公开信息(昵称,头像等)</view>
- <view class="confirm">
+ <view class="confirm common-bg-color">
<button bindtap="getUserProfile" type="primary">确认</button>
@@ -59,8 +59,6 @@
.container .confirm > button {
width: 100%;
font-weight: 400;
- background-color: #1296db;
-}
-.confirm > button{
- background-color: #FF8364!important;
+ background-color: #FF8364;
@@ -59,6 +59,12 @@
"pathName": "pages/recruitInfo/recruitInfo",
"query": "id=2",
"scene": null
+ },
+ {
+ "name": "pages/prompt/prompt",
+ "pathName": "pages/prompt/prompt",
+ "query": "",
+ "scene": null
]