litian
3 小时以前 aff8d054df4a638f399dc8f15d98c19b9c9aa785
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;
}
@@ -76,7 +78,7 @@
  justify-content: center;
  align-items: center;
  width: 176rpx;
  height: 82rpx;
  height: 80rpx;
}
.test-btn:last-child {
@@ -89,6 +91,7 @@
.btn-box {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@@ -136,6 +139,7 @@
  overflow: hidden;
  box-sizing: border-box;
  border: 3rpx solid #ff6c00;
  color: #ff6c00;
}
.card--active {
@@ -189,7 +193,7 @@
.mack-num {
  width: 100%;
  height: 100rpx;
  height: 106rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
@@ -287,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;
}