1 Star 0 Fork 5

小不点/69_电商小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-25 22:35 . first commit
/**app.wxss**/
.container {
height: 100%;
}
.wxParse-img {
display: block !important;
}
.header-container {
width: 100%;
height: 130rpx;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.header-container .header-name {
width: 100%;
height: 100%;
text-align: center;
line-height: 170rpx;
font-size: 30rpx;
color: #333;
}
.iphone .header-container {
height: 180rpx;
}
.iphone .header-container .header-name {
line-height: 270rpx;
}
.header-container .goback {
width: 56rpx;
height: 56rpx;
margin-top: 50rpx;
position: absolute;
margin-left: 20rpx;
border: 1rpx solid #fff;
border-radius: 50%;
padding: 6rpx;
}
.iphone .header-container .goback {
margin-top: 90rpx;
}
.hidden {
display: none;
}
.flex{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.no-more-goods {
text-align: center;
margin-top: 20%;
}
.no-order-img {
width: 110px;
height: 110px;
}
.no-more-goods .text {
font-size: 28rpx;
color: #999;
margin-top: -5px;
}
.fix-top{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/qq1529604899/wxapp_69.git
[email protected]:qq1529604899/wxapp_69.git
qq1529604899
wxapp_69
69_电商小程序模板
master

搜索帮助