小程序样式 | 首页居中
index.wxss /* pages/index/index.wxss */
.placeholder{
margin: 5px;
padding: 0 10px;
text-align: center;
background-color: #EBEBEB;
color: #cfcfcf;
width: 600rpx;
}
page{
/* background-color: #ebebeb */
}
.container{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 300rpx 0;
}
.box{
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 50px;
background-color: #f5f5f5;
height: 50px;
width:500rpx;
color:#999999;
}
header{
/* position: fixed; 设置固定 */
background-color: #ffffff;
height:100rpx;
width:50%;
}
.head-img{
width:106rpx;
height:34rpx;
margin-top:40rpx;
}
.box image{
margin-right:20px;
width:20px;
height:20px;
margin-bottom:-2px;
}
index.wxml 搜一搜
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。