app.wxss 256 B

1234567891011121314
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 10rpx 0;
  9. box-sizing: border-box;
  10. }
  11. .button::after{
  12. background-color: #fff ;
  13. line-height:0.01
  14. }