grzx.css
1.44 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
/* ------------------------------end--------------------------------------- */
.main {
overflow-x: hidden;
}
.central_area {
min-height:calc(100vh - 207px);
}
.navigation_crumbs {
height: 45px;
}
.personal_center {
margin-top: 10px;
}
.personal_information {
width: 100%;
height: 100px;
padding: 20px;
box-sizing: border-box;
}
.personal_information img {
width: 60px;
height: 60px;
float: left;
}
.personal_information ul {
float: left;
width: 80%;
margin-left: 30px;
margin-top: 5px;
}
.personal_information ul li {
width: 30%;
display: inline-block;
margin-bottom: 10px;
cursor: pointer;
}
.personal_information ul li p {
display: inline-block;
}
/* --------------------业务模块----------------------- */
.business_module {
margin-top: 30px;
overflow: hidden;
margin-left: -25px;
margin-right: -25px;
}
.business_module li{
width: 25%;
height: 230px;
text-align: center;
font-size: 26px;
float: left;
margin-bottom: 30px;
box-sizing: border-box;
padding: 0 25px;
}
.business_module li img {
width: 70px;
height: 70px;
margin-top: 50px;
margin-bottom: 30px;
}
.business_module li p {
font-size: 14px;
color: #6D7278;
}
.business_module li a {
padding-right: 20px;
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
padding-left: 20px;
}
.business_module li a:hover {
color: #0091FF;
}