1
YM
2024-07-26 e00361c6bcbb1a56f6dcda22b91bdfcb2736e263
src/pages/academicGenres/detail.vue
@@ -307,17 +307,17 @@
.NavTop {
  background-color: #0c274c;
  padding: 25rpx;
}
  img {
.NavTop img {
    width: 30rpx;
    height: 30rpx;
    vertical-align: middle;
  }
  .NavTopr {
.NavTop .NavTopr {
    img {
      margin-right: 10rpx;
    }
  }
}
@@ -328,12 +328,13 @@
  padding: 0.18rem 0.23rem 0;
  align-items: flex-start;
  height: 1.43rem;
}
  view {
.Midde view {
    color: #000;
  }
  .MiddeBack {
.Midde .MiddeBack {
    width: 0.6rem;
    height: 0.24rem;
    font-size: 0.12rem;
@@ -343,8 +344,7 @@
    color: #000;
  }
  .Lists {
    li {
.Midde .Lists li {
      width: 0.96rem;
      height: 0.3rem;
      border: 1px solid #597aa5;
@@ -352,42 +352,40 @@
      text-align: center;
      font-size: 0.14rem;
    }
  }
}
.Bottom {
  overflow: hidden;
  padding: 0.39rem 1.21rem !important;
}
  .Bottom_top {
.Bottom .Bottom_top {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 1.59rem;
}
    .BBimage {
.Bottom .Bottom_top .BBimage {
      width: 4rem;
      height: 2rem;
      margin-right: 0.49rem;
    }
    .author {
.Bottom .Bottom_top .author {
      flex: 1;
      overflow: hidden;
      color: #000;
}
      li {
.Bottom .Bottom_top .author li {
        line-height: 0.22rem;
        font-size: 0.14rem;
        margin-top: 0.18rem;
        color: #2c2c2c;
      }
    }
  }
  .BBimage {
    width: 50%;
    height: 350rpx;
  }
}
.Bottom_Bot {