| | |
| | | <el-carousel |
| | | ref="carousel" |
| | | trigger="click" |
| | | height="480px" |
| | | :loop="false" |
| | | :autoplay="false" |
| | | :initial-index="active" |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .init { |
| | | height: 100%; |
| | | background-image: url("/images/init/背景图.png"); |
| | | background-size: cover;
|
| | | background-attachment: fixed;
|
| | | color: #fff; |
| | | user-select: none; |
| | | |
| | | height: 100%;
|
| | | min-width: 1000px;
|
| | | overflow: hidden;
|
| | | min-height: 760px;
|
| | | .content { |
| | | margin: 0 auto; |
| | | width: 1000px; |
| | | padding-top: 80px; |
| | | padding-top: calc(6.4vh);
|
| | | |
| | | .title { |
| | | font-size: 28px; |
| | |
| | | } |
| | | |
| | | .formAccount { |
| | | margin-top: 0.81rem; |
| | | margin-left: 200px; |
| | | width: 550px; |
| | | } |
| | | |
| | | .formNet, |
| | | .formInfo { |
| | | margin-top: 0.47rem; |
| | | margin-left: 200px; |
| | | width: 550px; |
| | | } |
| | | |
| | | .control { |
| | | position: fixed; |
| | | top: 80%; |
| | | left: 0; |
| | | right: 0; |
| | | margin: 0 auto;
|
| | | line-height: 40px; |
| | | margin-top: calc(3.2vh);
|
| | |
|
| | | .pre { |
| | | margin: 10px auto; |
| | | cursor: pointer; |
| | |
| | | ::v-deep .el-carousel__container button { |
| | | display: none; |
| | | } |
| | |
|
| | | ::v-deep .el-carousel__container {
|
| | | margin-top: calc(5.74vh);
|
| | | height: 290px !important;
|
| | | }
|
| | | } |
| | | |
| | | .white { |