1 Star 0 Fork 0

liukang824/群接龙

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘继峰 提交于 2021-08-09 17:06 . no commit message
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.wx-swiper-dots{
margin-bottom: 10px;
}
.wx-swiper-dots.wx-swiper-dots-horizontal{
margin-bottom: 10rpx;
}
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{
margin-bottom: 2rpx;
}
.swiper-box .wx-swiper-dot{
width:40rpx;
display: inline-flex;
height: 10rpx;
margin-left: 20rpx;
justify-content:space-between;
}
.swiper-box .wx-swiper-dot::before{
content: '';
flex-grow: 1;
background: rgba(255,255,255,0.8);
border-radius: 8rpx
}
.swiper-box .wx-swiper-dot-active::before{
background:rgba(244,0,0,0.8);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kangshaoye/qunjielong.git
git@gitee.com:kangshaoye/qunjielong.git
kangshaoye
qunjielong
群接龙
master

搜索帮助