QYF-GitLab1
2024-12-18 8c2b523a1b1891e0557f04a50bf899abf96fe286
packageCourse/pages/course/index.wxss
@@ -225,13 +225,15 @@
.wall {
  width: 85vw;
  height: 100vh;
  height: calc(100vh - env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cartBox {
  width: 100%;
  height: calc(100% - env(safe-area-inset-bottom) - 80px);
  border: 1px solid #f8f8f8;
  height: calc(100% - 90px);
  padding: 0 20rpx;
  box-sizing: border-box;
}
@@ -258,11 +260,11 @@
}
.radioSubmit {
  height: 40px;
  border-bottom: 1rpx solid #f8f8f8;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #f8f8f8;
}
.cartTilte {
@@ -270,7 +272,6 @@
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f8f8f8;
  border-bottom: 0;
  height: 40px;
  padding: 20rpx;
  box-sizing: border-box;
@@ -279,6 +280,7 @@
.cartText {
  margin-right: 20px;
  font-size: 28rpx;
}
.cartTilte .t-search__input-box {