|
@@ -244,7 +244,7 @@ const brightStatusLevel = () => {
|
|
|
<div class="home_two_des">
|
|
|
通过持续的自我监测和专业的评估工具,可以更早地发现潜在的心理问题,从而采取预防措施或寻求适当的帮助。这不仅有助于提高个人的情绪管理和应对压力的能力,还能显著提升工作效率和生活质量。</div>
|
|
|
</div>
|
|
|
- <div style="height: 100px;background-color: #00CD74;position: absolute;width: 100%;z-index: -1;top:200px">
|
|
|
+ <div class="bg_jieya">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="home_mid_plan" v-show="isNeed" @click="openSquare" ref="plan_jihua">
|
|
@@ -260,6 +260,16 @@ const brightStatusLevel = () => {
|
|
|
|
|
|
</template>
|
|
|
<style lang="scss" scoped>
|
|
|
+.bg_jieya {
|
|
|
+ height: 100px;
|
|
|
+ // background-color: #00CD74;
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ z-index: -1;
|
|
|
+ top: 200px;
|
|
|
+ background: linear-gradient(to right, #49DFFE, #FF0DBB);
|
|
|
+}
|
|
|
+
|
|
|
html,
|
|
|
body {
|
|
|
margin: 0;
|
|
@@ -310,9 +320,9 @@ body {
|
|
|
display: inline-flex;
|
|
|
padding-top: 40px;
|
|
|
font-size: 32px;
|
|
|
- color: #00DE7E;
|
|
|
+ color: #30D5DD;
|
|
|
font-weight: 700;
|
|
|
- background: url(../assets/home/01.png) no-repeat;
|
|
|
+ background: url(../assets/home/01student.png) no-repeat;
|
|
|
background-size: auto 72px;
|
|
|
background-position: center;
|
|
|
}
|
|
@@ -337,9 +347,9 @@ body {
|
|
|
display: inline-flex;
|
|
|
padding-top: 40px;
|
|
|
font-size: 32px;
|
|
|
- color: #00DE7E;
|
|
|
+ color: #30D5DD;
|
|
|
font-weight: 700;
|
|
|
- background: url(../assets/home/02.png) no-repeat;
|
|
|
+ background: url(../assets/home/02student.png) no-repeat;
|
|
|
background-size: auto 72px;
|
|
|
background-position: center;
|
|
|
}
|
|
@@ -349,9 +359,9 @@ body {
|
|
|
display: inline-flex;
|
|
|
padding-top: 40px;
|
|
|
font-size: 32px;
|
|
|
- color: #00DE7E;
|
|
|
+ color: #30D5DD;
|
|
|
font-weight: 700;
|
|
|
- background: url(../assets/home/03.png) no-repeat;
|
|
|
+ background: url(../assets/home/03student.png) no-repeat;
|
|
|
background-size: auto 72px;
|
|
|
background-position: bottom;
|
|
|
}
|