1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| /* 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: 232rpx;
| font-size: 28rpx;
| --td-button-primary-bg-color: #fff;
| --td-button-primary-border-color: #FF6C00;
| --td-button-primary-color: #ff6c00;
| padding: 0;
| display: flex;
| align-items: center;
| }
|
| .btn image {
| width: 28rpx;
| height: 32rpx;
| }
|
|