grzx.css 4.31 KB
/* ------------------------------end--------------------------------------- */
.main {
    overflow-x: hidden;
}
.central_area {
    min-height:calc(100vh - 207px);
    margin-top: 20px;
}
.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: -20px;
    margin-right: -20px;
}
.business_module li{
   width: 25%;
   text-align: center;
   font-size: 26px;
   float: left;
   box-sizing: border-box!important;
   padding: 0 20px;
   margin-bottom: 25px;
}
.business_module li img {
    width: 50px;
    margin: 35px 0 10px 0;
}
.business_module li p {
    font-size: 14px;
    color: #6D7278;
}
.business_module li .cardItem {
    padding: 4px;
}
.business_module li a {
    border-radius: 2px;
    display: block;
    height: 154px;
    border: 1px solid #F6F6F6;
}
.business_module li .cardItem:hover .itemName{
    color: #FFFFFF;
}
.business_module li div:hover {
    background-color: #0097F6;
}
.business_module li:nth-child(1) a {
    background: url('../staticImages/wodeyewubg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(2) a {
    background: url('../staticImages/wodeyuyuebg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(3) a {
    background: url('../staticImages/yewuchaxunbg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(4) a {
    background: url('../staticImages/hetongbeianbg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(5) a {
    background: url('../staticImages/budongchanzhengshubg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(6) a {
    background: url('../staticImages/danganchaxunbg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(7) a {
    background: url('../staticImages/zhengshuheyanbg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(8) a {
    background: url('../staticImages/wodefapiaobg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li:nth-child(9) a {
    background: url('../staticImages/wodezhifubg.png') no-repeat right bottom;
    background-size:83px 82px;
}
.business_module li a:hover {
    color: #0091FF;
}
/* ---------------------------- */
.perinfo {
    height: 140px;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    background: url('../staticImages/user-centerbg.png') no-repeat;
    background-size: cover;
    border: 1px solid #E9E9E9;
    box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08);
    -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/
    -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
    border-radius: 4px;
}
.perinfo_left{
    float: left;
}
.perinfo_left ul li {
    font-size: 16px;
    color: #6D7278;
}
.perinfo_left ul li:first-child{
    margin-top: 7px;
    color: #4A4A4A;
}
.perinfo_left ul li:first-child span{
    font-size: 18px;
}
.perinfo_left ul li:first-child p {
    font-size: 18px;
}
.perinfo_left img {
    width: 80px;
    height: 80px;
    float: left;
}
.perinfo_left ul {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.perinfo_left ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.perinfo_left ul li p{
    display: inline-block;
}
.perinfo button {
    float: right;
    margin-right: 70px;
    margin-top: 10px;
    width: 140px;
    height: 42px;
    position: relative;
}
.perinfo button a {
    color: #FFFFFF;
    display: block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}
.perinfo button a:hover {
    color: #FFFFFF;
}