| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- //导航条
- .breadcrumb {
- width: 100%;
- height: 22px;
- margin-bottom: 30px;
- 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;
- :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;
- }
- }
- .search {
- width: 100%;
- height: 100px;
- margin-top: 40px;
- .inner {
- width: 1200px;
- height: 100px;
- padding-top: 10px;
- text-align: center;
- input {
- width: 582px;
- height: 46px;
- outline: none;
- border: 1px solid #E6E6E6;
- border-radius: 0;
- padding-left: 20px;
- vertical-align: 0px;
- font-size: 16px;
- color: #666666
- }
- button {
- width: 120px;
- height: 48px;
- background-color: #255590;
- font-size: 16px;
- letter-spacing: 4px;
- color: #fff;
- border: none;
- border-radius: 0;
- cursor: pointer;
- }
- }
- }
|