闫增涛
2024-03-22 88d80c9f40935c6ce7ea51683c6cdc1a80d1997b
packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss
@@ -31,7 +31,9 @@
.top-btn {
  display: flex;
  justify-content: space-evenly;
  padding-left: 15rpx;
  align-items: center;
  padding: 0 0 20rpx 15rpx;
  border-bottom: 1px solid #EFF0F1;
}
.top-btn image {
@@ -56,6 +58,10 @@
.practice-btn text {
  font-size: 28rpx;
}
.error-btn {
  margin-left: 10rpx;
}
.paper-btn,
@@ -177,11 +183,6 @@
  align-items: center;
}
.mack-state {
  width: 94rpx;
  height: 42rpx;
}
.mock-score {
  font-size: 28rpx;
  color: #ff6c00;
@@ -193,10 +194,12 @@
}
.state-pad {
  width: 80rpx;
  white-space: nowrap;
  width: 90rpx;
  border-radius: 10rpx;
  display: inline-block;
  padding: 10rpx;
  text-align: center;
}
.complete {
@@ -207,4 +210,34 @@
.Incomplete {
  background-color: #e9e9e9;
  color: #666;
}
.not-mock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.not-mock image {
  width: 328rpx;
  height: 328rpx;
}
.note-mock-text {
  color: #333;
  font-size: 28rpx;
}
.not-mock-message {
  margin: 24rpx 0;
}
.note-mock-price {
  margin-bottom: 50rpx;
}
.mock-price {
  color: #ff6c00;
  font-size: 36rpx;
}