酷炫小程序

app.wxss 257B

12345678910111213141516
  1. /**app.wxss**/
  2. page{
  3. height: 100%;
  4. }
  5. .container {
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: space-between;
  11. box-sizing: border-box;
  12. }
  13. button::after,button::before{
  14. border: none;
  15. height: 0;
  16. }