|
@@ -11,10 +11,10 @@
|
|
|
style="position: relative;"
|
|
|
>
|
|
|
<span>全部</span>
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
class="line"
|
|
|
:style="{ display: ftypeId == '' ? 'block' : 'none' }"
|
|
|
- ></div>
|
|
|
+ ></div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|
|
@@ -688,7 +688,7 @@ export default {
|
|
|
position: relative;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- margin-right: 15px;
|
|
|
+ margin-right: 30px;
|
|
|
color: rgba(0, 0, 0, 0.9);
|
|
|
}
|
|
|
|
|
@@ -703,7 +703,7 @@ export default {
|
|
|
transform: translate(-50%, 0);
|
|
|
bottom: 0;
|
|
|
height: 3px;
|
|
|
- background-color: #3681fc;
|
|
|
+ /* background-color: #3681fc; */
|
|
|
width: 70%;
|
|
|
}
|
|
|
.wordBtn {
|