maJiaBaoGoApp.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. .code-container {
  19. position: relative;
  20. width: 7.5rem;
  21. height: 100vh;
  22. margin: 0 auto;
  23. background: url(../img/maJiaBaoGoAppBag.png);
  24. background-repeat: repeat-y;
  25. background-size: cover;
  26. }
  27. .top-Text{
  28. position: absolute;
  29. top: 0.53rem;
  30. left: 0.89rem;
  31. }
  32. .img-container{
  33. width: 5.87rem;
  34. height: 3.67rem;
  35. }
  36. .btn-content{
  37. position: absolute;
  38. bottom: 0.62rem;
  39. left: 1.25rem;
  40. }
  41. .download-app{
  42. width: 4.8rem;
  43. height: 0.89rem;
  44. display: block;
  45. position: relative;
  46. }
  47. .download-text{
  48. width: 3.43rem;
  49. height: 0.42rem;
  50. top: 50%;
  51. left: 50%;
  52. text-align: center;
  53. transform: translate(-50%, -50%);
  54. position: absolute;
  55. }
  56. .try-play{
  57. margin-top: 0.14rem;
  58. }
  59. .success-img{
  60. width: 3rem;
  61. height: 3rem;
  62. }
  63. .success-text{
  64. margin-top: 0.2rem;
  65. color: #FFFFFF;
  66. font-size: 0.28rem;
  67. }
  68. #toast-container>.toast-error {
  69. background-image: none !important;
  70. }
  71. .toast-error {
  72. background-color: rgba(0, 0, 0, 0.8);
  73. }
  74. #toast-container>div {
  75. font-size: 14px;
  76. min-width: 80px !important;
  77. padding: 12px !important;
  78. box-shadow: none;
  79. }
  80. .toast-center-center {
  81. min-width: 100px;
  82. top: 50%;
  83. left: 50%;
  84. text-align: center;
  85. transform: translateX(-50%);
  86. }
  87. @media (max-width: 480px) and (min-width: 241px) {
  88. #toast-container>div {
  89. min-width: 80px !important;
  90. width: auto;
  91. }
  92. }