index.css 1.25 KB
/* ------------------------------end--------------------------------------- */
.main {
    overflow-x: hidden;
}
.navigation_crumbs {
    height: 45px;
}
.personal_center {
}
.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: 10px;
    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: #f46143;
}