diff --git a/project.config.json b/project.config.json index 2b1c007..8ffee86 100644 --- a/project.config.json +++ b/project.config.json @@ -2,7 +2,7 @@ "miniprogramRoot": "dist/", "projectname": "yidooplanet", "description": "yidooplanet", - "appid": "wx11f6afc44ea1532f", + "appid": "wxa55815dd741a540d", "setting": { "urlCheck": true, "es6": false, diff --git a/project.tt.json b/project.tt.json index b1c60f3..c28adeb 100644 --- a/project.tt.json +++ b/project.tt.json @@ -1,7 +1,7 @@ { "miniprogramRoot": "./", "projectname": "yidooplanet", - "appid": "wx11f6afc44ea1532f", + "appid": "wxa55815dd741a540d", "setting": { "es6": false, "minified": false diff --git a/src/pages/index/componments/RemoteJob/index.jsx b/src/pages/index/componments/RemoteJob/index.jsx index 92e1516..9ce2346 100644 --- a/src/pages/index/componments/RemoteJob/index.jsx +++ b/src/pages/index/componments/RemoteJob/index.jsx @@ -28,17 +28,31 @@ const RemoteJob = () => { return ( - RemoteJob + + 远程工作职位 - 1.设计师 - 2.后端工程师 - 3.社交媒体营销 - 3.电商运营 + 1. 设计师 + 2. 开发工程师 + 3. 社交媒体营销 + 3. 电商运营 + ); }; diff --git a/src/pages/index/componments/RemoteJob/index.scss b/src/pages/index/componments/RemoteJob/index.scss index 90941dc..d0ae07b 100644 --- a/src/pages/index/componments/RemoteJob/index.scss +++ b/src/pages/index/componments/RemoteJob/index.scss @@ -1,4 +1,15 @@ -.RemoteJob{ +.RemoteJob { + // padding: 10px; + + + position: relative; + + Image { + z-index: -1; + position: absolute; + } + + .ReContent { padding: 10px; font-size: 25px; width: 320px; @@ -8,7 +19,9 @@ // align-items: center; // justify-content: center; // background-color: #eaff8f; + color: #fff; + font-weight: 400; border-radius: 20px; border: solid 1px #8c8c8c; - color: #fff; -} \ No newline at end of file + } +}