wordsReport.wxss
1.5 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
/* pages/MemorizingWords/wordsReport/wordsReport.wxss */
@import "/pages/MemorizingWords/MemorizingWords.wxss";
.days{
position: relative;
}
.day_num{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
font-size: 48rpx;
}
.plan{
border: none;
font-size: 20rpx;
}
.words_type{
font-size: 24rpx;
}
.content_box {
padding: 0 30rpx;
}
.info_box {
width: 691rpx;
height: 309rpx;
box-sizing: border-box;
background: rgba(29, 185, 250, 1);
border-radius: 20rpx;
margin-top: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 24rpx;
color: #3a3a3a;
padding: 56rpx;
}
.symble_box {
display: flex;
align-items: flex-end;
}
.review1 {
width: 30rpx;
height: 30rpx;
background: rgba(162, 224, 250, 1);
margin-right: 15rpx;
}
.new_learn1 {
width: 30rpx;
height: 30rpx;
background: rgba(255, 255, 255, 1);
margin-right: 15rpx;
}
.review {
width: 40rpx;
height: 74rpx;
background: rgba(162, 224, 250, 1);
border-radius: 20rpx;
font-size: 24rpx;
color: #fff;
display: flex;
align-items: flex-end;
justify-content: center;
padding-bottom: 7rpx;
}
.new_learn {
width: 40rpx;
height: 146rpx;
background: rgba(255, 255, 255, 1);
border-radius: 20rpx;
font-size: 24rpx;
color: #4ac7fb;
display: flex;
align-items: flex-end;
justify-content: center;
padding-bottom: 7rpx;
}
.symble_box .lowheight{
height: 74rpx;
}
.symble_box .gao_height{
height: 146rpx;
}
.top {
margin-bottom: 50rpx;
}
.left {
margin-left: 37rpx;
}