Blame view

pages/mine/record/record.wxss 2.12 KB
aa2980c5   夏洋涛   feat:创建应用
1
/* pages/index/record/record.wxss */
4b6fcb89     feat:部分静态页面调整
2
.punch_detail {
d46806b9     结构调整
3
4
5
6
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #F5F6FA;
4b6fcb89     feat:部分静态页面调整
7
8
9
}

.bck {
d46806b9     结构调整
10
11
    padding: 20px 4vw;
    box-sizing: border-box;
4b6fcb89     feat:部分静态页面调整
12
13
14
}

.grey_font {
44101ab3     修改调整
15
    color: #999;
d46806b9     结构调整
16
17
18
    font-size: 14px;
    margin-bottom: 15px;
}
4b6fcb89     feat:部分静态页面调整
19
20
21
22
23

/**/

.card {
    width: 92vw;
d46806b9     结构调整
24
    background-color: #fff;
d46806b9     结构调整
25
26
27
    border-radius: 8vw;
    padding: 8vw;
    margin-bottom: 30px;
d3566844     打卡功能简单版
28
    box-sizing: border-box;
d46806b9     结构调整
29
30
    box-shadow: 1px 1px 1px 1px rgb(228, 228, 228);
}
4b6fcb89     feat:部分静态页面调整
31
32
33

.card_title {
    display: flex;
d46806b9     结构调整
34
}
4b6fcb89     feat:部分静态页面调整
35
36
37

.title_L {
    flex-shrink: 0;
d46806b9     结构调整
38
39
40
41
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
4b6fcb89     feat:部分静态页面调整
42
43
44

.title_pic {
    width: 100%;
d46806b9     结构调整
45
46
    height: 100%;
}
4b6fcb89     feat:部分静态页面调整
47
48
49

.title_R {
    height: 65px;
d46806b9     结构调整
50
51
52
53
54
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    font-size: 4.6vw;
}
4b6fcb89     feat:部分静态页面调整
55
56

.grey_font {
44101ab3     修改调整
57
    width: 100%;
d46806b9     结构调整
58
59
60
    color: #999;
    font-size: 3.8vw;
}
44101ab3     修改调整
61

4b6fcb89     feat:部分静态页面调整
62
63
.day_font {
    margin: 10px 0 20px;
d46806b9     结构调整
64
65
66
    letter-spacing: 0.2vw;
    font-size: 4vw;
}
4b6fcb89     feat:部分静态页面调整
67
68
69

.day_font2 {
    margin: 20px 0;
d46806b9     结构调整
70
71
72
    letter-spacing: 0.2vw;
    font-size: 3.8vw;
}
4b6fcb89     feat:部分静态页面调整
73
74
75

.day_font2_large {
    font-size: 5.5vw;
d46806b9     结构调整
76
77
    font-weight: bold;
}
4b6fcb89     feat:部分静态页面调整
78
79
80

.flex_font {
    font-size: 3.5vw;
d46806b9     结构调整
81
82
83
    margin: 20px 0;
    display: flex;
}
4b6fcb89     feat:部分静态页面调整
84
85
86

.grey_flex {
    width: 80px;
d46806b9     结构调整
87
88
    color: #999;
}
4b6fcb89     feat:部分静态页面调整
89
90
91

.grey_line {
    width: 100%;
d46806b9     结构调整
92
93
94
    height: 1px;
    background-color: #EAEAEA;
}
4b6fcb89     feat:部分静态页面调整
95
96
97

.blue_font {
    display: flex;
d46806b9     结构调整
98
99
    justify-content: space-around;
    margin-top: 15px;
d3566844     打卡功能简单版
100
    font-size: 4.1vw;
d46806b9     结构调整
101
102
103
    color: #458EF8;
    font-weight: 540;
}
4b6fcb89     feat:部分静态页面调整
104
105
106

.blue_line {
    width: 1px;
d46806b9     结构调整
107
    height: 15px;
d3566844     打卡功能简单版
108
    background-color: #EAEAEA;
d46806b9     结构调整
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
}

.blue_tip {
    position: fixed;
    bottom: 50px;
    right: 3vw;
}

.img_tip {
    width: 70px;
    height: 70px;
}

.pop_card {
    padding: 5vw;
    box-sizing: border-box;
  }
  
  .pop_title {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  
  .tem_box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .tem_item {
    width: 23vw;
    height: 170px;
    text-align: center;
    margin: 0 3vw 30px;
  }
  
  .tem_pic {
    width: 23vw;
    height: 120px;
    border-radius: 10px;
  }
  
  .tem_font {
    font-size: 3.9vw;
    margin-top: 10px;
  }