Newer
Older
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
page-review-result {
p {
margin: .5rem;
}
.main-container {
height: 100%;
background: #e6e8ed url(../assets/imgs/learn/learning_background.png) no-repeat;
padding: 1.5rem;
}
.swiper-slide, .slide-zoom {
text-align: left;
}
.swiper-slide {
justify-content: normal;
align-items: normal;
}
.learn-item {
height: 100%;
}
.learn-title {
background-color: rgba(18, 28, 52, 0.34);
font-size: 1.8rem;
color: #ffffff;
text-align: center;
padding: 1rem;
border-top-left-radius: .8rem;
border-top-right-radius: .8rem;
}
.item-container {
background-color: #fff;
height: calc(100% - 7rem);
border-bottom-left-radius: .8rem;
border-bottom-right-radius: .8rem;
font-size: 1.5rem;
}
.item-title {
padding: 1rem;
font-size: 2rem;
span {
font-size: 3rem;
}
}
.item-content1 {
padding: 1rem;
}
.item-content2 {
padding: 1rem;
background-color: #f8f8f8;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
color: #333333;
}
.footer-subject {
padding: 0 1rem;
position: absolute;
left: 0;
bottom: 3rem;
height: 5rem;
width: 100%;
background-color: #e6e8ed;
display: flex;
div {
line-height: 5rem;
}
.prev {
flex: 3;
}
.next {
flex: 3;
text-align: right;
}
.index {
flex: 1;
text-align: center;
}
}
.footer-submit {
position: absolute;
left: 0;
bottom: 0;
height: 3rem;
width: 100%;
border-top: .1rem solid #34b4fc;
display: flex;
div {
line-height: 3rem;
}
.time {
text-align: center;
flex: 4;
}
.submit {
background-color: #34b4fc;
color: #ffffff;
text-align: center;
flex: 1;
}
}
.icon-star {
font-size: 4.8rem;
ion-icon {
margin-right: 1rem;
}
.star-yellow {
color: #faba54;
}
.star-gray {
color: grey;
}
}
.submit-btn {
width: 35%;
background-color: #34b4fc;
margin: 10% 5%;
}
}