1 Star 0 Fork 0

Daneil_xs/wx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daneil_xs 提交于 2020-07-28 23:34 . 第一个小程序
/**app.wxss**/
.container {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.passwordtitle,.tips{
flex:1;
width: 100%;
text-align: center;
padding: 60rpx 0 ;
}
.password-content{
flex: 8;
font-size: 240rpx;
font-weight: 900;
}
.tips{
font-size: 32rpx;
}
.tips .tips-action{
margin-top: 20rpx;
}
.tips .tips-href{
color: #b9dd08;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/daneil__xs/wx_uni.git
git@gitee.com:daneil__xs/wx_uni.git
daneil__xs
wx_uni
wx
master

搜索帮助