From b173a694eebb4b3c2078e38b4a0d111eb1fa2e67 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Sun, 24 Mar 2024 13:46:09 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E7=89=87css-=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- project.tt.json | 2 +- .../index/componments/RemoteJob/index.jsx | 32 +++++++++++++------ .../index/componments/RemoteJob/index.scss | 19 +++++++++-- 4 files changed, 41 insertions(+), 14 deletions(-) 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 + } +}