richAlert.wxss 664 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. button {
  2. margin-top: 30rpx;
  3. margin-bottom: 30rpx;
  4. }
  5. .button-sp-area {
  6. margin: 0 auto;
  7. width: 100%;
  8. }
  9. .content {
  10. text-align: center;
  11. height: 400rpx;
  12. }
  13. .wrapper {
  14. -webkit-box-orient: vertical;
  15. -webkit-box-direction: normal;
  16. -webkit-flex-direction: column;
  17. flex-direction: column;
  18. -webkit-box-pack: center;
  19. -webkit-justify-content: center;
  20. justify-content: center;
  21. }
  22. .button {
  23. width: 200px;
  24. margin-top: 30px;
  25. margin-left: 20px;
  26. padding-top: 20px;
  27. padding-bottom: 20px;
  28. border-width: 2px;
  29. border-style: solid;
  30. border-color: #458B00;
  31. background-color: #458B00;
  32. }
  33. .text {
  34. font-size: 30px;
  35. color: #666666;
  36. text-align: center;
  37. }