button-default.wxss 455 B

1234567891011121314151617181920212223242526272829
  1. .button-default {
  2. width: 100%;
  3. height: 88rpx;
  4. display: flex;
  5. align-items: center;
  6. justify-content: center;
  7. }
  8. .button-default-content {
  9. width: 690rpx;
  10. height: 88rpx;
  11. color: #fff;
  12. font-size: 34rpx;
  13. border-radius: 10rpx;
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. position: relative;
  18. }
  19. .button-default-content-button {
  20. height: 100%;
  21. width: 100%;
  22. position: absolute;
  23. left: 0;
  24. top: 0;
  25. opacity: 0;
  26. }