setting.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. /* background-image: linear-gradient(#ff0000, #ffffff); */
  6. background-color: #f9fafc;
  7. }
  8. .main .one {
  9. position: fixed;
  10. z-index: 9999;
  11. width: 95%;
  12. height: 80rpx;
  13. line-height: 80rpx;
  14. background-color: #409eff;
  15. padding: 0 20rpx;
  16. }
  17. .main .one .left {
  18. float: left;
  19. width: 30%;
  20. color: #ffffff;
  21. }
  22. .main .one .right {
  23. float: right;
  24. width: 70%;
  25. }
  26. .main .one .right {
  27. text-align: right;
  28. color: #fff;
  29. }
  30. .main .one .right .van-icon {
  31. top: 6rpx;
  32. color: #666;
  33. }
  34. .main .two {
  35. position: relative;
  36. top: 80rpx;
  37. width: 100%;
  38. height: 93vh;
  39. overflow: hidden;
  40. }
  41. .main .two .image {
  42. float: left;
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .main .two .userInfo {
  47. float: left;
  48. width: 100%;
  49. height: 100%;
  50. position: absolute;
  51. }
  52. /* 模板一 */
  53. .temOne {
  54. float: left;
  55. width: 100%;
  56. text-align: center;
  57. position: absolute;
  58. bottom: 20px;
  59. color: #ffffff;
  60. }
  61. .temOne view {
  62. padding: 10rpx 0;
  63. font-weight: bold;
  64. }
  65. .temOne .qrcode {
  66. width: 250rpx;
  67. height: 250rpx;
  68. left: 35%;
  69. }
  70. .temOne .avatarUrl {
  71. width: 80rpx;
  72. height: 80rpx;
  73. position: absolute;
  74. bottom: 50px;
  75. left: 44%;
  76. border: 3px solid #fff;
  77. border-radius: 15rpx;
  78. z-index: 999;
  79. }
  80. /* 模板二 */
  81. .temTwo {
  82. float: left;
  83. width: 41%;
  84. height: 380rpx;
  85. text-align: center;
  86. position: absolute;
  87. left: 28%;
  88. bottom: 30px;
  89. background-color: #ffffff;
  90. border-radius: 20rpx;
  91. }
  92. .temTwo .qrcode {
  93. width: 280rpx;
  94. height: 250rpx;
  95. margin: 15rpx 0 0 0;
  96. left: 13%;
  97. top: 2%;
  98. }
  99. .temTwo .avatarUrl {
  100. width: 80rpx;
  101. height: 80rpx;
  102. position: absolute;
  103. left: 36%;
  104. top: 45px;
  105. border: 3px solid #ffffff;
  106. border-radius: 10rpx;
  107. z-index: 999;
  108. }
  109. .temTwo view {
  110. font-weight: bold;
  111. padding: 0 0 5rpx 0;
  112. }
  113. /* 模板三 */
  114. .temThr {
  115. position: absolute;
  116. bottom: 5rpx;
  117. width: 100%;
  118. text-align: center;
  119. }
  120. .temThr .qrcode {
  121. width: 240rpx;
  122. height: 240rpx;
  123. left: 35%;
  124. }
  125. .temThr .avatarUrl {
  126. width: 80rpx;
  127. height: 80rpx;
  128. position: absolute;
  129. left: 44%;
  130. top: 40px;
  131. border: 3px solid #ffffff;
  132. border-radius: 10rpx;
  133. z-index: 999;
  134. }
  135. .temThr view text {
  136. font-size: 30rpx;
  137. font-weight: bold;
  138. padding: 0 10rpx;
  139. color: #003875;
  140. }
  141. /* 模板四 */
  142. .temFour {
  143. width: 40%;
  144. position: absolute;
  145. bottom: 10rpx;
  146. right: 30rpx;
  147. }
  148. .temFour .temFourImg {
  149. float: right;
  150. height: 228rpx;
  151. width: 138px;
  152. border: 3px solid #032eae;
  153. }
  154. .temFour .qrcode {
  155. width: 100%;
  156. height: 250rpx;
  157. }
  158. .temFour .avatarUrl {
  159. width: 80rpx;
  160. height: 80rpx;
  161. position: absolute;
  162. left: 43%;
  163. top: 44px;
  164. border: 3px solid #ffffff;
  165. border-radius: 10rpx;
  166. z-index: 999;
  167. }
  168. .temFour .temFourInfo {
  169. float: left;
  170. width: 100%;
  171. text-align: center;
  172. }
  173. .temFour .temFourInfo text {
  174. font-size: 30rpx;
  175. padding: 0 0 0 50rpx;
  176. font-weight: bold;
  177. color: #032eae;
  178. }
  179. /* 模板五 */
  180. .temFive {
  181. float: left;
  182. width: 100%;
  183. position: absolute;
  184. top: 30%;
  185. text-align: center;
  186. }
  187. .temFive .qrcode {
  188. width: 220rpx;
  189. height: 220rpx;
  190. left: 35%;
  191. }
  192. .temFive .avatarUrl {
  193. width: 70rpx;
  194. height: 70rpx;
  195. position: absolute;
  196. left: 45%;
  197. top: 35px;
  198. border: 3px solid #ffffff;
  199. border-radius: 10rpx;
  200. z-index: 999;
  201. }
  202. .temFive view {
  203. margin: -12rpx 0 0 0;
  204. }
  205. .temFive view text {
  206. font-weight: bold;
  207. font-size: 25rpx;
  208. padding: 0 10rpx;
  209. }