2 Star 62 Fork 2

刘坤/网易云音乐小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
kunliu11 提交于 2022-09-08 09:49 . 提交最终版
@import "/assets/iconfont/iconfont.wxss";
page {
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
box-sizing: border-box;
}
view {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.topBar {
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
height: 130rpx;
left: 0;
font-size: 34rpx;
line-height: 165rpx;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
z-index: 99;
}
/* 自定义navigation */
.topBar .songName {
flex: 1;
overflow:hidden;
text-align: center;
}
.topBar .back{
width: 195rpx;
text-align: left;
padding: 0 20rpx;
box-sizing: border-box;
}
/* 全局播放器 */
.audio {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 88;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liukun-uzi/netease-cloud-music-native.git
[email protected]:liukun-uzi/netease-cloud-music-native.git
liukun-uzi
netease-cloud-music-native
网易云音乐小程序
master

搜索帮助