yiming
2024-03-18 812b4f1e667d0642180e682cb0f7f1e8f2c41c2a
pages/cart/index.wxss
@@ -209,16 +209,17 @@
  font-size: 22rpx;
  color: #FFFFFF;
  font-family: PingFang SC, PingFang SC;
  margin-right: 30rpx;
  /* margin-right: 30rpx; */
  border-radius: 0px 0px 0px 5px;
}
.eBook {
  width: 100%;
  width: 90%;
  height: 100%;
  background: #FF6C00;
  text-align: center;
  line-height: 38rpx;
  border-radius: 9rpx;
}
.cloudLearning {
@@ -227,6 +228,7 @@
  background: #5F92FD;
  text-align: center;
  line-height: 38rpx;
  border-radius: 9rpx;
}
.boosName {
@@ -236,4 +238,17 @@
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 29rpx;
  color: #333333;
}
.textBox {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 25rpx;
  color: #333333;
  /* margin: 10rpx 0; */
  margin-bottom: 20rpx;
}