sheet.wxss
1.9 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
.logo {
background: #3A3942;
padding-top: 36rpx;
padding-right: 48rpx;
}
.logo_bg{
margin-left: auto;
width: 56rpx;
height: 56rpx;
border-radius: 16rpx;
background: rgba(77,76,84,1)
}
.logo image {
width: 40rpx;
height: 40rpx;
border-radius: 16rpx;
filter: grayscale(100%) brightness(600%);
}
.top {
display: flex;
justify-content: center;
align-items: center;
padding: 0 48rpx;
padding-bottom: 80rpx;
background: #3A3942;
}
.top-1 {
flex: 7;
}
.top image {
width: 184rpx;
height: 184rpx;
border-radius: 50%;
}
.bigtitle {
font-size: 52rpx;
margin-top: 48rpx;
font-weight: 600;
color: white;
}
.t3 {
font-size: 24rpx;
color:rgba(196,196,196,1);
}
.right {
flex: 3;
width: 202rpx;
height: 72rpx;
text-align: center;
line-height: 72rpx;
border-radius: 86rpx;
margin-top: -135rpx;
color: #fff;
background: #717171;
}
.contents {
padding: 72rpx 32rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.contents .cont:last-child{
margin-top:24rpx;
flex: 1;
}
.cont-box{
position: relative;
padding: 48rpx 32rpx;
width: 330rpx;
height: 282rpx;
background: #f8f8f8;
border-radius: 32rpx;
}
.text-1 {
font-size: 36rpx;
color: rgba(0, 0, 0, 1);
}
.text-2{
font-size: 28rpx;
margin-top: 14rpx;
color: rgba(0, 0, 0, 1);
}
.cont image{
position: absolute;
bottom:36rpx;
right:32rpx;
width: 96rpx;
height: 96rpx;
}
.fot-nav{
text-align: center;
font-size:24rpx;
line-height: 42rpx;
color:rgba(196,196,196,1);
margin-bottom: 100rpx;
}
.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;
}