index.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. page{
  2. height: 100%;
  3. width: 100%;
  4. background: #F7F7F7;
  5. }
  6. .container{
  7. height: auto;
  8. overflow: hidden;
  9. width: 100%;
  10. }
  11. .userinfo {
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. padding: 120rpx 60rpx 20rpx 40rpx;
  16. height: 376rpx;
  17. width: 100%;
  18. position: relative;
  19. }
  20. .user-bg {
  21. position: absolute;
  22. left: 0;
  23. bottom: 0;
  24. width: 100%;
  25. height: 376rpx;
  26. z-index: 0;
  27. }
  28. .userinfo-setting {
  29. z-index: 1;
  30. }
  31. .u-avatar{
  32. position: relative;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .userinfo-avatar {
  37. width: 50px;
  38. height: 50px;
  39. margin: 0;
  40. border-radius: 50rpx;
  41. }
  42. .userinfo-nickname {
  43. color: #fff;
  44. margin-left: 20rpx;
  45. }
  46. .userinfo-setting image{
  47. width: 60rpx;
  48. height: 60rpx;
  49. }
  50. .btn-cls{
  51. opacity: 0;
  52. position: absolute;
  53. width: 50px;
  54. height: 50px;
  55. margin: 0;
  56. border-radius:4px;
  57. padding: 0;
  58. top: 0;
  59. left: 0;
  60. z-index: 999;
  61. }
  62. .profile-info{
  63. width: 100%;
  64. height: 280rpx;
  65. display: flex;
  66. flex-wrap: wrap;
  67. align-items: center;
  68. justify-content: flex-start;
  69. padding: 0 30.25rpx;
  70. background: #333;
  71. }
  72. .profile-info .avatar{
  73. height: 148rpx;
  74. width: 148rpx;
  75. border-radius: 50%;
  76. }
  77. .profile-info .info{
  78. flex: 1;
  79. height: 85rpx;
  80. padding-left: 31.25rpx;
  81. }
  82. .profile-info .name{
  83. display: block;
  84. height: 45rpx;
  85. line-height: 45rpx;
  86. color: #fff;
  87. font-size: 37.5rpx;
  88. margin-bottom: 10rpx;
  89. }
  90. .profile-info .level{
  91. display: block;
  92. height: 30rpx;
  93. line-height: 30rpx;
  94. margin-bottom: 10rpx;
  95. color: #7f7f7f;
  96. font-size: 30rpx;
  97. }
  98. .service {
  99. position: static;
  100. background-color: transparent;
  101. color: transparent;
  102. margin: 0;
  103. padding: 0;
  104. border: none;
  105. text-align: left;
  106. line-height: normal;
  107. display: inline;
  108. }
  109. .company {
  110. font-size:20rpx;
  111. text-align:center;
  112. margin-top:50px;
  113. }
  114. .kefutest{
  115. width: 100rpx;
  116. background: red;
  117. height: 50rpx;
  118. position: absolute;
  119. bottom: 0;
  120. }
  121. .kefutest2{
  122. width: 100rpx;
  123. background: red;
  124. height: 50rpx;
  125. position: absolute;
  126. bottom: 80rpx;
  127. }
  128. .order-list{
  129. position: relative;
  130. background: #fff;
  131. padding: 40rpx 28rpx;
  132. display: flex;
  133. justify-content: space-around;
  134. margin-bottom: 20rpx;
  135. font-size: 24rpx;
  136. margin: -50rpx 30rpx 0;
  137. z-index: 9;
  138. border-radius: 12px;
  139. }
  140. .i-line{
  141. width: 2rpx;
  142. height: 100rpx;
  143. background: #f4f4f4;
  144. }
  145. .order-list .or-a{
  146. flex: 5
  147. }
  148. .order-list .navigator,.order-list button{
  149. text-align: center;
  150. background: none;
  151. opacity: 1;
  152. font-size: 0;
  153. padding: 0;
  154. flex: 4;
  155. }
  156. .order-list .icon-item {
  157. position: relative;
  158. display: inline-block;
  159. }
  160. .order-list .navigator .count {
  161. position: absolute;
  162. right: 8rpx;
  163. top: 8rpx;
  164. width: 28rpx;
  165. height: 28rpx;
  166. text-align: center;
  167. line-height: 28rpx;
  168. background: #ED5D18;
  169. color: #fff;
  170. font-size: 18rpx;
  171. border-radius: 50%;
  172. transform: translate(50%, -50%);
  173. }
  174. .order-list view{
  175. font-size: 26rpx;
  176. line-height: 1;
  177. }
  178. .order-list image{
  179. width: 54rpx;
  180. height: 54rpx;
  181. margin-bottom: 18rpx;
  182. }
  183. .order-list-v {
  184. margin: 20rpx 30rpx;
  185. background-color: #fff;
  186. border-radius: 12px;
  187. padding: 0 30rpx;
  188. }
  189. .order-list-v .navigator {
  190. padding: 32rpx 0 28rpx;
  191. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  192. display: flex;
  193. align-items: center;
  194. }
  195. .order-list-v .navigator:last-child {
  196. border-bottom: none;
  197. }
  198. .order-list-v button {
  199. display: flex;
  200. align-items: center;
  201. width: 100%;
  202. height: auto;
  203. text-align: initial;
  204. padding: 0;
  205. background: none;
  206. line-height: initial;
  207. }
  208. .order-list-v .navigator image:not(.go) {
  209. width: 40rpx;
  210. height: 40rpx;
  211. flex: 0 0 auto;
  212. }
  213. .order-list-v .navigator .go {
  214. flex: 0 0 auto;
  215. width: 11rpx;
  216. height: 20rpx;
  217. }
  218. .order-list-v .navigator view {
  219. margin-left: 14rpx;
  220. font-size: 30rpx;
  221. color: #131D34;
  222. flex: 1;
  223. }
  224. .related-goods{
  225. width: 750rpx;
  226. height: auto;
  227. overflow: hidden;
  228. }
  229. .hidden {
  230. display: none !important;
  231. }
  232. .related-goods .h{
  233. position: relative;
  234. height: 145.5rpx;
  235. width: 750rpx;
  236. padding: 56.25rpx 0;
  237. background: #fff;
  238. text-align: center;
  239. border-bottom: 1px solid #f4f4f4;
  240. }
  241. .related-goods .h .line{
  242. display: inline-block;
  243. position: absolute;
  244. top: 75rpx;
  245. left: 0;
  246. z-index: 2;
  247. height: 1px;
  248. margin-left: 125rpx;
  249. width: 500rpx;
  250. background: rgba(233,233,233,1);
  251. }
  252. .related-goods .h .title{
  253. display: inline-block;
  254. position: absolute;
  255. top: 56.125rpx;
  256. left: 0;
  257. z-index: 3;
  258. height: 33rpx;
  259. margin-left: 285rpx;
  260. width: 180rpx;
  261. background: #fff;
  262. font-size: 30rpx;
  263. }
  264. .related-goods .b{
  265. width: 750rpx;
  266. height: auto;
  267. overflow: hidden;
  268. }
  269. .related-goods .b .item{
  270. float: left;
  271. background: #fff;
  272. width: 375rpx;
  273. height: auto;
  274. overflow: hidden;
  275. text-align: center;
  276. padding: 31.25rpx;
  277. border-right: 1px solid #f4f4f4;
  278. border-bottom: 1px solid #f4f4f4;
  279. min-height: 530rpx;
  280. position: relative;
  281. }
  282. .related-goods .item .img{
  283. width: 312rpx;
  284. height: 312rpx;
  285. border-radius:4px;
  286. }
  287. .related-goods .item .name{
  288. display: block;
  289. width: 312rpx;
  290. margin: 11.5rpx 0 15rpx 0;
  291. text-align: center;
  292. font-size: 30rpx;
  293. color: #333;
  294. display: -webkit-box;
  295. overflow: hidden;
  296. -webkit-box-orient: vertical;
  297. -webkit-line-clamp: 3;
  298. }
  299. .related-goods .item .price{
  300. display: block;
  301. width: 312rpx;
  302. height: 40rpx;
  303. text-align: center;
  304. font-size: 30rpx;
  305. color: #ED5D18;
  306. position: absolute;
  307. bottom: 10rpx;
  308. }