111
QYF-GitLab1
2024-12-23 c99f9976a5ef9d8974105feb8fc0580a10adf98c
packageBookService/pages/bookServices/detail/components/learnTask/index.wxss
@@ -58,7 +58,7 @@
  background: #fff6f0;
}
.icon {
.iconImage {
  width: 36rpx;
  height: 36rpx;
  margin-right: 10rpx;
@@ -70,6 +70,27 @@
.item {
  padding: 10rpx 0;
}
.itemCon {
  display: flex;
}
.noChild {
  width: 50rpx;
  height: 40rpx;
}
.itemName {
  width: 100%;
  background: #f1f1f1;
  padding: 10rpx;
}
.childBox {
  margin-left: 80rpx;
  margin-top: 10rpx;
  overflow: hidden;
}
.block {
@@ -133,10 +154,24 @@
.box-list .lable {
  margin-bottom: 10rpx;
  font-weight: bold;
}
.lable .icon {
  color: #f56c6c;
}
.rateList {
  line-height: 36rpx;
}
.li {
  margin: 10rpx;
}
.userName {
  font-family: '楷体', SimSun, 'Sunflower', sans-serif;
  font-style: italic;
}
.buttonBox {
@@ -155,9 +190,12 @@
  --td-button-primary-active-bg-color: #fff0e6;
  --td-button-primary-active-border-color: #ff6c00;
  padding: 0;
  margin: 0 30rpx;
  display: flex;
  align-items: center;
}
.close-btn {
  position: absolute;
@@ -170,4 +208,43 @@
.submit {
  background: #ff6c00;
  color: #fff;
}
.popup-box {
  position: absolute;
  z-index: 99999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
.info-center {
  position: fixed;
  z-index: 99999;
  background-color: white;
  align-items: center;
  justify-content: center;
  border-radius: 10rpx;
  width: 78%;
  height: 400rpx;
  margin-left: 8%;
}
.block1 {
  height: 200rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-radio {
  margin-right: 40rpx;
}
.empyt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}