
@@ -73,6 +81,9 @@ export default {
dodetail() {
this.$router.push('/ability/detail')
},
+ goRuzhu() {
+ this.$router.push('/ability/apply')
+ },
},
}
@@ -82,6 +93,49 @@ export default {
width: 1200px;
margin: auto;
}
+.topbane {
+ width: 100%;
+ height: 450px;
+ position: relative;
+}
+.ruzhu {
+ position: absolute;
+ top: 100px;
+ left: 50%;
+ transform: translateX(-50%);
+ display: flex;
+ justify-content: flex-end;
+}
+.ruzhuBox {
+ width: 532px;
+ height: 241px;
+ background: url('/assets/ability/applybanner2.png') no-repeat 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+}
+.ruzhuBoxtext {
+ font-weight: 500;
+ font-size: 30px;
+ color: #000000;
+ margin-bottom: 30px;
+}
+.ruzhuBoxtext span {
+ color: #d4393c;
+}
+.ruzhuBoxbtn {
+ width: 150px;
+ height: 40px;
+ background: linear-gradient(90deg, #6b3af8, #2080fe);
+ border-radius: 4px;
+ font-weight: 500;
+ font-size: 18px;
+ color: #f4f5f7;
+ line-height: 40px;
+ text-align: center;
+ cursor: pointer;
+}
.titlePeo p {
font-weight: bold !important;