aromeEvent.acss 565 B

123456789101112131415161718192021222324252627282930313233
  1. .container-btn {
  2. position: relative;
  3. display: -webkit-box;
  4. display: -webkit-flex;
  5. display: flex;
  6. flex-direction: column;
  7. justify-self: center;
  8. align-items: center;
  9. height: auto;
  10. line-height: normal;
  11. padding: 12px;
  12. border-radius: 4px;
  13. border: 0 none;
  14. box-sizing: border-box;
  15. font-size: 18px;
  16. z-index: 2;
  17. color: #fff;
  18. background-color: #1677ff;
  19. box-shadow: inset 0 0 0 1px #1677ff;
  20. }
  21. .container-btn-text {
  22. }
  23. .container-btn-tips {
  24. font-size: 12px;
  25. opacity: .6;
  26. }
  27. .container-btn-subtext {
  28. font-size: 12px;
  29. opacity: .6;
  30. }