|
@@ -1,10 +1,12 @@
|
|
|
<template>
|
|
|
<div class="wrapper">
|
|
|
+ <img class="cover-1" src="./image/cover1@2x.png" alt="">
|
|
|
+ <img class="cover-2" src="./image/cover2@2x.png" alt="">
|
|
|
<div class="footer">
|
|
|
- <a class="btn-contact" href="javascript:;">
|
|
|
- <img src="./image/btn_dianhua@2x.png" alt="">
|
|
|
- <span>立即致电</span>
|
|
|
- </a>
|
|
|
+ <!-- <a class="btn-contact" href="javascript:;">-->
|
|
|
+ <!-- <img src="./image/btn_dianhua@2x.png" alt="">-->
|
|
|
+ <!-- <span>立即致电</span>-->
|
|
|
+ <!-- </a>-->
|
|
|
<router-link class="btn-apply" :to="{path: '/partner/join'}">在线申请</router-link>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -25,6 +27,20 @@
|
|
|
width: 100%;
|
|
|
min-height: 100vh;
|
|
|
padding-bottom: 91px;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cover-1 {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 200px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cover-2 {
|
|
|
+ display: block;
|
|
|
+ width: 329px;
|
|
|
+ min-height: 400px;
|
|
|
+ margin: 43px auto 0;
|
|
|
}
|
|
|
|
|
|
.footer {
|
|
@@ -47,7 +63,7 @@
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- width: 141px;
|
|
|
+ width: 327px;
|
|
|
height: 45px;
|
|
|
border-radius: 4px;
|
|
|
background: linear-gradient(90deg, #DBC3A9 0%, #C7AB8A 100%);
|
|
@@ -62,15 +78,14 @@
|
|
|
|
|
|
span {
|
|
|
margin-left: 3px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.btn-apply {
|
|
|
- margin-left: 22px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: #fff;
|
|
|
}
|