index.module.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .bindWeChat {
  2. overflow: hidden;
  3. text-align: center;
  4. .largeLogo {
  5. width: 104px;
  6. height: 104px;
  7. background: #fff6e4;
  8. border-radius: 52px;
  9. display: block;
  10. margin: 54px auto 14px;
  11. }
  12. .smallLogo {
  13. display: block;
  14. margin: 0 auto;
  15. height: 33px;
  16. width: 101px;
  17. }
  18. .tips {
  19. font-size: 16px;
  20. color: #777777;
  21. line-height: 22px;
  22. padding-top: 86px;
  23. padding-bottom: 20px;
  24. }
  25. .phone {
  26. font-size: 20px;
  27. font-weight: 500;
  28. color: #333333;
  29. line-height: 28px;
  30. }
  31. .btnGroup {
  32. padding: 168px 64px 32px;
  33. }
  34. .wxPopupDialog {
  35. // position: relative;
  36. overflow: initial;
  37. // margin-top: -160px;
  38. &::before {
  39. position: absolute;
  40. content: ' ';
  41. top: -73px;
  42. left: 50%;
  43. margin-left: -86px;
  44. display: inline-block;
  45. background: url('../../student/music-group/pre-apply/images/wx-no-top.png') no-repeat top
  46. center;
  47. background-size: contain;
  48. width: 172px;
  49. height: 154px;
  50. }
  51. }
  52. .popupContainer {
  53. background: url('../../student/music-group/pre-apply/images/wx-no-bg.png') no-repeat top center;
  54. background-size: cover;
  55. border-radius: 20px;
  56. overflow: hidden;
  57. .title1 {
  58. padding-top: 57px;
  59. text-align: center;
  60. font-size: 18px;
  61. font-weight: 500;
  62. color: #3b2300;
  63. }
  64. .popupTips {
  65. padding-top: 12px;
  66. padding-bottom: 47px;
  67. text-align: center;
  68. font-size: 15px;
  69. color: #777777;
  70. line-height: 21px;
  71. }
  72. }
  73. }