小程序
小游戏
企业微信
微信支付
扫描小程序码分享
像这样的指示点在图片下方,是怎么做到的?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
告诉你个文档上没有的秘密
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{}
.swiper-box .wx-swiper-dot{}
.swiper-box .wx-swiper-dot-active{}
腾讯大大不要禁了这个
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
括号里边写啥,能给个实际的例子吗?多谢!
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
justify-
content
: space-between;
display
: inline-flex;
align-items:
center
;
}
.swiper-box .wx-swiper-dot {
width
:
14
rpx;
: inline-
block
height
background
: rgba(
255
,
0.5
);
border-radius:
.swiper-box .wx-swiper-dot-active {
transparent
border
2
rpx
solid
#e1c79b
transition:
all
0.6
s;
大佬 求助
我贴进去貌似没变化,是有什么地方不全吗?wxml能贴一下吗?
不行,被禁了吗?
我用这个也没有用 然后自己写了一个 一下就解决了
大佬 不行啊。。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
告诉你个文档上没有的秘密
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{}
.swiper-box .wx-swiper-dot{}
.swiper-box .wx-swiper-dot-active{}
腾讯大大不要禁了这个
括号里边写啥,能给个实际的例子吗?多谢!
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
justify-
content
: space-between;
display
: inline-flex;
align-items:
center
;
}
.swiper-box .wx-swiper-dot {
width
:
14
rpx;
display
: inline-
block
;
height
:
14
rpx;
background
: rgba(
255
,
255
,
255
,
0.5
);
border-radius:
14
rpx;
}
.swiper-box .wx-swiper-dot-active {
background
:
transparent
;
border
:
2
rpx
solid
#e1c79b
;
transition:
all
0.6
s;
}
大佬 求助
我贴进去貌似没变化,是有什么地方不全吗?wxml能贴一下吗?
不行,被禁了吗?
我用这个也没有用 然后自己写了一个 一下就解决了
大佬 不行啊。。