record.wxss
1.41 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
/* pages/index/record/record.wxss */
.punch_detail {
position: absolute;
width: 100vw;
height: 100vh;
background-color: #F5F6FA;
}
.bck {
padding: 20px 4vw;
box-sizing: border-box;
}
.grey_font {
color: #999;
font-size: 14px;
margin-bottom: 15px;
}
/**/
.card {
width: 92vw;
height: 360px;
background-color: #fff;
border-radius: 8vw;
padding: 8vw;
box-sizing: border-box;
box-shadow: 1px 1px 1px 1px rgb(228, 228, 228);
}
.card_title {
display: flex;
}
.title_L {
flex-shrink: 0;
width: 50px;
height: 50px;
margin-right: 15px;
}
.title_pic {
width: 100%;
height: 100%;
}
.title_R {
height: 65px;
display: flex;
align-content: space-between;
flex-wrap: wrap;
font-size: 4.6vw;
}
.grey_font {
width: 100%;
color: #999;
font-size: 3.8vw;
}
.day_font {
margin: 10px 0 20px;
letter-spacing: 0.2vw;
font-size: 4vw;
}
.day_font2 {
margin: 20px 0;
letter-spacing: 0.2vw;
font-size: 3.8vw;
}
.day_font2_large {
font-size: 5.5vw;
font-weight: bold;
}
.flex_font {
font-size: 3.5vw;
margin: 20px 0;
display: flex;
}
.grey_flex {
width: 80px;
color: #999;
}
.grey_line {
width: 100%;
height: 1px;
background-color: #EAEAEA;
}
.blue_font {
display: flex;
justify-content: space-around;
margin-top: 20px;
font-size: 4.1vw;
color: #458EF8;
font-weight: 540;
}
.blue_line {
width: 1px;
height: 20px;
background-color: #EAEAEA;
}