index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .myqr{
  7. position: absolute;
  8. z-index: 999;
  9. width: 100%;
  10. text-align: center;
  11. height: auto;
  12. }
  13. .myqr .cancel{
  14. width: 60rpx;
  15. height: 60rpx;
  16. margin-top: 30rpx;
  17. margin-left: 480rpx;
  18. }
  19. .myqr .img{
  20. width: 480rpx;
  21. /* margin-top: 150rpx; */
  22. }
  23. .myqr .btn{
  24. width: 120rpx;
  25. height: 120rpx;
  26. line-height: 120rpx;
  27. margin-top: 40rpx;
  28. padding: 30rpx;
  29. background: #ffffff;
  30. border-radius:60rpx;
  31. }
  32. .container {
  33. background: #f4f4f4;
  34. height: auto;
  35. overflow: hidden;
  36. width: 100%;
  37. }
  38. .question{
  39. width: 20rpx;
  40. height: 20rpx;
  41. margin-top: 5rpx;
  42. }
  43. .user{
  44. height: 480rpx;
  45. padding: 15rpx;
  46. width: auto;
  47. display: relative;
  48. background-color: #ffffff;
  49. }
  50. .profile-info-backimg{
  51. height:450rpx;
  52. width: 100%;
  53. z-index: -1;
  54. border-radius: 10rpx;
  55. }
  56. .profile{
  57. margin-top: -450rpx;
  58. z-index: 100;
  59. }
  60. .profile-info {
  61. color: #242a48;
  62. /*padding: 30rpx;*/
  63. font-size: 28rpx;
  64. display: block;
  65. margin-left: 30rpx;
  66. /*border-top-left-radius: 10rpx;
  67. border-top-right-radius: 10rpx; */
  68. }
  69. .profile-info .info {
  70. height: 85rpx;
  71. margin-top: -50rpx;
  72. }
  73. .profile-info .info .txt {
  74. flex: 3;
  75. }
  76. .profile-info .info .level {
  77. height: 30rpx;
  78. line-height: 30rpx;
  79. font-size: 30rpx;
  80. font-weight: 600;
  81. margin-top:20rpx;
  82. }
  83. .profile-info .qr{
  84. margin-top: 10rxp;
  85. }
  86. .profile-info .qr image {
  87. width: 80rpx;
  88. height: 80rpx;
  89. margin-left: 600rpx;
  90. }
  91. .profile-info .stars {
  92. height: 55rpx;
  93. }
  94. .profile-info .stars .star{
  95. height: 40rpx;
  96. line-height: 40rpx;
  97. font-size: 40rpx;
  98. font-weight: 600;
  99. }
  100. .profile-info .process {
  101. height: 25rpx;
  102. width: 250rpx;
  103. }
  104. .profile-info .process .cert{
  105. height: 20rpx;
  106. line-height: 20rpx;
  107. font-size: 20rpx;
  108. }
  109. .profile-info .name {
  110. display: block;
  111. height: 45rpx;
  112. line-height: 45rpx;
  113. font-size: 37.5rpx;
  114. margin-bottom: 10rpx;
  115. }
  116. .user_area {
  117. height: 130rpx;
  118. margin-top: 200rpx;
  119. z-index: 999;
  120. }
  121. .user_column {
  122. /* border: 1px solid black; */
  123. height: 120rpx;
  124. display: flex;
  125. justify-content: center;
  126. align-items: center;
  127. }
  128. .user_column_item {
  129. width: 25%;
  130. height: 120rpx;
  131. text-align: center;
  132. position: relative;
  133. margin-top: 5rpx;
  134. /*
  135. background: #fff;
  136. border-right: 1rpx #e0e3da solid;*/
  137. }
  138. .user_column_item_image {
  139. width: 50rpx;
  140. height: 50rpx;
  141. margin-top: 30rpx;
  142. }
  143. .user_column_item_value {
  144. margin-top: 20rpx;
  145. font-size: 32rpx;
  146. font-weight: 600;
  147. }
  148. .user_column_item_text {
  149. /* border: 1px solid black; */
  150. margin-top: 10rpx;
  151. font-size: 26rpx;
  152. color: #555;
  153. }
  154. .user_tool{
  155. height: 180rpx;
  156. background: #fff;
  157. border-radius: 16rpx;
  158. margin: 20rpx;
  159. padding:20rpx;
  160. }
  161. .user_tool_row {
  162. /* border: 1px solid black;
  163. border-bottom: 1px solid #fafafa;*/
  164. height: 86rpx;
  165. line-height: 86rpx;
  166. }
  167. .user_tool_row_title{
  168. height: 86rpx;
  169. font-weight: 550;
  170. line-height: 86rpx;
  171. margin-left: 35rpx;
  172. font-size: 32rpx;
  173. }
  174. .user_tool_column{
  175. height: 140rpx;
  176. display: flex;
  177. justify-content: left;
  178. align-items: center;
  179. }
  180. .user_tool_column_left{
  181. float: left;
  182. }
  183. .user_tool_column_item {
  184. width: 25%;
  185. height: 100rpx;
  186. background: #fff;
  187. text-align: center;
  188. position: relative;
  189. margin-top: 5rpx;
  190. }
  191. .user_tool_column_item_text {
  192. /* border: 1px solid black; */
  193. margin-top: 8rpx;
  194. font-size: 26rpx;
  195. color: #000;
  196. }
  197. .user_tool_column_item_image {
  198. width: 50rpx;
  199. height: 50rpx;
  200. margin-top: 5rpx;
  201. }
  202. .separate {
  203. background: #e0e3da;
  204. width: 100%;
  205. height: 1rpx;
  206. }
  207. .user_column_item_phone {
  208. width: 30%;
  209. height: 140rpx;
  210. text-align: center;
  211. display: flex;
  212. justify-content: center;
  213. align-items: center;
  214. flex-wrap: wrap;
  215. float: left;
  216. background: #fff;
  217. border-radius: 0;
  218. }
  219. .user_column_item_phone::after {
  220. border: none;
  221. border-radius: 0;
  222. }
  223. .logout {
  224. margin-top: 30rpx;
  225. height: 100rpx;
  226. width: 100%;
  227. line-height: 100rpx;
  228. text-align: center;
  229. background: #fff;
  230. color: red;
  231. font-size: 30rpx;
  232. }