wordsPlan.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
/* pages/MemorizingWords/wordsPlan/wordsPlan.wxss */
@import "/pages/index/articleList/articleList.wxss";
.title {
font-size: 36rpx;
color: #666;
text-align: center;
}
.content_info {
font-size: 26rpx;
color: #666;
text-align: center;
margin-top: 50rpx;
}
.date_num, .words_num {
display: inline-block;
width: 45rpx;
font-size: 26rpx;
color: #1db9fa;
text-align: center;
border-bottom: 1rpx solid #666;
}
.picker_box {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 56rpx;
padding: 0 40rpx;
}
.picker,.pickerdata{
margin: 0 auto;
width: 260rpx;
height: 80rpx;
border: 1rpx solid rgba(29, 185, 250, 1);
border-radius: 20rpx;
font-size: 36rpx;
color: #1db9fa;
display: flex;
align-items: center;
justify-content: center;
}
.bottom_btn {
width: 100%;
height: 100rpx;
font-size: 36rpx;
color: #fff;
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;
}
.starbox{
width:100%;
margin:16rpx 0 0 0;
height: auto;
background-color: #fafafa;
border-radius: 5rpx;
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;
}
.starcell:last-child{
border:none;
}
.starcellactivite{
background-color: #EBEBEB;
border-radius: 5rpx;
margin: 0;
border:none;
}
.date_box{
width:260rpx;
margin: 0 auto;
}