闫增涛
2024-04-12 e68118a722857e52b9c83e08ac213621aac58c01
packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss
@@ -50,10 +50,46 @@
  align-items: center;
}
.image-box {
  display: flex;
  align-items: center;
  width: 32rpx;
  height: 32rpx;
}
.image-box image {
  height: 32rpx;
}
.top-btn image {
  margin-right: 4rpx;
}
.btn-box image {
  width: 36rpx;
  height: 36rpx;
}
.test-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176rpx;
  height: 82rpx;
}
.test-btn:last-child {
  margin-left: 20rpx;
}
.btn-content-text {
  height: min-content;
}
.btn-box {
  display: flex;
  width: 50%;
}
.practice-btn {
@@ -103,8 +139,8 @@
}
.card--active {
  --td-radio-bg-color: #ff6c00;
  --td-radio-content-color: #fff;
  background-color: #ff6c00;
  color: #fff;
}
@@ -134,8 +170,9 @@
}
.test-radio {
  --td-radio-content-font-size: 28rpx;
  --td-radio-vertical-padding: 0
  width: 49%;
  display: flex;
  justify-content: space-between;
}
.radio-content {