reviewWordsDetail.wxss
2.2 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
/* pages/MemorizingWords/reviewWordsDetail/reviewWordsDetail.wxss */
@import "/pages/index/articleList/articleList.wxss";
@import "/pages/MemorizingWords/wordsPlan/wordsPlan.wxss";
.picker_title{
font-size: 30rpx;
color: #666666;
text-align: center;
margin-bottom: 24rpx;
}
.title_box {
font-size: 36rpx;
color: #1db9fa;
}
.num {
font-size: 48rpx;
}
.label_box {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 40rpx;
}
.label_item {
width: 260rpx;
height: 80rpx;
font-size: 36rpx;
color: #1db9fa;
border: 1rpx solid rgba(29, 185, 250, 1);
border-radius: 20rpx;
display: flex;
align-items: center;
justify-content: center;
}
.title2 {
margin-top: 30rpx;
}
.mask_box {
width: 100%;
height: 100%;
background: rgba(250, 250, 250, 0.7);
/* filter: blur(2rpx); */
position: fixed;
top: 0;
left: 0;
overflow: hidden;
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
}
.popup_box {
width: 500rpx;
height: 410rpx;
background: rgba(29, 185, 250, 1);
border-radius: 20rpx;
position: absolute;
z-index: 10;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.popup_title {
font-size: 48rpx;
color: #fff;
}
.days {
font-size: 120rpx;
color: #fff;
}
.btn_box {
display: flex;
align-items: center;
justify-content: space-between;
}
.btn_box {
margin-top: 30rpx;
}
.popup_btn {
width: 200rpx;
height: 60rpx;
border-radius: 40rpx;
font-size: 30rpx;
color: #2ebbf6;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.btn2 {
background: none;
border: 1rpx solid #fff;
color: #fff;
margin-left: 30rpx;
}
.starbox{
width:100%;
margin:16rpx 0 0 0;
height: 560rpx;
background-color: #fafafa;
border-radius: 5rpx;
border:1rpx solid #EBEBEB;
overflow: scroll;
}
.starcell{
color:#1DB9FA;
font-size:30rpx;
margin: 0 30rpx;
display: flex;
justify-content: center;
align-items: center;
height: 80rpx;
border-bottom:1rpx solid #ccc;
}
.starbox:last-child{
border:none;
}
.starcellactivite{
background-color: #EBEBEB;
border-radius: 5rpx;
margin: 0;
}