| | |
| | | width: 100%; |
| | | height: 35px; |
| | | // background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px); |
| | | background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5)); |
| | | background-image: linear-gradient( |
| | | rgba(41, 186, 241, 0.5), |
| | | rgba(41, 186, 241, 0.5) |
| | | ); |
| | | |
| | | // background-image: linear-gradient(#29baf1, #28bbf0); |
| | | // background-color: #f7f7f7; |
| | |
| | | border-radius: 0 0 10px 10px; |
| | | display: flex; |
| | | align-items: center; |
| | | background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5)); |
| | | background-image: linear-gradient( |
| | | rgba(41, 186, 241, 0.5), |
| | | rgba(41, 186, 241, 0.5) |
| | | ); |
| | | // background-image: linear-gradient(#29baf1, #28bbf0); |
| | | justify-content: center; |
| | | position: relative; |
| | |
| | | height: $size; |
| | | } |
| | | } |
| | | |
| | | //搜索框 |
| | | .m-left-SearchMain .el-input__inner { |
| | | border-right: 1px transparent !important; |
| | | } |
| | | |
| | | //盖住 |
| | | .cover_mobileMap { |
| | | position: fixed; |
| | | bottom: 6px; |
| | | left: 7px; |
| | | background-color: #000; |
| | | color: #fff; |
| | | z-index: 1; |
| | | font-size: 13px; |
| | | border-radius: 5px; |
| | | padding: 3px 8px 4px; |
| | | } |