闫增涛
2024-03-11 f4425543db1c8db8c47a34c53ef477e72cfe318e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* pages/bookServices/detail/components/testResource/testResource.wxss */
.test-resource {
  padding-top: 20rpx;
}
 
.resource-list {
  height: 80rpx;
  margin: 20rpx;
  padding: 0 20rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF6F0;
}
 
.list-title image {
  width: 34rpx;
  height: 38rpx;
}
 
.practice image {
  width: 26rpx;
  height: 30rpx;
}
 
.list-title text {
  margin-left: 10rpx;
  color: #333;
}
 
.top-btn {
  display: flex;
  justify-content: space-evenly;
}
 
.top-btn image {
  margin-top: 20rpx;
  width: 36rpx;
  height: 36rpx;
}
 
.practice-btn {
  --td-button-primary-bg-color: #ff6c00;
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-bg-color: #ff984d;
  --td-button-primary-active-border-color: #ff984d;
}
 
.paper-btn,
.error-btn,
.collect-btn {
  --td-button-default-bg-color: #fff;
  --td-button-default-color: #ff6c00;
  --td-button-default-active-bg-color: #fff0e6;
  --td-button-medium-font-size: 28rpx
}