1 Star 0 Fork 1

windmao / ktv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**app.wxss**/
.container {
width : 100vw;
height : 100vh;
box-sizing : border-box;
background-color : #141414;
color : #ffffff;
position : relative;
overflow-y : auto;
-webkit-overflow-scrolling: touch;
overflow-x : hidden;
}
button[type="primary"].button-hover {
background-color: rgba(214, 162, 132, 0.6) !important;
color : rgba(255, 255, 255, 0.6) !important;
}
.selected-status {
width : 11rpx;
height: 11rpx;
}
.kt-ellipsis {
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
}
image {
height: auto;
}
.pr {
position: relative
}
.pa {
position: absolute
}
1
https://gitee.com/maosixone/ktv.git
git@gitee.com:maosixone/ktv.git
maosixone
ktv
ktv
master

搜索帮助