yudingfinish.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
page {
background: #f4f8fb;
}
.yudingsucehead {
width: 750rpx;
height: 232rpx;
background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
opacity: 1;
padding: 50rpx 22rpx;
box-sizing: border-box;
}
.yudingstop {
display: flex;
align-items: center;
}
.yudingstopleft {
width: 80rpx;
height: 80rpx;
font-size: 0;
}
.yudingstopright {
color: #fff;
font-size: 40rpx;
}
.seedetail {
display: flex;
align-items: center;
justify-content: flex-end;
}
.seedetailyou {
width: 12rpx;
height: 12rpx;
font-size: 0;
}
.seedetailzuo {
color: #fff;
font-size: 24rpx;
}
.mantu {
width: 686rpx;
height: 476rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 16rpx 24rpx rgba(0, 0, 0, 0.02);
opacity: 1;
border-radius: 20rpx;
padding: 48rpx 32rpx;
box-sizing: border-box;
position: absolute;
top: 194rpx;
left: 32rpx;
}
.mantuname {
color: #06121e;
font-size: 40rpx;
font-weight: bold;
}
.mantugao {
color: #5b5e63;
font-size: 28rpx;
margin-top: 16rpx;
}
.mantuyue {
color: #5b5e63;
font-size: 28rpx;
margin-top: 66rpx;
}
.totalwan {
color: #ff5a4e;
font-size: 28rpx;
text-align: center;
margin-top: 32rpx;
}
.zongjia {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 60rpx;
}
.zongjialeft {
color: #06121e;
font-size: 28rpx;
}
.zongjiaright {
color: #ff5a4e;
font-size: 36rpx;
}
.backindex {
width: 646rpx;
height: 88rpx;
border: 1px solid rgba(140, 145, 152, 1);
opacity: 1;
border-radius: 44rpx;
margin:40rpx auto 0;
position: absolute;
top:710rpx;
left:52rpx;
text-align: center;
line-height: 88rpx;
}