|
|
|
@ -758,6 +758,7 @@ export default { |
|
|
|
border-color: #fff; |
|
|
|
color: #4c4c4c; |
|
|
|
font-size: 0.35rem; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.search-button-list span.active { |
|
|
|
@ -773,10 +774,10 @@ export default { |
|
|
|
content: ""; |
|
|
|
position: absolute; |
|
|
|
z-index: 10; |
|
|
|
left: 40%; |
|
|
|
left: 50%; |
|
|
|
top: 70%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
width: 80%; |
|
|
|
width: 100%; |
|
|
|
height: 0.05rem; |
|
|
|
background-color: #1367fe; |
|
|
|
} |
|
|
|
@ -882,11 +883,13 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.new_detail { |
|
|
|
padding-top: 0.3rem; |
|
|
|
height: 100%; |
|
|
|
transition: height 2s linear; |
|
|
|
} |
|
|
|
|
|
|
|
.work_detail { |
|
|
|
padding-top: 0.3rem; |
|
|
|
height: 3.1rem; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|