// 导航部分 .partOne .navigationOne, .partOne .navigationOne>li, .partTwo .navigationTwo, .partTwo .navigationTwo>li { float: left; } .partOne { width: 100%; height: 133px; // margin-bottom: 10px; background-color: #255590; font-size: 20px; font-family: PingFang SC-Semibold; .inner { display: flex; justify-content: space-between; .navLeft { width: 135px; font-size: 16px; display: flex; } .navIndex { height: 100px; line-height: 120px; a { font-size: 16px; color: #FDFFDE; font-weight: bold; } } .navClass { padding-top: 32px; padding-left: 25px; font-weight: bold; color: #FDFFDE; a { color: #FDFFDE; } div:nth-child(2) { padding-top: 30px; } } } .navigationOne { width: 1200px; color: #333; display: flex; flex-wrap: wrap; // justify-content: space-between; padding-top: 30px; li { font-family: PingFang SC; font-size: 16px; text-align: left; font-style: normal; text-transform: none; margin: 0 5px; text-align: center; margin-bottom: 30px; width: 10%; text-align: center; a { color: #fff; display: block; } } >li:hover a { color: #FDFFDE; font-weight: bold; } .active { color: #FDFFDE; font-weight: bold; } } } // 深度服务 .deepServer { height: 60px; background: #fafafa; display: flex; margin: 0 auto; .inner { width: 1200px; height: 60px; line-height: 60px; margin: 0 auto; .deepServer_left { float: left; width: 700px; height: 60px; line-height: 60px; display: flex; justify-content: flex-start; .serverTitle { font-size: 16px; color: #333; font-weight: bold; padding-left: 55px; margin-right: 30px; } .contentList { width: 520px; overflow: hidden; li { float: left; font-size: 16px; float: left; color: #333; margin-right: 40px; cursor: pointer; a { font-size: 16px; color: #333; &:hover { color: #255590; } } } } } .deepServer_right { float: right; width: 500px; height: 60px; line-height: 60px; .serverTitle_right { float: left; font-weight: 400; font-size: 16px; color: #333333; } .searchRole { float: left; width: 400px; height: 40px; line-height: 35px; background-color: #fff; border: 1px solid #ededed; margin: 10px 0px 12px 20px; border-radius: 25px; padding-left: 10px; box-sizing: border-box; em { display: inline-block; width: 29px; height: 29px; margin: 4px; margin-right: 25px; vertical-align: -13px; background: url('@/public/image/Iconly/Broken/Search.png'); cursor: pointer; } >.ipt { width: 230px; font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 14px; color: #666; line-height: 16px; padding-left: 22px; box-sizing: border-box; text-align: left; font-style: normal; text-transform: none; border: none; outline: none; } >.ipt::placeholder { color: #cccccc; } span { color: #999999; } } .el-select--large::v-deep .el-select__wrapper { font-size: 14px; gap: 6px; line-height: 24px; min-height: 35px; padding: 0; border: none; box-shadow: none; margin-left: 10px; } .el-select__placeholder::v-deep.is-transparent { color: #999999; font-weight: 600; } >.title { float: left; width: 120px; font-family: PingFang SC, PingFang SC; font-weight: 600; font-size: 20px; color: #666666; text-align: left; font-style: normal; text-transform: none; } } } }