parentsDo.wxss
2.0 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
/* pages/parentsDo/parentsDo.wxss */
@import '../homework/homework.wxss';
page{
padding-bottom: 160rpx;
}
.DoBox {
margin: 0rpx 32rpx 0;
}
.Nohomework{
font-size: 30rpx;
color: #a5a5a5;
}
.do_Shut {
margin-bottom: 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.do_ShutTxt {
font-size: 36rpx;
font-weight: bold;
color: rgba(6, 18, 30, 1);
}
.do_ShutRight {
display: flex;
align-items: center;
}
.do_ShutTxt2 {
font-size: 26rpx;
color: rgba(100, 103, 106, 1);
}
.do_ShutImg {
width: 44rpx;
height: 44rpx;
}
.doConLi {
margin-bottom: 20rpx;
padding: 24rpx 28rpx 36rpx;
box-sizing: border-box;
border-radius: 10rpx;
background-color: white;
}
.doConLitop {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 22rpx;
border-bottom: 1px solid #f6f6f6;
}
.doConLiTxt1 {
font-size: 26rpx;
color: rgba(100, 103, 106, 1);
}
.doConLiTxt2 {
font-size: 28rpx;
color: rgba(255, 81, 81, 1);
}
.doConLiTxt2_yes{
font-size: 28rpx;
color: #00BE9E;
}
.doConLiTxt3 {
font-size: 32rpx;
padding-top: 28rpx;
font-weight: bold;
color: rgba(6, 18, 30, 1);
}
.homeworkCon {
margin-top: 42rpx;
margin-bottom: 26rpx;
}
.homeworkTab {
display: flex;
display: -webkit-flex;
height: 54rpx;
border-bottom: 1px solid #ebebeb;
}
.homeworkTabLi {
font-size: 28rpx;
margin-right: 68rpx;
color: rgba(127, 127, 127, 1);
}
.tabBorer {
font-size: 30rpx;
color: #06121e;
font-weight: bold;
}
.tabBorer::after {
content: "";
display: block;
width: 48rpx;
height: 6rpx;
margin: 14rpx auto 0;
background: rgba(77, 169, 255, 1);
border-radius: 4rpx;
}
.view_more{
display: flex;
align-items: center;
margin-left: auto;
color: #00BE9E;
font-size: 24rpx;
margin-bottom: 6rpx;
}
.view_more image{
width: 24rpx;
height: 24rpx;
}