index.wxss
1.7 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.top {
padding-top: 40rpx;
height: 468rpx;
background: rgba(58, 57, 66, 1);
}
.swiper {
margin: 0 auto;
width: 686rpx;
height: 100%;
border-top-left-radius: 24rpx;
border-top-right-radius: 24rpx;
overflow: hidden;
border-radius: 24rpx 24rpx 0 0;
}
.top image {
width: 100%;
height:468rpx;
border-radius: 24rpx 24rpx 0 0;
}
.box {
text-align: center;
padding-top: 48rpx;
width: 686rpx;
height: 414rpx;
margin: 0 auto;
margin-top: 72rpx;
border-radius: 32rpx;
background: #f7f7f7;
}
.title {
font-size: 36rpx;
margin-top: 48rpx;
font-weight: 600;
}
.box-z {
margin-top: 48rpx;
display: flex;
justify-content: space-around;
}
.box-1 {
font-size: 40rpx;
font-weight: 600;
}
.box-1 text {
font-size: 24rpx;
color: rgba(196, 196, 196, 1);
}
.box-2 {
font-size: 24rpx;
margin-top: 6rpx;
color: rgba(196, 196, 196, 1);
}
.box-end {
width: 252rpx;
height: 80rpx;
line-height: 80rpx;
margin: 0 auto;
border-radius: 32rpx;
margin-top: 47rpx;
font-size: 28rpx;
font-weight: 600;
background: rgba(255, 200, 61, 1);
}
.line {
margin-bottom: 200rpx;
position: relative;
top: 72rpx;
left: 50%;
margin-left: -343rpx;
display: flex;
width: 686rpx;
height: 144rpx;
font-size: 36rpx;
font-weight: 600;
line-height: 144rpx;
background: #f7f7f7;
border-radius: 32rpx;
}
.line view:first-child {
padding: 0 32rpx;
}
.line image {
width: 48rpx;
height: 48rpx;
vertical-align: middle;
}
.line view:last-child {
position: absolute;
right: 56rpx;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 100rpx;
display: flex;
padding: 15rpx 0;
justify-content: space-around;
background: #ffffff;
}
.footer image {
width: 66rpx;
height: 66rpx;
}