加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
joizhang 提交于 2020-05-29 18:40 . feat: 1. iconfont; 2. collecte face.
@import "./style/weui.wxss";
@import "./style/iconfont.wxss";
page {
height: 100%;
}
.page {
min-height: 100%;
background-color: var(--weui-BG-0);
color: var(--weui-FG-0);
font-size: 16px;
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
}
.page__hd {
padding: 40px;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.weui-cells__title+.weui-cells {
margin-top: 0;
}
.face-collector-camera {
width: 100%;
height: 85vh;
}
.face-collector-canvas {
width: 100%;
height: 85vh;
}
.face-recognition-camera {
width: 100%;
height: 80vh;
}
.face-recognition-canvas {
width: 100%;
height: 80vh;
}
.face-camera-icon {
font-size: 40px;
color: #707070;
}
.align-center {
text-align: center;
}
.flex-center {
align-items: center;
justify-content: center;
}
.face-back-icon {
font-size: 20px;
color: #e6e6e6;
}
.face-paizhao-icon {
font-size: 40px;
color: #e6e6e6;
}
.button-sp-area {
padding: 16px 0;
}
.hidden-image {
width: 200px;
height: 200px;
background-color: #eeeeee;
display: none
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化