张延森 3 years ago
parent
commit
90b68dbb74
3 changed files with 12 additions and 10 deletions
  1. 4
    4
      config/prod.js
  2. 1
    1
      project.config.json
  3. 7
    5
      src/pages/index/helpToFindHouse/index.scss

+ 4
- 4
config/prod.js View File

3
     NODE_ENV: '"production"'
3
     NODE_ENV: '"production"'
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    HOST: '"https://www.newhousehold.cn"', //正式
7
-    WSS_HOST: '"wss://www.newhousehold.cn"',
8
-    // HOST: '"https://xlk.njyz.tech"', //正式
9
-    // WSS_HOST: '"wss://xlk.njyz.tech"',
6
+    // HOST: '"https://www.newhousehold.cn"', //正式
7
+    // WSS_HOST: '"wss://www.newhousehold.cn"',
8
+    HOST: '"https://xlk.njyz.tech"', //正式
9
+    WSS_HOST: '"wss://xlk.njyz.tech"',
10
     OSS_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
10
     OSS_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
11
     OSS_FAST_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
11
     OSS_FAST_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
12
     ICON_FONT: '"https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/css/iconfont.ttf"',
12
     ICON_FONT: '"https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/css/iconfont.ttf"',

+ 1
- 1
project.config.json View File

2
 	"miniprogramRoot": "dist/",
2
 	"miniprogramRoot": "dist/",
3
 	"projectname": "miniapp",
3
 	"projectname": "miniapp",
4
 	"description": "",
4
 	"description": "",
5
-	"appid": "wxc96058d57e77f373",
5
+	"appid": "wxe44244d1a5ea3364",
6
 	"setting": {
6
 	"setting": {
7
 		"urlCheck": false,
7
 		"urlCheck": false,
8
 		"es6": false,
8
 		"es6": false,

+ 7
- 5
src/pages/index/helpToFindHouse/index.scss View File

31
         align-items: center;
31
         align-items: center;
32
         > view {
32
         > view {
33
           box-sizing: border-box;
33
           box-sizing: border-box;
34
-          border: 2px solid #333;
34
+          border: 2px solid rgba(0, 0, 0, 0.3);
35
           border-radius: 8px;
35
           border-radius: 8px;
36
           margin-left: 30px;
36
           margin-left: 30px;
37
           position: relative;
37
           position: relative;
44
             border-color: #193c83;
44
             border-color: #193c83;
45
             > text {
45
             > text {
46
               color: #193c83;
46
               color: #193c83;
47
+              // font-size: 30px;
47
             }
48
             }
48
           }
49
           }
49
           > image {
50
           > image {
53
             margin: 10px auto 0;
54
             margin: 10px auto 0;
54
           }
55
           }
55
           > text {
56
           > text {
56
-            font-size: 30px;
57
+            font-size: 27px;
57
             line-height: 30px;
58
             line-height: 30px;
58
             display: block;
59
             display: block;
59
             text-align: center;
60
             text-align: center;
60
             margin-top: 10px;
61
             margin-top: 10px;
61
             letter-spacing: 4px;
62
             letter-spacing: 4px;
63
+            color: rgba(0,0,0, .6);
62
             &:last-child {
64
             &:last-child {
63
-              font-size: 22px;
64
-              font-weight: bold;
65
+              font-size: 18px;
66
+              // font-weight: bold;
65
               color: #ccc;
67
               color: #ccc;
66
               padding: 6px 0;
68
               padding: 6px 0;
67
               border-top: 2px solid #eee;
69
               border-top: 2px solid #eee;
68
-              letter-spacing: 0;
70
+              letter-spacing: 2px;
69
             }
71
             }
70
           }
72
           }
71
         }
73
         }