infor.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /* pages/infor/infor.wxss */
  2. page{
  3. padding: 0;
  4. margin: 0;
  5. background: #EBEBEB;
  6. }
  7. .all{
  8. position: relative;
  9. }
  10. .head{
  11. width:100%;
  12. height:450rpx;
  13. background:linear-gradient(180deg,rgba(233,59,61,1),rgba(246,109,112,1));
  14. border-radius:0 0 50rpx 50rpx;
  15. position: relative;
  16. }
  17. .head .mybox{
  18. width: 680rpx;
  19. height: 200rpx;
  20. position: absolute;
  21. margin-top: 70rpx;
  22. margin-left: 50rpx;
  23. display: inline-flex;
  24. overflow: hidden;
  25. /* border: 1rpx solid #000; */
  26. color: #fff;
  27. }
  28. .head .mybox .userimg{
  29. width:180rpx;
  30. height:180rpx;
  31. border-radius: 120rpx;
  32. border: 8rpx solid #fff;
  33. }
  34. .head .mybox .username{
  35. width: 300rpx;
  36. height: 60rpx;
  37. line-height: 60rpx;
  38. font-size: 45rpx;
  39. position: absolute;
  40. display: flex;
  41. overflow: hidden;
  42. margin-top:10rpx;
  43. margin-left: 230rpx;
  44. }
  45. .head .mybox .userlevel{
  46. /* width: 300rpx; */
  47. height: 60rpx;
  48. position: absolute;
  49. left: 230rpx;
  50. bottom: 20rpx;
  51. display: flex;
  52. background:rgba(0,0,0,0.1);
  53. line-height: 60rpx;
  54. padding-right: 20rpx;
  55. border-radius: 15rpx;
  56. }
  57. .head .mybox .userlevel image{
  58. width: 46rpx;
  59. height: 46rpx;
  60. margin:10rpx 20rpx 0 10rpx;
  61. }
  62. .head .mybox .tools{
  63. width: 80rpx;
  64. height: 60rpx;
  65. line-height: 60rpx;
  66. position: inherit;
  67. right: 20rpx;
  68. }
  69. .body{
  70. position: absolute;
  71. top: 270rpx;
  72. width: 680rpx;
  73. margin-left: 35rpx;
  74. }
  75. .body .list{
  76. margin-top: 50rpx;
  77. width: 680rpx;
  78. height: 200rpx;
  79. background: #fff;
  80. border-radius: 18rpx;
  81. }
  82. .body .list .sousuo{
  83. width: 100%;
  84. height: 100rpx;
  85. border-bottom: 4rpx solid #ccc;
  86. position: relative;
  87. display: flex;
  88. font-size: 32rpx;
  89. }
  90. .body .list .sousuo .findit{
  91. width: 480rpx;
  92. height: 70rpx;
  93. background: #eee;
  94. margin: 15rpx 0 15rpx 0;
  95. border-radius:0 35rpx 35rpx 0;
  96. }
  97. .body .list .sousuo .pic{
  98. background: #eee;
  99. width: 100rpx;
  100. height: 70rpx;
  101. border-radius: 35rpx 0 0 35rpx;
  102. margin: 15rpx 0 15rpx 20rpx;
  103. text-align: center;
  104. }
  105. .body .list .sousuo .sweep{
  106. width: 70rpx;
  107. height: 70rpx;
  108. margin: 15rpx;
  109. }
  110. .body .list .sousuo .sweep image{
  111. width:60rpx;
  112. height: 60rpx;
  113. margin-top: 5rpx;
  114. }
  115. .body .list .sousuo .pic image{
  116. width:50rpx;
  117. height: 50rpx;
  118. margin-top: 10rpx;
  119. }
  120. .body .list .vorder-infor{
  121. width: 100%;
  122. height: 200rpx;
  123. padding: 30rpx 20rpx 0 5rpx;
  124. display: -webkit-box;
  125. display: flex;
  126. color: #aaa;
  127. }
  128. .body .list .vorder-infor .active{
  129. color:RGB(233,59,61);
  130. }
  131. .body .list .vorder-infor .mana-list{
  132. flex: 1;
  133. width: 100%;
  134. height: 120rpx;
  135. display: flex;
  136. }
  137. .body .list .vorder-infor navigator{
  138. width: 120rpx;
  139. height: 160rpx;
  140. text-align: center;
  141. flex: 1;
  142. font-size: 30rpx;
  143. position: relative;
  144. }
  145. .body .list .vorder-infor navigator image{
  146. width: 80rpx;
  147. height: 80rpx;
  148. margin-top: 5rpx;
  149. }
  150. .body .vorder{
  151. width: 680rpx;
  152. padding: 20rpx 0;
  153. background: #fff;
  154. border-radius: 18rpx;
  155. margin-top: 20rpx;
  156. }
  157. .vorder .thevorder{
  158. position: relative;
  159. width: 100%;
  160. height: 140rpx;
  161. border-bottom: 4rpx solid #ccc;
  162. }
  163. .vorder .thevorder view{
  164. position: absolute;
  165. font-size: 36rpx;
  166. color: #aaa;
  167. }
  168. .vorder .thevorder .vorderid{
  169. width: 480rpx;
  170. height: 60rpx;
  171. /* border: 1rpx solid #999; */
  172. overflow: hidden;
  173. top: 20rpx;
  174. left: 20rpx;
  175. }
  176. .vorder .thevorder .vordertime{
  177. width: 600rpx;
  178. height: 60rpx;
  179. /* border: 1rpx solid #999; */
  180. top: 80rpx;
  181. left: 20rpx;
  182. }
  183. .vorder .thevorder .state{
  184. width: 120rpx;
  185. height: 60rpx;
  186. /* border: 1rpx solid #999; */
  187. line-height: 60rpx;
  188. position: absolute;
  189. top: 10rpx;
  190. right: 10rpx;
  191. font-size: 38rpx;
  192. color: #E45;
  193. }
  194. .vorder .theinfor{
  195. position: relative;
  196. width: 100%;
  197. height: 270rpx;
  198. }
  199. .vorder .theinfor view{
  200. position: absolute;
  201. font-size: 36rpx;
  202. color: #aaa;
  203. }
  204. .vorder .theinfor .cate{
  205. width: 600rpx;
  206. height: 60rpx;
  207. overflow: hidden;
  208. top: 20rpx;
  209. left: 20rpx;
  210. }
  211. .vorder .theinfor .model{
  212. width: 600rpx;
  213. height: 60rpx;
  214. overflow: hidden;
  215. top: 80rpx;
  216. left: 20rpx;
  217. }
  218. .vorder .theinfor .problem{
  219. width: 600rpx;
  220. height: 60rpx;
  221. overflow: hidden;
  222. top: 140rpx;
  223. left: 20rpx;
  224. }
  225. .vorder .theinfor button{
  226. top: 205rpx;
  227. display: block;
  228. width: 220rpx;
  229. height: 60rpx;
  230. font-size: 36rpx;
  231. line-height: 60rpx;
  232. float: right;
  233. margin-bottom: 0;
  234. margin-right: 20rpx;
  235. color: #aaa;
  236. }
  237. button{
  238. display: inline-block;
  239. font-size: 30rpx;
  240. height: 60rpx;
  241. line-height: 60rpx;
  242. }
  243. .num{
  244. position: absolute;
  245. display: inline-block;
  246. width: 50rpx;
  247. height: 40rpx;
  248. line-height: 40rpx;
  249. text-align: center;
  250. background: #E45;
  251. color: #fff;
  252. font-weight: 700;
  253. z-index: 5;
  254. top: 0;
  255. right: 20rpx;
  256. border-radius: 20rpx;
  257. }
  258. .qrcode{
  259. width:80rpx;
  260. height:80rpx;
  261. }
  262. .show_pic{
  263. position: absolute;
  264. width: 500rpx;
  265. height: 500rpx;
  266. left: 125rpx;
  267. top:300rpx;
  268. z-index: 10;
  269. }
  270. .sp{
  271. position: fixed;
  272. background-color: #dcdcdc;
  273. top:0;
  274. width: 100%;
  275. height: 100%;
  276. z-index: 9;
  277. overflow-y: hidden;
  278. }
  279. .foot{
  280. display: flex;
  281. border-top:1px #eee solid;
  282. position: fixed;
  283. bottom: 0;
  284. width: 100%;
  285. height:100rpx;
  286. z-index: 100;
  287. background-color: #fff;
  288. }
  289. .foot .img{
  290. width:35rpx;
  291. height: 35rpx;
  292. margin-left: 110rpx;
  293. margin-top: 40rpx;
  294. }
  295. .foot .img2{
  296. width:35rpx;
  297. height: 35rpx;
  298. margin-left: 370rpx;
  299. margin-top: 40rpx;
  300. }
  301. .foot .index{
  302. position: fixed;
  303. color: #ccc;
  304. font-size: 35rpx;
  305. bottom: 15rpx;
  306. left: 160rpx
  307. }
  308. .foot .user{
  309. position: fixed;
  310. color: #E93B3D;
  311. font-size: 35rpx;
  312. bottom: 15rpx;
  313. left: 540rpx
  314. }