setting.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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. }
  79. /* 模板二 */
  80. .temTwo {
  81. float: left;
  82. width: 41%;
  83. height: 380rpx;
  84. text-align: center;
  85. position: absolute;
  86. left: 28%;
  87. bottom: 30px;
  88. background-color: #ffffff;
  89. border-radius: 20rpx;
  90. }
  91. .temTwo .qrcode {
  92. width: 280rpx;
  93. height: 250rpx;
  94. margin: 15rpx 0 0 0;
  95. }
  96. .temTwo .avatarUrl {
  97. width: 80rpx;
  98. height: 80rpx;
  99. position: absolute;
  100. left: 36%;
  101. top: 45px;
  102. border: 3px solid #ffffff;
  103. border-radius: 10rpx;
  104. }
  105. .temTwo view {
  106. font-weight: bold;
  107. padding: 0 0 5rpx 0;
  108. }
  109. /* 模板三 */
  110. .temThr {
  111. position: absolute;
  112. bottom: 5rpx;
  113. width: 100%;
  114. text-align: center;
  115. }
  116. .temThr .qrcode {
  117. width: 240rpx;
  118. height: 240rpx;
  119. }
  120. .temThr .avatarUrl {
  121. width: 80rpx;
  122. height: 80rpx;
  123. position: absolute;
  124. left: 44%;
  125. top: 40px;
  126. border: 3px solid #ffffff;
  127. border-radius: 10rpx;
  128. }
  129. .temThr view text {
  130. font-size: 30rpx;
  131. font-weight: bold;
  132. padding: 0 10rpx;
  133. color: #003875;
  134. }
  135. /* 模板四 */
  136. .temFour {
  137. width: 40%;
  138. position: absolute;
  139. bottom: 10rpx;
  140. right: 30rpx;
  141. }
  142. .temFour .temFourImg {
  143. float: right;
  144. height: 250rpx;
  145. width: 80%;
  146. border: 3px solid #032eae;
  147. }
  148. .temFour .qrcode {
  149. width: 100%;
  150. height: 250rpx;
  151. }
  152. .temFour .avatarUrl {
  153. width: 80rpx;
  154. height: 80rpx;
  155. position: absolute;
  156. left: 43%;
  157. top: 44px;
  158. border: 3px solid #ffffff;
  159. border-radius: 10rpx;
  160. }
  161. .temFour .temFourInfo {
  162. float: left;
  163. width: 100%;
  164. text-align: center;
  165. }
  166. .temFour .temFourInfo text {
  167. font-size: 30rpx;
  168. padding: 0 0 0 50rpx;
  169. font-weight: bold;
  170. color: #032eae;
  171. }
  172. /* 模板五 */
  173. .temFive {
  174. float: left;
  175. width: 100%;
  176. position: absolute;
  177. top: 30%;
  178. text-align: center;
  179. }
  180. .temFive .qrcode {
  181. width: 220rpx;
  182. height: 220rpx;
  183. }
  184. .temFive .avatarUrl {
  185. width: 70rpx;
  186. height: 70rpx;
  187. position: absolute;
  188. left: 45%;
  189. top: 35px;
  190. border: 3px solid #ffffff;
  191. border-radius: 10rpx;
  192. }
  193. .temFive view {
  194. margin: -12rpx 0 0 0;
  195. }
  196. .temFive view text {
  197. font-weight: bold;
  198. font-size: 25rpx;
  199. padding: 0 10rpx;
  200. }