searchwords.wxss
2.3 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
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
/* pages/MemorizingWords/searchwords/searchwords.wxss */
@import "/pages/index/articleList/articleList.wxss";
.banner_box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20rpx;
}
.label_box {
display: flex;
align-items: center;
}
.label_item {
width: 120rpx;
height: 40rpx;
font-size: 24rpx;
color: #666;
background: rgba(204, 240, 255, 1);
border-radius: 4rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20rpx;
}
.info {
font-size: 28rpx;
color: #1db9fa;
}
.icon-xuanzhong {
font-size: 26rpx;
margin-top: 6rpx;
margin-right: 17rpx;
}
.item_content {
/* background: url(/images/bg3.png); */
background: #ebebeb;
text-align: center;
padding: 70rpx 0;
}
.words {
font-size: 48rpx;
color: #19191a;
/* margin-top: 78rpx; */
}
.phonetic_symbol {
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
color: #19191a;
margin-top: 30rpx;
}
.icon-laba1 {
color: #1db9fa;
}
.paraphrase {
font-size: 28rpx;
color: #1db9fa;
margin-top: 19rpx;
}
.mask_box {
font-size: 30rpx;
color: #ccc;
background: #fff;
text-align: center;
margin-top: 220rpx;
}
.icon-dianji {
font-size: 87rpx;
color: #ccc;
margin-bottom: 22rpx;
}
.content_item2 {
width: 100%;
height: 100%;
position: fixed;
left: 0;
background: #fafafa;
}
.content_itembox{
height:70%;
overflow:scroll;
padding:0 0 100rpx 0;
}
.item_box {
padding: 0 50rpx;
}
.item_list {
background: rgba(255, 255, 255, 1);
border-radius: 20rpx;
font-size: 26rpx;
color: #666;
padding: 20rpx;
margin-top: 28rpx;
}
.list_content {
display: flex;
align-items: flex-start;
}
.title {
font-size: 30rpx;
color: #666;
margin-bottom: 20rpx;
}
.point {
width: 23rpx;
height: 23rpx;
}
.bottom_btn {
width: 100%;
height: 100rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: #1db9fa;
border-radius: 20rpx 20rpx 0rpx 0rpx;
position: fixed;
bottom: 0;
left: 0;
padding: 0 40rpx;
}
.btn {
width: 192rpx;
height: 60rpx;
font-size: 30rpx;
color: #FFFFFF;
border: 1rpx solid rgba(255, 255, 255, 1);
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
}