微信小程序开发记录

顶栏banner代码

/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 
page{
/**background-color:rgb(255,204,204);**/
height:100%;
}

  弃用颜色

DCEDC8  
FF69B4

微信小程序开发记录

上一篇:别做 “微信跑分” 的替罪羊


下一篇:使用FreeHttp强制登出微信公众号登陆状态(实现~原理)