限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:首页 >开发者 >网站框架 >小程序

小程序样式 | 首页居中

分类:小程序时间:2018-12-18浏览:3136
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

    
    
        
            
              
                
                  
                
                
                  
                    
                      
                      搜一搜
                    
                  
                
              
            
        
    






本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。
0/500
Share your thoughts respectfully.