setting.wxss 4.2 KB

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