111
QYF-GitLab1
2024-12-23 c99f9976a5ef9d8974105feb8fc0580a10adf98c
packageBookService/pages/bookServices/detail/components/learnTask/index.wxss
@@ -72,6 +72,27 @@
  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 {
  position: relative;
  width: 90vw;
@@ -219,4 +240,11 @@
.t-radio {
  margin-right: 40rpx;
}
.empyt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}