cloudanniversaryActive.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. ul, li {
  16. list-style: none;
  17. }
  18. .containers{
  19. width: 7.5rem;
  20. margin: auto;
  21. background-image: url('../img/yunActivity/bj.png');
  22. background-size: 100% 100%;
  23. }
  24. .banner-wrap{
  25. width: 7.5rem;
  26. height: 36.06rem;
  27. position: relative;
  28. }
  29. .banner-img {
  30. width: 7.5rem;
  31. height: 1.28rem;
  32. }
  33. .downlond-img {
  34. position: absolute;
  35. top: 0.2rem;
  36. right: 0;
  37. width: 2.48rem;
  38. height: 0.88rem;
  39. }
  40. .downlond-midimg {
  41. position: absolute;
  42. top: 11.4rem;
  43. left: 2.43rem;
  44. width: 3.03rem;
  45. height: 1.08rem;
  46. }
  47. #toast-container>.toast-error {
  48. background-image: none !important;
  49. border-radius: 0.2rem;
  50. }
  51. .toast-error {
  52. background-color: rgba(0, 0, 0, 0.8);
  53. border-radius: 0.2rem;
  54. }
  55. #toast-container>div {
  56. font-size: 14px;
  57. min-width: 80px !important;
  58. padding: 12px !important;
  59. box-shadow: none;
  60. border-radius: 0.2rem;
  61. }
  62. .toast-center-center {
  63. position: fixed;
  64. min-width: 220px;
  65. top: 50%;
  66. left: 50%;
  67. text-align: center;
  68. transform: translateX(-50%);
  69. color: #FFFFFF;
  70. border-radius: 0.2rem;
  71. }
  72. @media (max-width: 480px) and (min-width: 241px) {
  73. #toast-container>div {
  74. min-width: 80px !important;
  75. width: auto;
  76. }
  77. }