.header{ background-image: url(../images/joinUs.png) ; } .headertitle{ position: relative; top:60%; font-weight: 400; } .headersubtitle{ position:relative; top: 62%; font-weight: 350; } /* 悬浮框 */ .float_frame{ width: 100%; height: 1rem;; z-index: 99; background-color: rgba(255,255,255,1); box-shadow: 0px 3px 10px -2px #888888; } .float_frame .el-menu-item, .float_frame .el-submenu__title{ height: 1.0rem !important; line-height: 1.0rem !important; text-align: center !important; } .el-menu-frame{ width: 100%; } /* 招聘中心 */ .Recruitment{ /* position: relative; */ width: 100%; height: 8.0rem; } .Campus1,.Social1{ overflow: hidden; width: 100%; } .Campus1>img, .Social1>img{ width: 100%; height: 100%; } .Campus1:hover+.Campus2, .Social1:hover+.Social2{ transform: scale(1.1); } .Campus1{ margin-left:0; } .Campus2{ position: absolute; top:72%; left:33%; } .Campus3{ position: absolute; border:3px solid white; border-radius: 30px; top:84%; left:35%; } .Social2{ position: absolute; top:72%; left:83%; } .Social3{ position: absolute; border:3px solid white; border-radius: 30px; top:84%; left:85%; } /* 理念 */ .Talent{ position: relative; } .concepttext3{ position: absolute; z-index: 10; /* margin-top: 150px; */ top: 38%; left: 8%; width: 4.2rem; height: 2.5rem; color: rgb(60,60,60); padding-top: 1.00rem; padding-left: 1.50rem; background-image: url(../images/conceptbg.png) ; background-repeat: no-repeat; background-size: 100% 100%; background-size: cover; background-position: center center; } .concepttext4{ overflow: hidden; width: 100%; margin-top: 1.0rem; } .concepttext4>img{ width: 100%; height: 100%; } .concepttext4:hover>img{ transform: scale(1.1); }