加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
黄荣基 提交于 2020-12-19 17:56 . feat: 庄昕修改
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
.text-row {
display: flex;
flex-direction: row;
align-items: center;
}
.text-column {
display: flex;
flex-direction: column;
align-items: center;
}
.scrollPage {
height: 100vh;
-webkit-overflow-scrolling: touch;
}
.page_bottom {
position:fixed;
width: 100%;
height: 50px;
bottom: 0px;
display: flex;
color: black;
text-align: center;
font-size: 20px;
}
.page_bottom_left {
position: fixed;
left: 0px;
bottom: 0px;
width: 58px;
height: 48px;
line-height: 49px;
border: 1px solid;
border-color: #000;
border-right-color: #888;
}
.page_bottom_msg {
position: fixed;
left: 70px;
bottom: 0px;
width: 120px;
height: 25px;
line-height: 24px;
font-size: 19px;
text-align:left;
}
.page_bottom_star {
position: fixed;
right: 125px;
bottom: 0px;
width: 25px;
height: 25px;
font-size: 19px;
line-height: 24px;
}
.page_bottom_last {
position: fixed;
right: 60px;
bottom: 0px;
width: 58px;
height: 48px;
line-height: 49px;
border: 1px solid;
border-color: #000;
border-left-color: #888;
}
.page_bottom_next {
position: fixed;
right: 0px;
bottom: 0px;
width: 58px;
height: 48px;
line-height: 49px;
border: 1px solid;
border-color: #000;
border-left-color: #888;
}
.bold{
font-weight: bold;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化