index.module.less 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .downloadContainer {
  2. overflow: hidden;
  3. background: url('./images/download_bg.png') no-repeat top center;
  4. background-size: cover;
  5. min-height: 100vh;
  6. padding: 30px 34px 0 34px;
  7. text-align: center;
  8. :global {
  9. .van-image {
  10. // margin-top: 25px;
  11. }
  12. }
  13. }
  14. .buttonGroup {
  15. text-align: center;
  16. margin: 15px 0 15px -8px;
  17. }
  18. .btn {
  19. width: 230px;
  20. height: 45px;
  21. line-height: 45px;
  22. background: url('./images/student-btn.png') no-repeat center;
  23. background-size: cover;
  24. border: none;
  25. }
  26. .wxpopup {
  27. width: 100%;
  28. height: 100vh;
  29. position: fixed;
  30. top: 0;
  31. left: 0;
  32. background: rgba(0, 0, 0, 0.5);
  33. z-index: 9999;
  34. text-align: right;
  35. img {
  36. width: 88%;
  37. margin-right: 6%;
  38. }
  39. }
  40. .creationTablet{
  41. .wxpopup{
  42. img{
  43. width: 54%;
  44. margin-right: 20px;
  45. }
  46. }
  47. &.downloadContainer{
  48. :global {
  49. .van-image {
  50. width: 60%;
  51. }
  52. }
  53. }
  54. }
  55. .downImg {
  56. // width: 275px;
  57. padding-top: 25px;
  58. }