join.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. page{
  2. height: 100vh;
  3. background-color: #00B9FF;
  4. }
  5. .myqr{
  6. top: 20%;
  7. position: absolute;
  8. z-index: 999;
  9. width: 100%;
  10. text-align: center;
  11. height: auto;
  12. }
  13. .myqr .qrbk{
  14. /* background: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/qw/sq.png) no-repeat; */
  15. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/auth_bg.png') no-repeat center;
  16. background-size: 100% 100%;
  17. height: 760rpx;
  18. margin: 0 50rpx;
  19. padding:440rpx 18rpx 18rpx;
  20. }
  21. .myqr .cancel{
  22. width: 60rpx;
  23. height: 60rpx;
  24. margin-top: 30rpx;
  25. margin-left: 480rpx;
  26. }
  27. .myqr .img{
  28. width: 620rpx;
  29. }
  30. .myqr .btn{
  31. height: 128rpx;
  32. top: 180px;
  33. background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/qw/sq-btn.png);
  34. background-size: 100% 100%;
  35. padding:0 50rpx
  36. }
  37. button::after{
  38. border: none;
  39. }
  40. .title {
  41. padding: 40rpx 0;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: center;
  45. align-items: center;
  46. background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/bk.png);
  47. background-size: 100% 100%;
  48. width: 575rpx;
  49. margin-top: -50px;
  50. }
  51. .title .qrcode {
  52. width: 393rpx;
  53. height: 393rpx;
  54. }
  55. .title .sub-title1 {
  56. height: 44px;
  57. font-size: 28px;
  58. font-weight: bold;
  59. color: #040404;
  60. line-height: 44px;
  61. margin-top: 10rpx;
  62. }
  63. .title .sub-title2 {
  64. height: 34px;
  65. line-height: 34px;
  66. font-size: 20px;
  67. color: #000000;
  68. margin: 25rpx 0;
  69. font-weight: 600;
  70. margin-top:60px;
  71. }
  72. .qr {
  73. height: 100vh;
  74. background: #eff3ed;
  75. border-radius: 10rpx;
  76. padding: 60rpx 0;
  77. display: flex;
  78. flex-direction: column;
  79. align-items: center;
  80. }
  81. .title1 {
  82. height: 22px;
  83. line-height: 22px;
  84. font-size: 15px;
  85. font-weight: 400;
  86. /* color: #8E9499; */
  87. margin: 10rpx 0;
  88. letter-spacing: 8rpx;
  89. }
  90. .title2 {
  91. height: 24px;
  92. font-size: 15px;
  93. line-height: 25px;
  94. font-weight: 400;
  95. /* color: #8E9499; */
  96. }
  97. .qr image {
  98. width: 450rpx;
  99. height: 450rpx;
  100. margin-top: 40rpx;
  101. }
  102. .qrbk .auth-title{
  103. font-size: 44rpx;
  104. font-weight: bold;
  105. color: #333;
  106. text-align: center;
  107. margin-bottom:12rpx;
  108. }
  109. .qrbk .tips{
  110. font-size: 26rpx;
  111. line-height: 44rpx;
  112. color:#777;
  113. }
  114. .myqr .text-wrapper{
  115. height: 200rpx;
  116. }
  117. .auth-bottom{
  118. height: 102rpx;
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-around;
  122. border-top:2rpx solid #dfdfdf;
  123. font-size: 28rpx;
  124. }
  125. .myqr .auth-skip{
  126. flex:1;
  127. border-right:2rpx solid #dfdfdf;
  128. font-size: 30rpx;
  129. line-height: 102rpx;
  130. }
  131. .myqr .auth-confirm{
  132. flex:1;
  133. height: 102rpx;
  134. }
  135. .auth-bottom .auth-btn{
  136. background: none;
  137. color: #09afff;
  138. font-size: 30rpx;
  139. line-height: 100rpx;
  140. }