开放平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
863 B

  1. .page-enter-active, .page-leave-active {
  2. transition: opacity .4s;
  3. }
  4. /* .page-enter-active, .page-leave-active::after {
  5. content: '';
  6. width: 100px;
  7. height: 100px;
  8. background: red;
  9. position: fixed;
  10. z-index: 99;
  11. left: 0;
  12. right: 0;
  13. bottom: 0;
  14. top: 0;
  15. margin: auto auto;
  16. } */
  17. .page-enter, .page-leave-active {
  18. opacity: .5;
  19. }
  20. .bulletin-box {
  21. background: #fff;
  22. border-radius: 14px;
  23. height: 56px;
  24. padding: 12px;
  25. box-sizing: border-box;
  26. display: flex;
  27. align-items: center;
  28. margin-bottom: 20px;
  29. .bulletin-left {
  30. height: 32px;
  31. line-height: 32px;
  32. width: 72px;
  33. text-align: center;
  34. font-size: 16px;
  35. color: #fff;
  36. background: #ff6262;
  37. border-radius: 8px;
  38. }
  39. .swiperWrap {
  40. flex: 1;
  41. width: 100%;
  42. height: 32px !important;
  43. line-height: 32px !important;
  44. margin-left: 16px;
  45. }
  46. }