1 Star 0 Fork 2

神话再起/Face2FaceTranslator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
aminhuang 提交于 2018-05-23 20:40 . change ui
/**app.wxss**/
.container {
height: 100%;
display: flex;
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
justify-content: space-between;
-webkit-justify-content: space-between;
box-sizing: border-box;
position:relative;
font-family: "PingFang-SC-Regular","SimSun","Microsoft Yahei";
font-variant-ligatures: none;
background-color: #FAFAFA;
}
page {
height: 100%;
width: 100%;
background: #FAFAFA;
}
input {
font-family: "PingFang-SC-Regular","SimSun","Microsoft Yahei";
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/guojianpu/Face2FaceTranslator.git
git@gitee.com:guojianpu/Face2FaceTranslator.git
guojianpu
Face2FaceTranslator
Face2FaceTranslator
master

搜索帮助