user.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. page {
  2. background: #f4f4f4;
  3. min-height: 100%;
  4. }
  5. .container {
  6. background: #f4f4f4;
  7. min-height: 100%;
  8. }
  9. .top {
  10. height: 350rpx;
  11. border-bottom: 1rpx solid #e1e1e1;
  12. margin-bottom: 10rpx;
  13. }
  14. .bg {
  15. filter: blur(1px) ;
  16. width: 100%;
  17. height: 345rpx;
  18. position: absolute;
  19. background-repeat: no-repeat;
  20. background-size: cover;
  21. background-position: center;
  22. }
  23. .profile-info {
  24. width: 100%;
  25. height: 350rpx;
  26. align-items: center;
  27. padding: 0 30.25rpx;
  28. position: absolute;
  29. }
  30. .profile-info .img {
  31. display: block;
  32. margin-left: auto;
  33. margin-right: auto;
  34. width: 50%;
  35. margin-top: 50rpx;
  36. }
  37. .profile-info .avatar {
  38. display:block;
  39. height:150rpx;
  40. width:150rpx;
  41. border-radius:50%;
  42. margin-left:auto;
  43. margin-right:auto;
  44. border:5rpx solid #fff;
  45. }
  46. .profile-info .info {
  47. height: 85rpx;
  48. text-align: center;
  49. margin-top: 20rpx;
  50. }
  51. .profile-info .name {
  52. display: block;
  53. height: 45rpx;
  54. line-height: 45rpx;
  55. color: #555;
  56. font-size: 37.5rpx;
  57. margin-top: 20rpx;
  58. }
  59. .profile-info .desc {
  60. color: #555;
  61. }
  62. .userhis {
  63. height: auto;
  64. overflow: hidden;
  65. width: 100%;
  66. border-top: 1px solid #e1e1e1;
  67. }
  68. .day-item {
  69. height: auto;
  70. overflow: hidden;
  71. width: 100%;
  72. margin-bottom: 20rpx;
  73. }
  74. .day-hd {
  75. height: 94rpx;
  76. width: 100%;
  77. line-height: 94rpx;
  78. background: #fff;
  79. padding-left: 30rpx;
  80. color: #333;
  81. font-size: 28rpx;
  82. }
  83. .day-list {
  84. width: 100%;
  85. height: auto;
  86. overflow: hidden;
  87. background: #fff;
  88. padding-left: 30rpx;
  89. border-top: 1px solid #e1e1e1;
  90. }
  91. .item {
  92. height: 212rpx;
  93. width: 720rpx;
  94. background: #fff;
  95. padding: 30rpx 30rpx 30rpx 0;
  96. border-bottom: 1px solid #e1e1e1;
  97. }
  98. .item:last-child {
  99. border-bottom: 1px solid #fff;
  100. }
  101. .item .img {
  102. float: left;
  103. width: 150rpx;
  104. height: 150rpx;
  105. }
  106. .item .info {
  107. float: right;
  108. width: 540rpx;
  109. height: 150rpx;
  110. display: flex;
  111. flex-direction: column;
  112. justify-content: center;
  113. padding-left: 20rpx;
  114. }
  115. .item .info .name {
  116. font-size: 28rpx;
  117. color: #333;
  118. line-height: 40rpx;
  119. }
  120. .item .info .subtitle {
  121. margin-top: 8rpx;
  122. font-size: 24rpx;
  123. color: #888;
  124. line-height: 40rpx;
  125. }
  126. .item .info .price {
  127. margin-top: 8rpx;
  128. font-size: 28rpx;
  129. color: #f94b4b;
  130. line-height: 40rpx;
  131. width: 160rpx;
  132. }
  133. .item .info .flex {
  134. display: flex;
  135. }
  136. .item .info .msg {
  137. display: flex;
  138. align-items: center;
  139. padding: 0 10rpx;
  140. width: auto;
  141. color: #999;
  142. overflow: hidden;
  143. font-size: 26rpx;
  144. line-height: 55rpx;
  145. margin-left: 100rpx;
  146. }
  147. .result-empty {
  148. width: 100%;
  149. height: 76vh;
  150. padding-top:200rpx;
  151. background: #fff;
  152. overflow: hidden;
  153. }
  154. .result-empty .icon {
  155. margin: 0 auto;
  156. display: block;
  157. width: 240rpx;
  158. height: 240rpx;
  159. }
  160. .result-empty .text {
  161. display: block;
  162. width: 100%;
  163. height: 40rpx;
  164. font-size: 28rpx;
  165. text-align: center;
  166. color: #999;
  167. }