yiming
2024-03-25 ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1
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
/* 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: 300rpx;
  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;
}
 
.btn image {
  width: 28rpx;
  height: 32rpx;
  margin: 25rpx 10rpx 0 0;
}