|
@@ -14,40 +14,40 @@
|
|
|
</header>
|
|
|
</template>
|
|
|
<style lang="less" scoped>
|
|
|
- .delay-300ms{
|
|
|
- animation-delay: .3s;
|
|
|
- }
|
|
|
- .delay-600ms{
|
|
|
- animation-delay: .6s;
|
|
|
- }
|
|
|
- .banner{
|
|
|
- background: url('../images/banner.png') no-repeat center;
|
|
|
- background-color: #2A2C41;
|
|
|
- background-size: cover;
|
|
|
- height: 763px;
|
|
|
- .content{
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- text-align: center;
|
|
|
- color: rgba(255, 255, 255, .8);
|
|
|
- >div{
|
|
|
- padding-top: 30px;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- h3{
|
|
|
- margin-top: 30px;
|
|
|
- }
|
|
|
- .join{
|
|
|
- display: inline-block;
|
|
|
- width: 200px;
|
|
|
- margin: 0 auto;
|
|
|
- margin-top: 30px;
|
|
|
- }
|
|
|
+.delay-300ms {
|
|
|
+ animation-delay: 0.3s;
|
|
|
+}
|
|
|
+.delay-600ms {
|
|
|
+ animation-delay: 0.6s;
|
|
|
+}
|
|
|
+.banner {
|
|
|
+ background: url("../newImages/banner.png") no-repeat center;
|
|
|
+ background-color: #2a2c41;
|
|
|
+ background-size: cover;
|
|
|
+ height: 763px;
|
|
|
+ .content {
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ text-align: center;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
+ > div {
|
|
|
+ padding-top: 30px;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ h3 {
|
|
|
+ margin-top: 30px;
|
|
|
+ }
|
|
|
+ .join {
|
|
|
+ display: inline-block;
|
|
|
+ width: 200px;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 30px;
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
</style>
|
|
|
<script>
|
|
|
export default {
|