Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does WeChat Mini Programs develop the top navigation bar

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "how WeChat Mini Programs develops the top navigation bar". The editor shows you the operation process through an actual case, and the operation method is simple, fast and practical. I hope this article "how WeChat Mini Programs develops the top navigation bar" can help you solve the problem.

Effect picture:

Wxml:

{{item}} tab_01 tab_02 tab_03

Wxss:

Page {display: flex; flex-direction: column; height: 100%;} .navbar {flex: none; display: flex; background: # fff;} .navbar .item {position: relative; flex: auto; text-align: center; line-height: 80rpx;} .navbar .item.active {color: # FFCC00;} .navbar .item.active: after {content: "; display: block; position: absolute; bottom: 0; left: 0 Right: 0; height: 4rpx; background: # FFCC00;}

Js:

Var app = getApp () Page ({data: {navbar: ['Home', 'search','I'], currentTab: 0}, navbarTap: function (e) {this.setData ({currentTab: e.currentTarget.dataset.idx})})

Run:

This is the end of the introduction about "how WeChat Mini Programs develops the top navigation bar". Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report