wj
litian
2024-10-23 abe52e53bee051e3f801d001c4de58d34a3fefd7
packageBookService/pages/bookServices/detail/components/teachResource/index.wxss
@@ -88,6 +88,7 @@
.btn {
  width: 220rpx;
  height: 64rpx;
  font-size: 28rpx;
  --td-button-primary-bg-color: #fff;
  --td-button-primary-border-color: #FF6C00;
@@ -117,3 +118,82 @@
.noData {
  height: 300rpx;
}
.info-center {
  position: fixed;
  top: 30%;
  z-index: 999;
  background-color: white;
  align-items: center;
  justify-content: center;
  border-radius: 10rpx;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.row-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1rpx solid #f1f1f1;
}
.row-btn view {
  flex: 1;
  text-align: center;
  margin: 20rpx 10%;
  padding: 12rpx 0;
  font-size: 32rpx;
  border-radius: 10rpx;
}
.left-btn {
  background-color: #f1f1f1;
  color: #5C5C5C;
}
.right-btn {
  background-color: #ff6c00;
  color: white;
}
.row-info .body {
  min-height: 160rpx;
}
.dialog-title {
  padding: 20rpx 0;
  text-align: center;
  font-size: 35rpx;
  font-weight: 600;
}
.input-box {
  padding: 0 20rpx;
  width: 92%;
}
.input-box .t-input--border::after {
  height: 0 !important;
}
.input {
  border-radius: 20rpx;
  border: 2rpx solid rgba(220, 220, 220, 1);
  border-radius: 12rpx;
  width: 98%;
  padding: 0 0 0 16rpx
}
/* 蒙层 */
.popup-box {
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}