.header{ background-image: url(../images/customer_service.png) ; } .headertitle{ position: relative; top:57%; font-weight: 400; } .headersubtitle{ position:relative; top: 59%; font-weight: 350; } .el-table{ background-color: transparent; color:white; height: 500px; } .el-table th, .el-table tr{ /* // 如果要增加竖线上方加上.el-table td */ border: 0; background-color: transparent; } /* // 鼠标滑过td上作用的样式,ie6不支持:hover伪类属性,如果是ie6要写成tr.over样式 */ .el-table tbody tr:hover>td { background-color:transparent!important; } /* // 如果td没有颜色,可以去掉,这里加上保险 */ .el-table__body tr.hover-row>td { background-color: transparent; } /* 悬浮框 */ .float_frame{ width: 100%; height: 1rem;; z-index: 99; background-color: rgba(255,255,255,1); } .float_frame .el-menu-item, .float_frame .el-submenu__title{ height: 1.0rem !important; line-height: 1.0rem !important; text-align: center !important; } .el-menu3{ width: 100%; } /* 服务网点 */ .network{ background-image: url(../images/map_bg.png); /* height: 2000px; */ width: 100%; height: 1500px; padding-top: 1.0rem; } .network_nav2{ margin-top: 0.2rem; } .network_nav3{ margin-top: 0.3rem;; } .network_nav4{ flex-wrap: wrap; width: 100%; justify-content: space-around; } .network_nav4_content{ width: 80%; height: 1000px; } #box{ width: 100%; height: 1000px; } /* 服务理念 */ .serviceIdea{ padding-top: 1.0rem; } .serviceIdea_nav3{ margin-top: 0.2rem; line-height: 0.5rem; } .serviceIdea_nav4{ width: 12rem;; height:7.8rem; overflow: hidden; } .serviceIdea_nav4>img{ width: 100%; height: 100%; } .serviceIdea_nav4>img:hover{ transform: scale(1.1); } .technology{ background-image: url(../images/service_bg.png); margin-top: 1.0rem; }