2 Star 0 Fork 0

Coder / lySmall24

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
Coder 提交于 2024-04-01 16:49 . 加视频
/**app.wxss**/
page{
min-height: 100vh;
background-color:#EFF6FD;
}
.contentBox {
position: relative;
}
image {
width: 100%;
height: 100%;
display: block;
}
::-webkit-scrollbar {
display: none;
}
.whiteBox {
width: 100%;
background-color: #EFF6FD;
position: fixed;
top: 0;
left: 0;
opacity: 0;
z-index: 10;
}
.zw_bottom{
width: 100%;
height: 230rpx;
}
.zw_bottom2{
width: 100%;
height: 100rpx;
}
.zw_bottom3{
width: 100%;
height: 180rpx;
}
.zw_bottom4{
width: 100%;
height: 300rpx;
}
.grayscale {
filter: grayscale(100%); /* 设置为100%表示完全变成灰色 */
}
JavaScript
1
https://gitee.com/moreedge/ly-small24.git
git@gitee.com:moreedge/ly-small24.git
moreedge
ly-small24
lySmall24
master

搜索帮助