grzx.css
1.32 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
/* ------------------------------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: 20px;
overflow: hidden;
margin-left: -10px;
margin-right: -10px;
}
.business_module li{
width: 20%;
height: 160px;
text-align: center;
line-height: 160px;
font-size: 26px;
float: left;
margin-bottom: 20px;
box-sizing: border-box;
padding: 0 10px;
}
.business_module li a {
padding-right: 20px;
display: block;
width: 100%;
height: 100%;
border: 1px solid #E6E6E6;
box-sizing: border-box;
padding-left: 20px;
}
.business_module li a:hover {
color: #0091FF;
}