| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .jobList {
- width: 1200px;
- margin: 0 auto;
- }
- //导航条
- .breadcrumb {
- width: 100%;
- height: 22px;
- padding-bottom: 20px;
- border-bottom: 1px solid #ccc;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- margin-top: 30px;
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4px;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #666666;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- span {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- span:hover {
- color: #666666;
- }
- .location {
- margin-right:5px;
- width: 100px;
- height: 22px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- .clearfix {
- overflow: hidden;
- }
- .shop_head_1 {
- height: 29px;
- position: relative;
- .shop_head_1_name {
- float: left;
- height: 29px;
- line-height: 29px;
- color: #255590;
- font-size: 22px;
- font-weight: bold;
- padding-left: 22px;
- background: url(@/public/img/3.png) no-repeat left center;
- background-size: 12px 18px;
- }
- }
- .categ_color_box {
- border: solid 1px #E9E9E9;
- background: #F8F8F8;
- margin-top: 30px;
- box-sizing: border-box;
- .categ_color_name {
- width: 1160px;
- margin: 0px auto;
- height: 60px;
- line-height: 60px;
- color: #333;
- font-size: 18px;
- border-bottom: dashed 1px #E9E9E9;
- }
- .categ_color_in {
- padding: 6px 0px 0px;
- }
- .categ_color_a {
- float: left;
- height: 29px;
- line-height: 29px;
- color: #333;
- margin: 10px 10px 16px;
- font-size: 16px;
- padding: 0px 10px;
- }
- .categ_color_a_only {
- color: #fff;
- background: #255590;
- }
- }
|