1 Star 0 Fork 13

codexfeng/EspBlufiForWx

forked from 小康师兄/EspBlufiForWx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
小康师兄 提交于 2022-08-08 18:00 . UI初步
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
page {
background: #f6f6f6;
}
.demo {
padding-bottom: 56rpx;
}
.demo-title {
font-size: 40rpx;
font-weight: 700;
line-height: 56rpx;
margin: 48rpx 32rpx 0;
color: rgba(0, 0, 0, 0.9);
}
.demo-desc {
font-size: 24rpx;
color: #999;
margin: 8rpx 32rpx;
line-height: 36rpx;
}
.demo-section {
margin-top: 56rpx;
}
.demo-section__title {
font-size: 32rpx;
margin: 32rpx 32rpx 0;
color: rgba(0, 0, 0, 0.9);
line-height: 48rpx;
}
.demo-section__sub-title {
font-size: 28rpx;
margin: 32rpx 32rpx 24rpx 32rpx;
color: rgba(0, 0, 0, 0.9);
line-height: 44rpx;
}
.demo-section__desc {
font-size: 24rpx;
color: rgba(0, 0, 0, 0.4);
margin: 8rpx 32rpx;
line-height: 40rpx;
}
.demo-section__container {
padding: 0 32rpx;
}
.demo-section .button-group {
margin: 56rrpx 0rpx;
}
.demo-section .button-group-item {
margin-bottom: 48rrpx;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/codexfeng/esp-blufi-for-wx.git
git@gitee.com:codexfeng/esp-blufi-for-wx.git
codexfeng
esp-blufi-for-wx
EspBlufiForWx
master

搜索帮助