myeq.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. /**index.wxss**/
  2. page {
  3. background-color: #F3F4F6;
  4. }
  5. .margintoop {
  6. margin-bottom: 30rpx;
  7. }
  8. .eqlist {
  9. display:flex;
  10. flex-direction:row;
  11. flex-wrap:wrap;
  12. width: 92%;
  13. height: 354rpx;
  14. margin-left: 4%;
  15. margin-right: 4%;
  16. background-color: #FFFFFF;
  17. box-shadow:0px 14rpx 44rpx 2rpx rgba(161,161,161,0.5);
  18. border-radius:30rpx;
  19. margin-bottom: 40rpx;
  20. }
  21. .infoBox {
  22. width: 90%;
  23. display: flex;
  24. flex-direction: row;
  25. align-items:flex-start;
  26. margin-left: 5%;
  27. margin-right: 5%;
  28. }
  29. .v1 {
  30. flex: 90;
  31. margin-top: 34rpx;
  32. text-align: right;
  33. height: 132rpx;
  34. }
  35. .v2 {
  36. flex: 130;
  37. margin-top: 34rpx;
  38. height: 140rpx;
  39. }
  40. .v3 {
  41. flex: 85;
  42. margin-top: 34rpx;
  43. text-align: right;
  44. height: 140rpx;
  45. }
  46. .v4 {
  47. width: 91%;
  48. margin-top: 20rpx;
  49. height: 34rpx;
  50. display:-webkit-inline-flex;
  51. /* justify-content:space-between; */
  52. margin-left: 4%;
  53. margin-right: 5%;
  54. }
  55. .v4finish {
  56. width: 91%;
  57. margin-top: 20rpx;
  58. height: 34rpx;
  59. display:-webkit-inline-flex;
  60. justify-content:space-between;
  61. margin-left: 4%;
  62. margin-right: 5%;
  63. }
  64. .finishdate {
  65. text-align: left;
  66. flex: 7;
  67. color: #000000;
  68. font-size: 24rpx;
  69. font-weight: Regular;
  70. }
  71. .finishtitle{
  72. flex: 3;
  73. text-align: right;
  74. color: #FF5B60;
  75. font-size: 24rpx;
  76. font-weight: Regular;
  77. }
  78. .startdate {
  79. text-align: left;
  80. flex: 1;
  81. color: #000000;
  82. font-size: 24rpx;
  83. font-weight: Regular;
  84. }
  85. .enddate{
  86. flex: 1;
  87. text-align: right;
  88. color: #000000;
  89. font-size: 24rpx;
  90. font-weight: Regular;
  91. }
  92. .eqtime {
  93. width: 100%;
  94. margin-top: 0rpx;
  95. background-color: #FFFFFF;
  96. line-height: 80rpx;
  97. justify-content:space-between;
  98. display: flex;
  99. flex-wrap:wrap;
  100. }
  101. .txttime1 {
  102. margin-left: 5%;
  103. color:#000000;
  104. font-weight: Light;
  105. font-size: 28rpx;
  106. }
  107. .txttime2 {
  108. margin-right: 5%;
  109. color:#000000;
  110. font-weight: Light;
  111. font-size: 28rpx;
  112. }
  113. .line {
  114. margin-top:28rpx;
  115. margin-left: 40rpx;
  116. width: 95%;
  117. height: 2rpx;
  118. background-color: #F2F2F2;
  119. }
  120. .eqimg {
  121. width: 152rpx;
  122. height: 132rpx;
  123. }
  124. /* .eqinfo {
  125. flex: 282;
  126. } */
  127. .qulistimg {
  128. width: 152rpx;
  129. height: 132rpx;
  130. border-radius: 10rpx;
  131. }
  132. .eqname {
  133. margin-top: 0rpx;
  134. margin-left: 0rpx;
  135. text-align: left;
  136. }
  137. .txteqname {
  138. color: #000000;
  139. font-weight: 500;
  140. font-size: 28rpx;
  141. }
  142. .eqid {
  143. margin-left: 0rpx;
  144. margin-top: 10rpx;
  145. text-align: left;
  146. }
  147. .txteqid {
  148. color: #6E6E6E;
  149. font-size: 20rpx;
  150. font-weight: Light;
  151. }
  152. .txteqid2 {
  153. color: #858585;
  154. font-size: 24rpx;
  155. font-weight: #585858;
  156. }
  157. .edprice {
  158. margin-top: 46rpx;
  159. color: #858585;
  160. font-size: 25rpx;
  161. }
  162. .txtprice {
  163. color: #FF5B60;
  164. font-size: 28rpx;
  165. font-weight: Regular;
  166. }
  167. .eqdays {
  168. margin-left: 0rpx;
  169. margin-top: 16rpx;
  170. text-align: left;
  171. }
  172. .txteqdays {
  173. color: #6E6E6E;
  174. font-size: 20rpx;
  175. font-weight: Light;
  176. }
  177. .eqdays2 {
  178. margin-top: 6rpx;
  179. color: #6E6E6E;
  180. font-size: 20rpx;
  181. font-weight: Light;
  182. }
  183. .eqprice {
  184. color:#858585;
  185. font-size: 32rpx;
  186. height: 220rpx;
  187. font-weight: 400;
  188. line-height: 200rpx;
  189. text-align: center
  190. }
  191. .totalprice {
  192. width: 90%;
  193. height: 95rpx;
  194. background-color: #FFFFFF;
  195. display: flex;
  196. margin-left:5%;
  197. margin-right:5%;
  198. }
  199. .txttotalrental {
  200. margin-top: 30rpx;
  201. flex: 68;
  202. text-align: left;
  203. color: #000000;
  204. font-size: 28rpx;
  205. font-weight: Regular;
  206. }
  207. .totalrental {
  208. margin-top: 20rpx;
  209. flex: 160;
  210. text-align: left;
  211. color:#FF5B60;
  212. font-weight: 500;
  213. font-size: 40rpx;
  214. }
  215. .finishtotalprice {
  216. width: 100%;
  217. background-color: #FFFFFF;
  218. text-align: right;
  219. margin-left:40rpx;
  220. margin-right:40rpx;
  221. }
  222. .finishtxttotalrental {
  223. color: #000000;
  224. font-size: 28rpx;
  225. font-weight: Regular;
  226. }
  227. .finishtotalrental {
  228. color:#FF5B60;
  229. font-weight: 500;
  230. font-size: 40rpx;
  231. }
  232. .totalmortagage {
  233. margin-top: 28rpx;
  234. flex: 94;
  235. text-align: right;
  236. color: #FF5B60;
  237. font-weight: 400;
  238. font-size: 32rpx;
  239. }
  240. .line2 {
  241. padding-top: 1rpx;
  242. width: 100%;
  243. height: 19rpx;
  244. }
  245. .money {
  246. font-size: 20rpx;
  247. color:#FF5B60;
  248. font-weight: Regular;
  249. }
  250. .texteqdays {
  251. font-size: 20rpx;
  252. color: #737171;
  253. font-weight: Regular;
  254. }
  255. .txteqdays2 {
  256. font-size: 24rpx;
  257. color: #737171;
  258. font-weight: Regular;
  259. }
  260. .money2 {
  261. font-size: 16rpx;
  262. color: #737171;
  263. font-weight: Regular;
  264. }
  265. .money3 {
  266. font-size: 28rpx;
  267. color: #FF5B60;
  268. font-weight: 500;
  269. }
  270. .totalmoney {
  271. font-weight: 400;
  272. font-size: 32rpx;
  273. }
  274. .returneq {
  275. height: 64rpx;
  276. margin-top: 26rpx;
  277. }
  278. .eqreturn {
  279. height: 46rpx;
  280. width: 132rpx;
  281. background-color: #fc6961;
  282. text-align: center;
  283. border-radius: 20rpx;
  284. color: #FFFFFF;
  285. font-size: 25rpx;
  286. line-height: 48rpx;
  287. }
  288. .none {
  289. margin-top: 306rpx;
  290. text-align: center;
  291. width: 100%;
  292. height: 260rpx;
  293. }
  294. .noneimg {
  295. height: 280rpx;
  296. width: 280rpx;
  297. }
  298. .nonedesc {
  299. margin-top: 92rpx;
  300. height: 30rpx;
  301. color: #7A7777;
  302. font-size: 32rpx;
  303. font-weight: Heavy;
  304. }
  305. .load {
  306. width: 100%;
  307. height: 2400rpx;
  308. position: absolute;
  309. left: 0;
  310. top: 0;
  311. z-index: 9999;
  312. background-color: #ffffff;
  313. text-align: center;
  314. line-height: 1300rpx;
  315. }
  316. .loadimg {
  317. width: 200rpx;
  318. height: 200rpx;
  319. }