litian
2024-12-24 6df96b3e7a7da1985ee875e84711e9f15c5fbff0
packageCourse/pages/course/index.wxss
@@ -71,8 +71,24 @@
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 300rpx;
  min-height: 300rpx;
  border-bottom: 1rpx solid #eee;
}
.replay {
  margin-left: 20rpx;
  background-color: red !important;
  border: 0 !important;
}
.reasonContent {
  color: #666;
  font-size: 26rpx;
  line-height: 44rpx;
}
.external-class {
  border-radius: 0 !important;
}
.courseIcon {
@@ -108,6 +124,9 @@
.courseInfo .reason {
  font-size: 24rpx;
  color: red;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.courseInfo .desc {
@@ -225,13 +244,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 +279,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 +291,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 +299,7 @@
.cartText {
  margin-right: 20px;
  font-size: 28rpx;
}
.cartTilte .t-search__input-box {
@@ -342,4 +363,4 @@
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
}