• 微信小程序view水平垂直居中完美解决

    1. .view_box{

      1. display: flex;

      2. align-items: center;

      3. justify-content: center;

      4. width: 100%;

      5. height: 100%;

    2. }