index.wxss 1.7 KB
.top {
  padding-top: 40rpx;
  height: 468rpx;
  background: rgba(58, 57, 66, 1);
}

.swiper {
  margin: 0 auto;
  width: 686rpx;
  height: 100%;
  border-top-left-radius: 24rpx;
  border-top-right-radius: 24rpx;
  overflow: hidden;
  border-radius: 24rpx 24rpx 0 0;
}

.top image {
  width: 100%;
  border-radius: 24rpx 24rpx 0 0;
}

.box {
  text-align: center;
  padding-top: 48rpx;
  width: 686rpx;
  height: 414rpx;
  margin: 0 auto;
  margin-top: 72rpx;
  border-radius: 32rpx;
  background: #f7f7f7;
}

.title {
  font-size: 36rpx;
  margin-top: 48rpx;
  font-weight: 600;
}

.box-z {
  margin-top: 48rpx;
  display: flex;
  justify-content: space-around;
}

.box-1 {
  font-size: 40rpx;
  font-weight: 600;
}

.box-1 text {
  font-size: 24rpx;
  color: rgba(196, 196, 196, 1);
}

.box-2 {
  font-size: 24rpx;
  margin-top: 6rpx;
  color: rgba(196, 196, 196, 1);
}

.box-end {
  width: 252rpx;
  height: 80rpx;
  line-height: 80rpx;
  margin: 0 auto;
  border-radius: 32rpx;
  margin-top: 47rpx;
  font-size: 28rpx;
  font-weight: 600;
  background: rgba(255, 200, 61, 1);
}

.line {
  margin-bottom: 200rpx;
  position: relative;
  top: 72rpx;
  left: 50%;
  margin-left: -343rpx;
  display: flex;
  width: 686rpx;
  height: 144rpx;
  font-size: 36rpx;
  font-weight: 600;
  line-height: 144rpx;
  background: #f7f7f7;
  border-radius: 32rpx;
}

.line view:first-child {
  padding: 0 32rpx;
}

.line image {
  width: 48rpx;
  height: 48rpx;
  vertical-align: middle;
}

.line view:last-child {
  position: absolute;
  right: 56rpx;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100rpx;
  display: flex;
  padding: 15rpx 0;
  justify-content: space-around;
  background: #ffffff;
}

.footer image {
  width: 66rpx;
  height: 66rpx;
}