Selaa lähdekoodia

feat(修改页面)修改了页面样式

xing.li 3 vuotta sitten
vanhempi
commit
c82a4fe8b3

+ 2 - 2
app.json

@@ -25,8 +25,8 @@
     "navigationBarTextStyle":"black"
   },
   "tabBar": {
-    "color": "#444",
-    "selectedColor": "#FF8364",
+    "color": "#1b1b1b",
+    "selectedColor": "#BF2637",
     "backgroundColor": "#ffffff",
     "list": [{
       "pagePath": "pages/index/index",

+ 4 - 0
app.wxss

@@ -119,4 +119,8 @@ filter: gray;
 
 .text-color-my{
   color: #FFFFFF!important;
+}
+
+.common-bg-color > button{
+  background-color:  #BF2637!important;
 }

BIN
images/new/like_yes1.png


+ 1 - 1
pages/companyProfile/companyProfile.wxml

@@ -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>

+ 1 - 1
pages/person/person.wxml

@@ -46,7 +46,7 @@
             </view>
         </view>
     </view>
-    <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">

+ 1 - 1
pages/prompt/prompt.wxml

@@ -11,7 +11,7 @@
         <view class="text-f ">   
             你的公开信息(昵称,头像等)</view>
     </view>
-    <view class="confirm">
+    <view class="confirm common-bg-color">
         <button bindtap="getUserProfile" type="primary">确认</button>
     </view>
 </view>

+ 2 - 4
pages/prompt/prompt.wxss

@@ -59,8 +59,6 @@
 .container .confirm > button {
   width: 100%;
   font-weight: 400;
-  background-color: #1296db;
-}
-.confirm > button{
-  background-color: #FF8364!important;
+  background-color: #FF8364;
 }
+

+ 6 - 0
project.private.config.json

@@ -59,6 +59,12 @@
           "pathName": "pages/recruitInfo/recruitInfo",
           "query": "id=2",
           "scene": null
+        },
+        {
+          "name": "pages/prompt/prompt",
+          "pathName": "pages/prompt/prompt",
+          "query": "",
+          "scene": null
         }
       ]
     }