setting.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f9fafc;
  6. }
  7. .main .one {
  8. width: 95%;
  9. height: 80rpx;
  10. line-height: 80rpx;
  11. background-color: #409eff;
  12. padding: 0 20rpx;
  13. }
  14. .main .one .left {
  15. float: left;
  16. width: 30%;
  17. color: #ffffff;
  18. }
  19. .main .one .right {
  20. float: right;
  21. width: 70%;
  22. text-align: right;
  23. color: #fff;
  24. }
  25. .main .one .right .van-icon {
  26. top: 6rpx;
  27. color: #666;
  28. }
  29. .main .two {
  30. position: relative;
  31. width: 100%;
  32. overflow: hidden;
  33. }
  34. .main .two .image {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .two .userInfo .temOne {
  39. position: absolute;
  40. z-index: 999;
  41. width: 100%;
  42. bottom: 20px;
  43. }
  44. .two .userInfo .temOne .name {
  45. color: #ffffff;
  46. font-size: 18px;
  47. font-weight: bold;
  48. text-align: center;
  49. margin: 0 0 10rpx 0;
  50. }
  51. .two .userInfo .temOne .qrcode {
  52. width: 130px;
  53. height: 130px;
  54. left: 33%;
  55. }
  56. .two .userInfo .temTwo {
  57. position: absolute;
  58. z-index: 999;
  59. width: 100%;
  60. bottom: 20px;
  61. }
  62. .two .userInfo .temTwo .name {
  63. color: #ffffff;
  64. font-size: 18px;
  65. font-weight: bold;
  66. text-align: center;
  67. margin: 0 0 10rpx 0;
  68. }
  69. .two .userInfo .temTwo .qrcode {
  70. width: 130px;
  71. height: 130px;
  72. left: 33%;
  73. }
  74. .two .userInfo .temThr {
  75. position: absolute;
  76. z-index: 999;
  77. width: 100%;
  78. bottom: 20px;
  79. }
  80. .two .userInfo .temThr .qrcode {
  81. width: 130px;
  82. height: 130px;
  83. left: 33%;
  84. }
  85. .two .userInfo .temThr view {
  86. font-size: 30rpx;
  87. font-weight: bold;
  88. padding: 0 10rpx;
  89. color: #003875;
  90. text-align: center;
  91. }
  92. .two .userInfo .temFour {
  93. position: absolute;
  94. z-index: 999;
  95. width: 100%;
  96. bottom: 20px;
  97. }
  98. .two .userInfo .temFour .qrcode {
  99. width: 130px;
  100. height: 130px;
  101. left: 58%;
  102. }
  103. .two .userInfo .temFour .temFourInfo {
  104. float: right;
  105. }
  106. .two .userInfo .temFour .temFourInfo text {
  107. display: inline-block;
  108. width: 100%;
  109. text-align: center;
  110. color: #032eae;
  111. font-weight: bold;
  112. }
  113. .two .userInfo .temFive {
  114. position: absolute;
  115. z-index: 999;
  116. width: 100%;
  117. top: 30%;
  118. }
  119. .two .userInfo .temFive .qrcode {
  120. width: 130px;
  121. height: 130px;
  122. left: 32%;
  123. }
  124. .two .userInfo .temFive view {
  125. text-align: center;
  126. }
  127. .two .userInfo .temFive view text {
  128. color: #fff;
  129. font-weight: bold;
  130. }