inviteFriends.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* pages/activity/inviteFriends.wxss */
  2. page {
  3. height: 100vh;
  4. }
  5. .backg {
  6. width: 750rpx;
  7. height: 1460rpx;
  8. background-size: 750rpx 1460rpx;
  9. background-image: url(https://jzmall.lifejingzhi.com/file/jzmall/weixin/yhyzl.jpg);
  10. }
  11. .line_gzls {
  12. width: 700rpx;
  13. height: 200rpx;
  14. /* border: 1px solid red; */
  15. float: right;
  16. }
  17. .line_gzls image {
  18. width: 61rpx;
  19. height: 64rpx;
  20. }
  21. .line_gzls_gz {
  22. position: absolute;
  23. right: -8rpx;
  24. top: 40rpx;
  25. /* border: 1px solid red; */
  26. width: 70rpx;
  27. height: 70rpx;
  28. }
  29. .line_gzls_ls {
  30. position: absolute;
  31. right: -8rpx;
  32. top: 120rpx;
  33. /* border: 1px solid red; */
  34. width: 70rpx;
  35. height: 70rpx;
  36. }
  37. .lqkp {
  38. width: 750rpx;
  39. /* height: 820rpx; */
  40. /* border: 1px solid red; */
  41. float: right;
  42. text-align: center;
  43. margin-top: 170rpx;
  44. }
  45. .lqkp .shibai {
  46. position: absolute;
  47. margin-top: 45rpx;
  48. text-align: center;
  49. /* border: 1px solid red; */
  50. width: 100%;
  51. font-size: 36rpx;
  52. }
  53. .lqkp .charen {
  54. position: absolute;
  55. margin-top: 30rpx;
  56. text-align: center;
  57. /* border: 1px solid red; */
  58. width: 100%;
  59. font-size: 36rpx;
  60. }
  61. .lqkp .dianjiljyq {
  62. /* width: 481rpx;
  63. height: 100rpx;
  64. position: absolute;
  65. left: 140rpx;
  66. margin-top: 460rpx; */
  67. width: 481rpx;
  68. height: 100rpx;
  69. position: absolute;
  70. left: 140rpx;
  71. margin-top: -170rpx;
  72. background-size: 481rpx 100rpx;
  73. border-radius: 65rpx;
  74. background-image: url(https://jzmall.lifejingzhi.com/file/jzmall/weixin/ljyq.png);
  75. }
  76. .lqkp .dianjilq {
  77. width: 481rpx;
  78. height: 100rpx;
  79. position: absolute;
  80. left: 140rpx;
  81. margin-top: -250rpx;
  82. background-size: 481rpx 100rpx;
  83. border-radius: 65rpx;
  84. background-image: url(https://jzmall.lifejingzhi.com/file/jzmall/weixin/djlq.png);
  85. }
  86. .lqkp .dianjizlyc {
  87. width: 481rpx;
  88. height: 100rpx;
  89. position: absolute;
  90. left: 140rpx;
  91. margin-top: -170rpx;
  92. background-size: 481rpx 100rpx;
  93. border-radius: 65rpx;
  94. background-image: url(https://jzmall.lifejingzhi.com/file/jzmall/weixin/zlyc.png);
  95. }
  96. .lqkp .zlyc {
  97. width: 187rpx;
  98. height: 59rpx;
  99. position: absolute;
  100. left: 280rpx;
  101. margin-top:-115rpx;
  102. border-radius: 65rpx;
  103. background-size: 187rpx 59rpx;
  104. background-image: url(https://jzmall.lifejingzhi.com/file/jzmall/weixin/zlycdj.png);
  105. }
  106. .shixiao {
  107. width: 750rpx;
  108. height: 60rpx;
  109. margin-top: 20rpx;
  110. /* border: 1px solid red; */
  111. float: right;
  112. text-align: center;
  113. }
  114. .headimage {
  115. width: 750rpx;
  116. height: 180rpx;
  117. margin-top: 20rpx;
  118. float: right;
  119. /* border: 1px solid red; */
  120. }
  121. .headimage view {
  122. width: 154rpx;
  123. height: 137rpx;
  124. margin-left: 69rpx;
  125. /* border: 1px solid red; */
  126. float: left;
  127. text-align: center;
  128. overflow: hidden;
  129. }
  130. .headimage image {
  131. width: 93rpx;
  132. height: 93rpx;
  133. margin: 0px auto;
  134. border-radius: 50rpx;
  135. }
  136. .headimage span {
  137. display: block;
  138. }
  139. /*弹窗*/
  140. .mask {
  141. width: 100%;
  142. height: 100%;
  143. position: fixed;
  144. top: 0;
  145. left: 0;
  146. background: #000;
  147. z-index: 9000;
  148. opacity: 0.7;
  149. }
  150. .modalDlg {
  151. width: 580rpx;
  152. height: 750rpx;
  153. position: fixed;
  154. top: 45%;
  155. left: 0;
  156. z-index: 9999;
  157. margin: -370rpx 85rpx;
  158. background-color: #fff;
  159. border-radius: 36rpx;
  160. display: flex;
  161. flex-direction: column;
  162. align-items: center;
  163. }
  164. .modalDlg text {
  165. width: 95%;
  166. margin: 11px;
  167. height: 600rpx;
  168. overflow: scroll;
  169. }