1 Star 0 Fork 0

于文凯/wx-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 960 Bytes
一键复制 编辑 原始数据 按行查看 历史
@import './styles//iconfont.wxss';
@import 'weui/weui.wxss';
page,
view,
text,
swiper,
swiper-item,
image,
navigator {
padding: 0;
margin: 0;
box-sizing: border-box;
}
page {
/* 定义主题颜色 */
--themeColor: #eb4450;
/*
定义统一字体大小 假设设计稿 大小是 375px
1px= 2rpx
14px = 28rpx
*/
font-size: 28rpx;
}
image {
width: 100%;
}
.safeAreaOldPaddingBttom {
padding-bottom: env(safe-area-inset-bottom);
}
.safeAreaNewPaddingBttom {
padding-bottom: constant(safe-area-inset-bottom);
}
.safeAreaOldMarginBttom {
margin-bottom: env(safe-area-inset-bottom);
}
.safeAreaNewMarginBttom {
margin-bottom: constant(safe-area-inset-bottom);
}
.no-data {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.no-data .line {
width: 132rpx;
height: 2rpx;
background: #999;
}
.no-data .txt {
font-size: 26rpx;
color: rgba(153, 153, 153, 1);
margin: 0 16rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yu_wen_kai/wx-mall.git
[email protected]:yu_wen_kai/wx-mall.git
yu_wen_kai
wx-mall
wx-mall
master

搜索帮助