导航栏搞定!

This commit is contained in:
zhcnyuyang 2025-05-02 00:58:20 +08:00
parent be7c03e320
commit bb6a948fc4

View File

@ -10,6 +10,11 @@
class="label_1" class="label_1"
referrerpolicy="no-referrer" referrerpolicy="no-referrer"
src="/topcode.png"/> src="/topcode.png"/>
<img
id="webmenubutton"
class="label_1"
referrerpolicy="no-referrer"
src="/waptoptoolbarbuttom.png"/>
<span id="rightcontent"> <span id="rightcontent">
<span class="toptext" id="hyal"> <span class="toptext" id="hyal">
行业案例 行业案例
@ -24,9 +29,9 @@
联系我们 联系我们
</span> </span>
</span> </span>
</div>
</div>
</div>
</div>
</template> </template>
<script> <script>
@ -162,6 +167,19 @@ export default {
} }
} }
#webmenubutton
{
float: right;
@include media-breakpoint-between(xs, md) {
width: 23px;
height: 23px;
margin-right: 3px;
}
@include media-breakpoint-up(md){
visibility: collapse;
}
}
#toproot #toproot
{ {
display: flex; display: flex;