personcenter.css
1.9 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
*{
margin: 0;
padding:0;
}
body,html{
width: 100%;
height: 100%;
overflow: hidden;
}
.person_head{
display:flex;
align-items: center;
justify-content: space-between;
padding-left: 0.6rem;
padding-right: 0.6rem;
margin-top: 0.96rem;
}
.img_head{
width:1.1rem;
}
.person_name{
font-size: 0.48rem;
color:#333333;
}
.person_num{
font-size:0.3rem;
color:#999999;
}
.person_head_right{
display: flex;
align-items: center;
flex: 1;
justify-content: space-between;
}
.student_info{
margin-left: 0.4rem;
height:1.35rem;
}
.icon-ziliaoku{
color:#3990F5;
font-size: 0.36rem;
}
.person_material{
font-size: 0.34rem;
color:#333333;
font-weight: bold;
margin-left: 0.2rem;
line-height: 1;
}
.person_body{
padding-left: 0.6rem;
padding-right: 0.6rem;
margin-top: 0.41rem;
}
.icon-jiantou{
font-size: 0.4rem;
color:#999999;
}
.material{
display:flex;
align-items: center;
justify-content: space-between;
margin-top: 0.93rem;
}
.personmater {
display: flex;
justify-content: space-between;
}
/*我的课程*/
.icon-shopping{
font-size: 0.36rem;
color:#5EC846;
}
/*我的福利*/
.icon-liwu{
font-size: 0.36rem;
color:#FD7737;
}
/*意见反馈*/
.icon-31daipingjia{
font-size: 0.36rem;
color:#9462E7;
}
/*底部*/
.footer{
display:flex;
justify-content: space-between;
align-items: center;
padding-left: 1.88rem;
padding-right:1.88rem;
margin-top: 4.4rem;
border-top:2px solid #dddddd;
padding-top: 0.2rem;
}
.icon-085shucezhongxin{
font-size: 0.4rem;
color:#BBBBBB;
text-align: center;
}
.icon-06_huiyuanguanli{
font-size: 0.4rem;
color:#3990F5;
text-align: center;
}
.course{
font-size: 0.3rem;
color:#999999;
}
.mine{
color:#3990F5;
font-size: 0.3rem;
}