3 Star 1 Fork 1

王风/小程序拼团

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
王风 提交于 2018-07-07 09:48 . 提交bug修复
.box-infor{
position: absolute;
}
/* 按钮 */
.btn1{
width: 702rpx;
height: 88rpx;
line-height: 88rpx;
border-radius: 4rpx;
margin:0 auto;
background: #fff;
text-align: center;
font-size: 32rpx;
}
.b_nav{
position: fixed;
bottom: 0;
width: 100%;
height: 106rpx;
border-top: 1px solid #c6c6c6;
background: #fff;
}
/* 底部导航 */
.right{
width: 484rpx;
line-height: 106rpx;
height: 106rpx;
right: 0;
bottom: 0;
background: #fccd59;
text-align: center;
font-size: 30rpx;
}
.left{
width: 132rpx;
top: 0;
left: 0;
}
.cartlogo{
width: 36rpx;
height: 36rpx;
top: 20rpx;
left: 50rpx;
}
.carttip{
font-size: 24rpx;
text-align: center;
width: 100%;
top: 60rpx;
}
.num{
font-size: 24rpx;
color: #fff;
width: 40rpx;
height: 40rpx;
background: #ff1818;
border-radius: 50%;
overflow: hidden;
text-align: center;
line-height: 40rpx;
left: 78rpx;
top: 2rpx;
}
.num2{
background: #FF5118;
left: 100rpx;
top: 2rpx;
}
/* 底部导航 */
.b_nav_box{
position: fixed;
bottom: 0;
width: 100%;
height: 98rpx;
border-top: 1px solid rgba(198,198,198,0.50);
background: #fff;
z-index: 9;
}
.b_n_nav{
float: left;
width: 25%;
line-height: 80rpx;
overflow: hidden;
text-align: center;
position: relative;
}
.b_n_nav > image{
width: 68rpx;
height: 80rpx;
margin-top: 10rpx;
}
/* 弹窗 */
.layberwall{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
.layer{
position: absolute;
top: 0;
left: 0;
background: #000;
opacity: .7;
width: 100%;
height: 100%;
}
.wxtslaybox{
width: 580rpx;
height: 400rpx;
background: #fff;
position: absolute;
top: 330rpx;
left: 86rpx;
border-radius: 16rpx;
z-index: 9;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chrisWF/small_program_collage.git
git@gitee.com:chrisWF/small_program_collage.git
chrisWF
small_program_collage
小程序拼团
master

搜索帮助