punchDetail.wxss
1.48 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
/* pages/index/punchDetail/punchDetail.wxss */
/* pages/index/achievement/achievement.wxss */
.btn {
width: 20vw;
height: 20vw;
background-color: aqua;
font-size: 5vw;
}
.line_grey {
width: 90vw;
height: 1px;
background-color: #999;
margin: 10px 5vw 20px;
}
.card {
width: 92vw;
margin-left: 4vw;
}
.card_title {
font-size: 18px;
color: #556191;
margin: 15px 0;
}
.card_flex {
display: flex;
}
.flex_grey {
padding: 7px 10px;
box-sizing: border-box;
margin: 0 5px 10px 0;
font-size: 13px;
background-color: #F4F4F4;
color: #666666;
border-radius: 3px;
}
.card_context {
font-size: 16px;
margin: 10px 0;
}
.grey_font {
font-size: 14px;
color: #999999;
margin: 20px 0;
}
.grey_font_bottom {
margin-top: 5px;
}
.btn_box {
display: flex;
justify-content: space-around;
position: fixed;
bottom: 50px;
width: 100vw;
}
.pop_title {
font-size: 18px;
font-weight: bold;
text-align: center;
margin: 20px 0;
}
.pop_flex {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
box-sizing: border-box;
}
.pop_cell {
width: 40vw;
display: flex;
align-items: center;
}
.pop_fz {
width: 70px;
}
.pop_btn {
position: absolute;
bottom: 30px;
width: 90vw;
margin: 0 5vw;
}
.pop_tip {
position: absolute;
bottom: 90px;
width: 90vw;
margin: 0 5vw;
}
.pop_pic {
width: 70px;
height: 30px;
}