wj
litian
2024-10-23 abe52e53bee051e3f801d001c4de58d34a3fefd7
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
/* pages/bookServices/detail/components/learnResource/learnResource.wxss */
.learnResource {
  padding: 40rpx 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #EFF0F1;
}
 
.btn {
  width: 220rpx;
  font-size: 28rpx;
  --td-button-primary-bg-color: #fff;
  --td-button-primary-border-color: #FF6C00;
  --td-button-primary-color: #ff6c00;
  --td-button-primary-active-bg-color: #fff0e6;
  --td-button-primary-active-border-color: #ff6c00;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
 
.btn-content {
  display: flex;
  align-items: center;
}
 
.btn image {
  margin-right: 4rpx;
  width: 28rpx;
  height: 32rpx;
}