check_accept.wxss
1.2 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
page{
background: url('http://bronet.wangshuwen.com/head.png')
no-repeat;
background-size: 100%, 100%;
line-height: 1;
}
.container{
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
padding: 91rpx 0 0 0;
box-sizing: border-box;
}
.item{
width:686rpx;
height:150rpx;
background:rgba(255,255,255,1);
box-shadow:0rpx 10rpx 24rpx 0rpx rgba(149,149,149,0.1);
border-radius:10rpx;
margin-top: 30rpx;
}
.item:first-child{
margin-top: 0;
}
.item:last-child{
margin-bottom: 60rpx;
}
.item_top{
display: flex;
justify-content: space-between;
margin: 26rpx 30rpx;
}
.item_top_left{
width: 322rpx;
font-size:30rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
display: flex;
justify-content: space-between;
}
.item_top_right{
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(51,51,51,1);
}
.item_bottom{
font-size:36rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
margin: 0 30rpx;
}
.color_blue{
color: #2C82E6;
}
.color_red{
color: #FA5A4B;
}
.color_green{
color: #63E046;
}