wordsPackage.wxss
1.6 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
/* pages/MemorizingWords/wordsPackage/wordsPackage.wxss */
@import "/pages/index/articleList/articleList.wxss";
page{
padding:0 0 100rpx 0;
}
.content_box {
padding: 30rpx 0;
}
.current_num {
color: #1db9fa;
}
.content_title {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
color: #010000;
padding: 0 30rpx;
}
.state_box {
display: flex;
align-items: center;
}
.state_item {
font-size: 24rpx;
color: #999;
margin-left: 30rpx;
}
.icon-yuan1 {
font-size: 24rpx;
color: #ebebeb;
text-align: center;
}
.blue {
color: #a2e4ff;
}
.gree {
color: #1dfac3;
}
.yellow {
color: RGBA(245, 231, 139, 1);
}
.content_item .bgblue {
background-color: #a2e4ff;
}
.content_item .bggree {
background-color: #1dfac3;
}
.content_item .bgyellow {
background-color: RGBA(245, 231, 139, 1);
}
.item_list .txt_color{
color:#ebebeb;
}
.item_list {
width: 100%;
height: 100rpx;
background: #ebebeb;
display: flex;
align-items: flex-start;
padding: 0 30rpx 0 0;
margin-bottom: 20rpx;
}
.icon-laba1 {
font-size: 30rpx;
color: #1db9fa;
padding: 20rpx 17rpx 20rpx 30rpx;
box-sizing: border-box;
}
.phonetic_symbol {
font-size: 24rpx;
color: #999;
margin-left: 12rpx;
}
.explain {
font-size: 24rpx;
color: #4d4d4d;
}
.bottom_btn {
width: 100%;
height: 100rpx;
font-size: 36rpx;
color: #FFFFFF;
background: rgba(29, 185, 250, 1);
border-radius: 10rpx 10rpx 0rpx 0rpx;
position: fixed;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}