index.wxss 425 B

12345678910111213141516171819202122232425262728293031323334353637
  1. page {
  2. height: 100%;
  3. }
  4. image {
  5. width: 200rpx;
  6. height: 200rpx;
  7. margin: 20px;
  8. }
  9. .container {
  10. background-color: #f2f2f2;
  11. }
  12. .tip {
  13. flex-basis: 60%;
  14. }
  15. .tip view {
  16. font-size: 24rpx;
  17. color: #999;
  18. }
  19. .buttons {
  20. justify-content: space-around !important;
  21. }
  22. .buttons button {
  23. width: 42%;
  24. padding:0;
  25. box-sizing: inherit;
  26. margin:0;
  27. font-size: inherit;
  28. }
  29. .button::after{
  30. border:1px solid transparent;
  31. }