摘要: 方法一 <view class="tabs"> <view class="tabNav"> <view class="{{currentTab==index ? 'cur' : ''}}" wx:for="{{navTab}}" wx:key="index" data-idx="{{index}}" 阅读全文
posted @ 2021-02-01 22:19 星河几重 阅读(275) 评论(0) 推荐(0) 编辑
摘要: <view class="swiperWrap"> <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" circular= 阅读全文
posted @ 2021-02-01 21:57 星河几重 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #节日倒计时 方法一 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>倒计时</title> <style> *{ margin: 0; padding:0; } p { font-size: 80px; t 阅读全文
posted @ 2021-01-27 17:42 星河几重 阅读(100) 评论(0) 推荐(0) 编辑