huanbangshouji.wxss
1.1 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
page{
background: #F2F2F2
}
.bangshouji{
width:540rpx;
height:120rpx;
background: #fff;
display:flex;
align-items: center;
justify-content: space-between;
margin:165rpx auto 0;
padding: 0 30rpx;
box-sizing: border-box
}
.huanbangleft{
color:#1A1A1A;
font-size: 30rpx;
width:318rpx;
}
.huanbangright{
color:#E81825;
font-size: 24rpx;
position: relative;
border-left:1rpx solid #ccc;
padding-left: 33rpx;
}
/* .huanbangright::after{
content:'';
display:block;
width:4rpx;
height:32rpx;
background:#ccc;
position: absolute;
top:0;
left:-33rpx; */
/* content: "";
display: block;
position: absolute;
bottom: -10rpx;
width:36rpx;
height: 6rpx;
left: 0;
right: 0;
margin: 0 auto;
background: #FD8779; */
/* } */
.enteryan{
margin-top:32rpx;
color:#1A1A1A;
font-size: 30rpx;
}
.sub_btn{
width: 540rpx;
height: 100rpx;
background: #CCC;
font-size: 30rpx;
margin: 0 auto;
margin-top: 130rpx;
color: #FFF;
border-radius: 50rpx;
align-items: center;
display: flex;
justify-content: center;
}
.sub_btn.active{
background: #E81825;
}