小程序
小游戏
企业微信
微信支付
扫描小程序码分享
怎么让五个图标在一行
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
.navbar{
border-bottom: 1px solid #ccc;
position: relative;
}
.navbar .title{
position: absolute;
width: 750rpx;
text-align: center;
left: 0;
bottom: 20rpx;
font-size: 30rpx;
.navbar image{
left: 20rpx;
width: 40rpx;
height: 40rpx;
z-index: 100;
.navbar .bg{
.container .text{
display: flex;
margin-top:200rpx;
/* padding-top:280rpx; */
position: fixed;
bottom: 100rpx;
/* border-bottom: 1px solid #ccc; */
.section{
justify-content: center;
/* left: 5rpx; */
width: 720rpx;
height: 800rpx;
border: 2rpx solid #000;
border-radius: 20rpx;
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
上代码
width:20%
设置width 小程序宽度是750rpx 你每个设置 width :150rpx 或者20%
父元素添加样式:display:flex;
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
.navbar{
border-bottom: 1px solid #ccc;
position: relative;
}
.navbar .title{
position: absolute;
width: 750rpx;
text-align: center;
left: 0;
bottom: 20rpx;
font-size: 30rpx;
}
.navbar image{
position: absolute;
left: 20rpx;
bottom: 20rpx;
width: 40rpx;
height: 40rpx;
z-index: 100;
}
.navbar .bg{
width: 750rpx;
}
.container .text{
display: flex;
margin-top:200rpx;
/* padding-top:280rpx; */
width: 750rpx;
position: fixed;
left: 0;
bottom: 100rpx;
z-index: 100;
/* border-bottom: 1px solid #ccc; */
}
.section{
justify-content: center;
display: flex;
/* left: 5rpx; */
width: 720rpx;
height: 800rpx;
border: 2rpx solid #000;
border-radius: 20rpx;
}
上代码
width:20%
设置width 小程序宽度是750rpx 你每个设置 width :150rpx 或者20%
父元素添加样式:display:flex;