ZZJ
2021-12-16 dff9fb32c1bac52d378a6d196f670b92610c01d3
src/pages/index/App.vue
@@ -12,7 +12,6 @@
      <el-carousel
        ref="carousel"
        trigger="click"
        height="480px"
        :loop="false"
        :autoplay="false"
        :initial-index="active"
@@ -164,15 +163,19 @@
<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;
@@ -253,24 +256,21 @@
    }
    .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;
@@ -302,6 +302,11 @@
  ::v-deep .el-carousel__container button {
    display: none;
  }
  ::v-deep .el-carousel__container {
    margin-top: calc(5.74vh);
    height: 290px !important;
  }
}
.white {