index.less 1.42 KB
.detail-page {
  position: relative;
  height: 100vh;
  .detail-info-wrapper {
    padding: 1rem;
    .detail-info-title {
      color: #0B0B0B;
      font-size: 1rem;
      font-weight: bold;
    }
    .detail-info-content {
      color: #7D7C7C;
      font-size: 0.8rem;
      margin-top: 0.1rem;
    }
  }
  .book-cal {
    padding: 0 0.75rem;
  }
  .no-calendar-border {
    width: 100%;
    height: 1rpx;
    background-color: rgb(244, 244, 244);
  }
  .detail-introduce-title {
    padding: 1rem;
    text-align: center;
    font-weight: bold;
  }
  .detail-introduce-html {
    padding: 0 1rem;
  }
  .book-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 4rem;
    padding: 30rpx 30rpx 20rpx 30rpx;
    box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.07);
    .book-price {
      height: 2rem;
      margin-left: 0.5rem;
      display: flex;
      align-items: center;
      .price {
        color: #EB2E2E; font-size: 1.3rem; font-weight: bold;
      }
      .old-price {
        color: #7D7C7C; text-decoration: line-through; font-size: 0.85rem; margin-left: 5px;
      }
    }
    .book-btn {
      background-color: #6a4925;
      border-radius: 1.25rem;
      padding: 0.25rem 0.5rem;
      color: #fff;
      text-align: center;
      height: 2rem;
      line-height: 2rem;
    }
  }
}
.nut-swiper-item {
  // line-height: 250px;
}
.nut-swiper-item img {
  width: 100%;
  height: 100%;
}