litian
4 天以前 aff8d054df4a638f399dc8f15d98c19b9c9aa785
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;
}