|
|
|
@ -83,7 +83,7 @@ |
|
|
|
<div style="margin: 0.4rem 0;color: gray;font-size: 15px;"> |
|
|
|
{{$t("shou.a5")}} |
|
|
|
</div> |
|
|
|
<div style="color:#fff;width: 10rem;height: 2.5rem;background-color: #0B0FCC;line-height: 2.5rem;border-radius: 20px;margin: 0 auto;"> |
|
|
|
<div @click="sign_up()" style="color:#fff;width: 10rem;height: 2.5rem;background-color: #0B0FCC;line-height: 2.5rem;border-radius: 20px;margin: 0 auto;"> |
|
|
|
{{$t("shou.a6")}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -155,9 +155,9 @@ |
|
|
|
<!-- APP Store --> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="btn"> |
|
|
|
<div class="btn btn2"> |
|
|
|
<!-- Android APK --> |
|
|
|
|
|
|
|
<!-- <a href="https://itunes.apple.com/cn/app/id477927812"></a> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -267,7 +267,7 @@ |
|
|
|
<div class="ljzqsy-box-content-title"> |
|
|
|
{{$t("shou.a40")}} |
|
|
|
</div> |
|
|
|
<div class="ljzqsy-box-content-btn"> |
|
|
|
<div @click="login_in()" class="ljzqsy-box-content-btn"> |
|
|
|
{{$t("shou.a41")}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -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; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|