diff --git a/pages/base/home.vue b/pages/base/home.vue index 61d447f..bf3d2fd 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -83,7 +83,7 @@
{{$t("shou.a5")}}
-
+
{{$t("shou.a6")}}
@@ -155,9 +155,9 @@ -
+
- +
@@ -267,7 +267,7 @@
{{$t("shou.a40")}}
-
+
{{$t("shou.a41")}}
@@ -1275,6 +1275,14 @@ this.detail = res.data }) }, + sign_up() { + this.$router.push({path:'/pages/reg/index'}) + + }, + login_in() { + this.$router.push({path:'/pages/login/index'}) + + } }, mounted() { this.getCollegeList() @@ -1471,6 +1479,9 @@ background-size: 100% 100%; background-repeat: no-repeat; } + .btn2 { + background-image: url('../../assets/img/bg/and.png'); + } } } @@ -1494,14 +1505,14 @@ .dzdzc-bottom-lists { width: 100%; - height: 150px; + height: 170px; margin-top: 1rem; background-image: url('../../assets/img/bg/1.png'); background-size: 100% 100%; background-repeat: no-repeat; .dzdzc-bottom-lists-text { - width: 60%; - padding-top: 2rem; + width: 70%; + padding-top: 0.9rem; margin-left: 1rem; .dzdzc-bottom-lists-text-title { @@ -1510,9 +1521,9 @@ } .dzdzc-bottom-lists-text-t { - font-size: 16px; + font-size: 15px; color: gray; - margin-top: 1rem; + margin-top: 0.5rem; }