摘要:
通过改变current,自动切换 <template> <view class="page"> <swiper class="swiper" :vertical="true" :current="current" @tap="switchNext"> <swiper-item> <view clas 阅读全文
posted @ 2023-05-11 23:20
盘思动
阅读(1254)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <style> .con{ width:100%; height:400px; overflow: hidden; background-color: blanchedalmond; } .dong{ width:100px; height 阅读全文
posted @ 2023-05-11 16:26
盘思动
阅读(100)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Marquee标签</title> <style> .main{text-align:center;} .marq{padding-top:30px;padding-bottom: 阅读全文
posted @ 2023-05-11 09:55
盘思动
阅读(106)
评论(0)
推荐(0)