setting.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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 .one .right button {
  35. font-size: 20rpx;
  36. padding: 5rpx 30rpx;
  37. float: left;
  38. margin: 10rpx 0;
  39. }
  40. .main .two {
  41. position: relative;
  42. top: 80rpx;
  43. width: 100%;
  44. height: 93vh;
  45. overflow: hidden;
  46. }
  47. .main .two .image {
  48. float: left;
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .main .two .userInfo {
  53. float: left;
  54. width: 100%;
  55. height: 100%;
  56. position: absolute;
  57. }
  58. /* 模板一 */
  59. .temOne {
  60. float: left;
  61. width: 100%;
  62. text-align: center;
  63. position: absolute;
  64. bottom: 5px;
  65. color: #ffffff;
  66. }
  67. .temOne .avatarUrl {
  68. width: 100rpx;
  69. height: 100rpx;
  70. border-radius: 90rpx;
  71. }
  72. .temOne view {
  73. padding: 5rpx 0;
  74. }
  75. .temOne .qrcode {
  76. width: 200rpx;
  77. height: 200rpx;
  78. }
  79. /* 模板二 */
  80. .temTwo {
  81. float: left;
  82. width: 100%;
  83. text-align: center;
  84. position: absolute;
  85. bottom: 5px;
  86. color: #ffffff;
  87. }
  88. .temTwo .avatarUrl {
  89. width: 100rpx;
  90. height: 100rpx;
  91. border-radius: 90rpx;
  92. }
  93. .temTwo view {
  94. padding: 5rpx 0;
  95. }
  96. .temTwo .qrcode {
  97. width: 200rpx;
  98. height: 200rpx;
  99. }
  100. /* 模板三 */
  101. .temThr {
  102. float: left;
  103. width: 100%;
  104. }
  105. .temThr .temThrOne {
  106. float: right;
  107. width: 60%;
  108. padding: 20rpx 0 0 0;
  109. }
  110. .temThr .temThrOne .avatarUrl {
  111. float: left;
  112. width: 100rpx;
  113. height: 100rpx;
  114. border-radius: 90rpx;
  115. }
  116. .temThr .temThrOne view {
  117. float: left;
  118. width: 68%;
  119. padding: 0 20rpx;
  120. }
  121. .temThr .temThrOne view text {
  122. float: left;
  123. width: 100%;
  124. text-align: left;
  125. font-size: 30rpx;
  126. padding: 10rpx 0 0 0;
  127. font-weight: bold;
  128. }
  129. .temThr .temThrTwo {
  130. float: left;
  131. width: 100%;
  132. text-align: center;
  133. position: absolute;
  134. bottom: 5px;
  135. }
  136. .temThr .temThrTwo .qrcode {
  137. width: 200rpx;
  138. height: 200rpx;
  139. }
  140. /* 模板四 */
  141. .temFour {
  142. float: left;
  143. width: 100%;
  144. }
  145. .temFour .temThrOne {
  146. float: right;
  147. width: 60%;
  148. padding: 20rpx 0 0 0;
  149. }
  150. .temFour .temThrOne .avatarUrl {
  151. float: left;
  152. width: 100rpx;
  153. height: 100rpx;
  154. border-radius: 90rpx;
  155. }
  156. .temFour .temThrOne view {
  157. float: left;
  158. width: 68%;
  159. padding: 0 20rpx;
  160. }
  161. .temFour .temThrOne view text {
  162. float: left;
  163. width: 100%;
  164. text-align: left;
  165. font-size: 30rpx;
  166. padding: 10rpx 0 0 0;
  167. font-weight: bold;
  168. }
  169. .temFour .temThrTwo {
  170. float: left;
  171. width: 100%;
  172. text-align: right;
  173. position: absolute;
  174. bottom: 5px;
  175. right: 40rpx;
  176. }
  177. .temFour .temThrTwo .qrcode {
  178. width: 200rpx;
  179. height: 200rpx;
  180. }
  181. .temFive view:nth-child(1) {
  182. position: absolute;
  183. width: 11%;
  184. top: 25%;
  185. text-align: center;
  186. }
  187. .temFive view:nth-child(1) text {
  188. writing-mode: tb-rl;
  189. color: #ffffff;
  190. font-weight: bold;
  191. letter-spacing: 10rpx;
  192. font-weight: bold;
  193. }
  194. .temFive view:nth-child(2) {
  195. position: absolute;
  196. width: 68%;
  197. top: 32%;
  198. left: 16%;
  199. text-align: center;
  200. }
  201. .temFive view:nth-child(2) image {
  202. margin: 0 10rpx;
  203. }
  204. .temFive view:nth-child(2) .avatarUrl {
  205. width: 200rpx;
  206. height: 200rpx;
  207. border-radius: 90rpx;
  208. }
  209. .temFive view:nth-child(2) .qrcode {
  210. width: 200rpx;
  211. height: 200rpx;
  212. }
  213. .temFive view:nth-child(3) {
  214. position: absolute;
  215. right: 0;
  216. top: 25%;
  217. width: 11%;
  218. text-align: center;
  219. }
  220. /* .temFive {
  221. float: left;
  222. width: 100%;
  223. }
  224. .temFive view {
  225. float: left;
  226. }
  227. .temFive view:nth-child(1) {
  228. width: 11%;
  229. text-align: center;
  230. padding: 300rpx 0 0 0;
  231. }
  232. .temFive view:nth-child(1) text {
  233. writing-mode: tb-rl;
  234. color: #ffffff;
  235. font-weight: bold;
  236. letter-spacing: 10rpx;
  237. margin: 60rpx 0 0 0;
  238. font-weight: bold;
  239. }
  240. .temFive view:nth-child(2) {
  241. width: 78%;
  242. text-align: center;
  243. height: 250rpx;
  244. position: absolute;
  245. top: 31%;
  246. }
  247. .temFive view:nth-child(2) .avatarUrl {
  248. width: 100rpx;
  249. height: 100rpx;
  250. border-radius: 90rpx;
  251. }
  252. .temFive view:nth-child(2) .qrcode {
  253. width: 200rpx;
  254. height: 200rpx;
  255. }
  256. .temFive view:nth-child(3) {
  257. width: 11%;
  258. text-align: center;
  259. padding: 45% 0 0 0;
  260. } */
  261. .temFive view:nth-child(3) text {
  262. writing-mode: tb-rl;
  263. text-orientation: upright;
  264. color: #fff;
  265. font-weight: bold;
  266. letter-spacing: 10rpx;
  267. }