user.wxss 2.7 KB

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