scoreDetail.wxss
1.0 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
/* pages/scoreDetail/scoreDetail.wxss */
page{
width: 100%;
height: 100%;
}
.score_detail{
width: 100%;
height: 100%;
background-color: webkit-linear-gradient(top, #4DA9FF 100%, #008985 0%);
}
.allScore{
height: 300rpx;
background-color: #4DA9FF;
font-size: 50rpx;
font-weight: bold;
color: #FFF;
padding: 30rpx;
width: 100%;
}
.score_list{
margin: 0 30rpx;
padding: 20rpx;
background:#FFF;
position: relative;
top: -164rpx;
border-radius: 8rpx;
min-height: 400rpx;
}
.scoreItem{
display: flex;
align-items: center;
border-bottom: 1px solid #51f0ea;
justify-content: space-between;
padding: 30rpx 0;
line-height: 40rpx;
}
.score_time{
font-size: 22rpx;
color: #2ac7c2;
}
.right_content{
color: rgb(146, 89, 43);
font-size: 24rpx;
}
.score_rule{
position: absolute;
top: 59px;
left: 17px;
color: #FFFF;
line-height: 1.4;
font-size: 24rpx
}
.score_rule text{
margin-left: 118rpx;
}