index.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. page{
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container{
  7. background: #f4f4f4;
  8. height: auto;
  9. overflow: hidden;
  10. width: 100%;
  11. }
  12. .userinfo {
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. padding: 20rpx 60rpx 20rpx 40rpx;
  17. background: #1fe4dc;
  18. width: 100%;
  19. }
  20. .u-avatar{
  21. position: relative;
  22. display: flex;
  23. align-items: center;
  24. }
  25. .userinfo-avatar {
  26. width: 100rpx;
  27. height: 100rpx;
  28. margin: 0;
  29. border-radius: 50%;
  30. }
  31. .userinfo-nickname {
  32. color: #010101;
  33. margin-left: 20rpx;
  34. }
  35. .userinfo-setting image{
  36. width: 60rpx;
  37. height: 60rpx;
  38. }
  39. .btn-cls{
  40. opacity: 0;
  41. position: absolute;
  42. width: 100rpx;
  43. height: 100rpx;
  44. margin: 0;
  45. border-radius: 50%;
  46. padding: 0;
  47. top: 0;
  48. left: 0;
  49. z-index: 999;
  50. }
  51. .profile-info{
  52. width: 100%;
  53. height: 280rpx;
  54. display: flex;
  55. flex-wrap: wrap;
  56. align-items: center;
  57. justify-content: flex-start;
  58. padding: 0 30.25rpx;
  59. background: #333;
  60. }
  61. .profile-info .avatar{
  62. height: 148rpx;
  63. width: 148rpx;
  64. border-radius: 50%;
  65. }
  66. .profile-info .info{
  67. flex: 1;
  68. height: 85rpx;
  69. padding-left: 31.25rpx;
  70. }
  71. .profile-info .name{
  72. display: block;
  73. height: 45rpx;
  74. line-height: 45rpx;
  75. color: #fff;
  76. font-size: 37.5rpx;
  77. margin-bottom: 10rpx;
  78. }
  79. .profile-info .level{
  80. display: block;
  81. height: 30rpx;
  82. line-height: 30rpx;
  83. margin-bottom: 10rpx;
  84. color: #7f7f7f;
  85. font-size: 30rpx;
  86. }
  87. .service {
  88. position: static;
  89. background-color: transparent;
  90. color: transparent;
  91. margin: 0;
  92. padding: 0;
  93. border: none;
  94. text-align: left;
  95. line-height: normal;
  96. display: inline;
  97. }
  98. .company {
  99. font-size:20rpx;
  100. text-align:center;
  101. margin-top:50px;
  102. }
  103. .kefutest{
  104. width: 100rpx;
  105. background: red;
  106. height: 50rpx;
  107. position: absolute;
  108. bottom: 0;
  109. }
  110. .kefutest2{
  111. width: 100rpx;
  112. background: red;
  113. height: 50rpx;
  114. position: absolute;
  115. bottom: 80rpx;
  116. }
  117. .order-list{
  118. background: #fff;
  119. padding: 40rpx 20rpx;
  120. display: flex;
  121. justify-content: space-around;
  122. margin-bottom: 20rpx;
  123. font-size: 24rpx;
  124. }
  125. .i-line{
  126. width: 2rpx;
  127. height: 100rpx;
  128. background: #f4f4f4;
  129. }
  130. .order-list .or-a{
  131. flex: 5
  132. }
  133. .order-list .navigator,.order-list button{
  134. text-align: center;
  135. background: none;
  136. opacity: 1;
  137. font-size: 0;
  138. padding: 0;
  139. flex: 4;
  140. }
  141. .order-list view{
  142. font-size: 24rpx;
  143. line-height: 1;
  144. }
  145. .order-list image{
  146. width: 54rpx;
  147. height: 54rpx;
  148. margin-bottom: 18rpx;
  149. }
  150. .related-goods{
  151. width: 750rpx;
  152. height: auto;
  153. overflow: hidden;
  154. }
  155. .related-goods .h{
  156. position: relative;
  157. height: 145.5rpx;
  158. width: 750rpx;
  159. padding: 56.25rpx 0;
  160. background: #fff;
  161. text-align: center;
  162. border-bottom: 1px solid #f4f4f4;
  163. }
  164. .related-goods .h .line{
  165. display: inline-block;
  166. position: absolute;
  167. top: 72rpx;
  168. left: 0;
  169. z-index: 2;
  170. height: 1px;
  171. margin-left: 225rpx;
  172. width: 300rpx;
  173. background: #ccc;
  174. }
  175. .related-goods .h .title{
  176. display: inline-block;
  177. position: absolute;
  178. top: 56.125rpx;
  179. left: 0;
  180. z-index: 3;
  181. height: 33rpx;
  182. margin-left: 285rpx;
  183. width: 180rpx;
  184. background: #fff;
  185. }
  186. .related-goods .b{
  187. width: 750rpx;
  188. height: auto;
  189. overflow: hidden;
  190. }
  191. .related-goods .b .item{
  192. float: left;
  193. background: #fff;
  194. width: 375rpx;
  195. height: auto;
  196. overflow: hidden;
  197. text-align: center;
  198. padding: 15rpx 31.25rpx;
  199. border-right: 1px solid #f4f4f4;
  200. border-bottom: 1px solid #f4f4f4;
  201. min-height: 530rpx;
  202. position: relative;
  203. }
  204. .related-goods .item .img{
  205. width: 312rpx;
  206. height: 312rpx;
  207. }
  208. .related-goods .item .name{
  209. display: block;
  210. width: 312rpx;
  211. margin: 11.5rpx 0 15rpx 0;
  212. text-align: center;
  213. font-size: 30rpx;
  214. color: #333;
  215. display: -webkit-box;
  216. overflow: hidden;
  217. -webkit-box-orient: vertical;
  218. -webkit-line-clamp: 3;
  219. }
  220. .related-goods .item .price{
  221. display: block;
  222. width: 312rpx;
  223. height: 40rpx;
  224. text-align: center;
  225. font-size: 30rpx;
  226. color: #1fe4dc;
  227. position: absolute;
  228. bottom: 10rpx;
  229. }