闫增涛
2025-03-31 04c7b0163caeae4ab1c5da62e301fa993101cfad
packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss
@@ -41,7 +41,8 @@
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 0 20rpx 15rpx;
  /* padding: 0 0 20rpx 15rpx; */
  padding: 5rpx;
  border-bottom: 1px solid #EFF0F1;
}
@@ -65,7 +66,8 @@
  margin-right: 4rpx;
}
.btn-box image {
.btn-box image,
.buy-question-btn image {
  width: 36rpx;
  height: 36rpx;
}
@@ -90,7 +92,7 @@
.btn-box {
  display: flex;
  justify-content: space-between;
  width: 49%;
  width: 50%;
}
.practice-btn {
@@ -191,7 +193,7 @@
.mack-num {
  width: 100%;
  height: 100rpx;
  height: 106rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
@@ -289,4 +291,14 @@
.t-radio__description {
  width: 102%;
}
.buy-question-btn {
  padding-right: 5rpx;
  display: flex;
  justify-content: flex-end;
}
.buy-question-btn image {
  margin-right: 4rpx;
}