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
| .shalongBox{
|
|
| margin : 10rpx;
| background: #ffffff;
| padding: 10rpx;
|
| }
| .shalongBox image{
|
| }
|
| .actBox{
| display: flex;
| justify-content: space-between;
| height: 120rpx;
| margin-top: 20rpx;
| align-items: center;
| padding-bottom: 20rpx;
| }
| .actTitle{
| width: 500rpx;
|
| }
|
| .btn{
| width: 180rpx;
| height: 60rpx;
| background: #1AAD19;
| color: #ffffff;
| text-align: center;
| border-radius: 5rpx;
| line-height: 60rpx;
| margin-left: 10rpx;
|
| }
| .title{
| font-size:35rpx;
| font-weight: bold;
|
| }
| .gray{
| color:#9f9f9f;
|
| }
|
|