download.css 927 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "utf-8";
  2. img {
  3. display: block;
  4. width: 100%;
  5. }
  6. .main {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. max-width: 640px;
  12. height: 100%;
  13. background-image: url(../images/BG.png);
  14. background-repeat: no-repeat;
  15. background-position: center top;
  16. background-size: cover;
  17. }
  18. .pic {
  19. position: absolute;
  20. top: 1.93%;
  21. right: 0.46875%;
  22. width: 87.96875%;
  23. }
  24. .red {
  25. position: absolute;
  26. top: 12.98%;
  27. left: 20.9375%;
  28. width: 15.15625%;
  29. }
  30. .green {
  31. position: absolute;
  32. top: 32.8488%;
  33. left: 17.96875%;
  34. width: 19.6875%;
  35. }
  36. .yellow {
  37. position: absolute;
  38. top: 20.05%;
  39. right: 4.21875%;
  40. width: 22.34375%;
  41. }
  42. .btn {
  43. position: absolute;
  44. bottom: 3.5%;
  45. left: 19.6875%;
  46. width: 59.375%;
  47. z-index: 999;
  48. }
  49. .dialog {
  50. position: absolute;
  51. top: 0;
  52. left: 0;
  53. width: 100%;
  54. max-width: 640px;
  55. height: 100%;
  56. background-color: rgba(0, 0, 0, 0.8);
  57. }
  58. .dialog-share {
  59. position: absolute;
  60. top: 2%;
  61. right: 5.625%;
  62. width: 67.5%;
  63. }