You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<template> <div class="slide_two title_slide"> <div class="main_content"> <div class="big_title animate__animated animate__fadeInDown" id="slide_four_ani" > 复合型<span class="nobold">人才团队</span> </div> <div class="en">COMPOSITE TEAM</div> <div class="btn">跨学科技术专家,全面助力产品研发</div> </div> <!-- <div class="backyuansu"></div> --> <div class="bottom_statement">Product Dreamworks</div> </div> </template>
<script setup></script>
<style lang="scss" scoped> .slide_two { width: 100%; overflow: hidden; height: 100%; background: url(../../../../../assets/img/banner/team/back2.gif) no-repeat; background-position: 100%; background-size: auto 100%; position: relative; .backyuansu { position: absolute; left: 0; bottom: 30px; width: 280px; height: 428px; background: url(../../../../../assets/img/banner/team/backyuansu.png) no-repeat; background-size: 100% 100%; } .main_content { position: absolute; left: 135px; top: 50%; transform: translateY(-50%); .big_title { font-size: 75px; font-family: Alibaba PuHuiTi; font-weight: bold; color: #ffffff; margin-bottom: 61px; .nobold { font-weight: 200; font-family: Alibaba-PuHuiTi-L; } } .en { font-size: 18px; font-family: 'ZonaPro'; font-weight: 800; color: #ffffff; margin-bottom: 62px; } .btn { width: 523px; height: 67px; background: #ffffff; border-radius: 33px; font-size: 26px; font-family: Alibaba PuHuiTi; font-weight: 400; color: #2e42ff; display: flex; align-items: center; justify-content: center; letter-spacing: 2px; transition-property: all; transition-duration: 0.7s; animation-fill-mode: forwards; } .btn:hover { transform: scale(1.05); } } .bottom_statement { position: absolute; left: 87px; white-space: nowrap; bottom: 75px; font-size: 12px; font-family: 'ZonaPro'; font-weight: 400; color: #ffffff; letter-spacing: 1px; } } </style>
|