promotionofflineresult.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /**index.wxss**/
  2. page {
  3. }
  4. .eqlist {
  5. display:flex;
  6. flex-direction:row;
  7. flex-wrap:wrap;
  8. width: 100%;
  9. background-color: #FFFFFF;
  10. }
  11. .v1 {
  12. width: 25%;
  13. margin-top: 32rpx;
  14. text-align: right;
  15. height: 140rpx;
  16. }
  17. .v2 {
  18. width: 40%;
  19. margin-top: 32rpx;
  20. height: 140rpx;
  21. }
  22. .v3 {
  23. width: 35%;
  24. margin-top: 32rpx;
  25. text-align: right;
  26. height: 140rpx;
  27. }
  28. .v4 {
  29. margin-top:0rpx;
  30. margin-left:3%;
  31. width: 91.5%;
  32. display:-webkit-inline-flex;
  33. }
  34. .startdate {
  35. flex: 1;
  36. text-align: left;
  37. margin-top: 14rpx;
  38. }
  39. .txtstartdate{
  40. margin-left: 68rpx;
  41. color: #000000;
  42. font-size: 24rpx;
  43. font-weight: Light;
  44. }
  45. .enddate{
  46. flex: 1;
  47. text-align: right;
  48. margin-top: 14rpx;
  49. }
  50. .txtenddate {
  51. color: #000000;
  52. font-size: 24rpx;
  53. font-weight: Light;
  54. }
  55. .eqtime {
  56. width: 100%;
  57. margin-top: 0rpx;
  58. background-color: #FFFFFF;
  59. line-height: 80rpx;
  60. justify-content:space-between;
  61. display: flex;
  62. flex-wrap:wrap;
  63. }
  64. .txttime1 {
  65. margin-left: 5%;
  66. color:#000000;
  67. font-weight: Light;
  68. font-size: 28rpx;
  69. }
  70. .txttime2 {
  71. margin-right: 5%;
  72. color:#000000;
  73. font-weight: Light;
  74. font-size: 28rpx;
  75. }
  76. .line {
  77. margin-top:18rpx;
  78. margin-left: 5%;
  79. width: 95%;
  80. height: 3rpx;
  81. background-color: #F3F4F6;
  82. }
  83. .eqimg {
  84. flex:80;
  85. margin-left: 5%;
  86. height: 138rpx;
  87. }
  88. .eqinfo {
  89. flex: 282;
  90. }
  91. .qulistimg {
  92. width: 160rpx;
  93. height: 138rpx;
  94. }
  95. .eqname {
  96. margin-top: 0rpx;
  97. width: 100%;
  98. height: 40rpx;
  99. color: #000000;
  100. font-weight: Regular;
  101. font-size: 28rpx;
  102. margin-left: 4%;
  103. }
  104. .eqid {
  105. margin-top: 10rpx;
  106. width: 100%;
  107. height: 40rpx;
  108. text-align: left;
  109. color: #858585;
  110. margin-left: 4%;
  111. font-size: 24rpx;
  112. font-weight: #585858;
  113. }
  114. .txteqid2 {
  115. color: #858585;
  116. margin-left: 1%;
  117. font-size: 24rpx;
  118. font-weight: #585858;
  119. }
  120. .edprice {
  121. margin-top: 40rpx;
  122. color: #858585;
  123. height: 50rpx;
  124. font-size: 25rpx;
  125. margin-right: 16%;
  126. }
  127. .txtprice {
  128. color: #858585;
  129. font-size: 32rpx;
  130. font-weight: #585858;
  131. }
  132. .eqdays {
  133. margin-top: 8rpx;
  134. color: #858585;
  135. width: 100%;
  136. font-size: 25rpx;
  137. margin-left: 4%;
  138. text-align: left;
  139. }
  140. .eqdays2 {
  141. margin-top: 8rpx;
  142. color: #858585;
  143. font-size: 25rpx;
  144. margin-right: 16%;
  145. }
  146. .eqprice {
  147. color:#858585;
  148. font-size: 32rpx;
  149. height: 220rpx;
  150. font-weight: 400;
  151. line-height: 200rpx;
  152. text-align: center
  153. }
  154. .totalprice {
  155. width: 100%;
  156. height: 95rpx;
  157. background-color: #FFFFFF;
  158. display: flex;
  159. }
  160. .txttotalrental {
  161. margin-top: 26rpx;
  162. flex: 112;
  163. text-align: right;
  164. color: #3E3E3E;
  165. font-size: 32rpx;
  166. font-weight: Regular;
  167. }
  168. .txttotalmortagage {
  169. margin-top: 16rpx;
  170. flex: 111;
  171. color: #3E3E3E;
  172. font-weight: 400;
  173. font-size: 32rpx;
  174. text-align: right;
  175. }
  176. .totalrental {
  177. margin-top: 28rpx;
  178. flex: 152;
  179. text-align: left;
  180. color: red;
  181. font-weight: 400;
  182. font-size: 32rpx;
  183. }
  184. .totalmortagage {
  185. margin-top: 28rpx;
  186. flex: 94;
  187. text-align: right;
  188. color: red;
  189. font-weight: 400;
  190. font-size: 32rpx;
  191. }
  192. .line2 {
  193. padding-top: 1rpx;
  194. width: 100%;
  195. height: 19rpx;
  196. }
  197. .money {
  198. font-size: 24rpx;
  199. color: #737171;
  200. font-weight: Regular;
  201. }
  202. .txteqdays {
  203. font-size: 24rpx;
  204. margin-left: 25.5%;
  205. color: #737171;
  206. font-weight: Regular;
  207. }
  208. .txteqdays2 {
  209. font-size: 24rpx;
  210. margin-left: 6%;
  211. color: #737171;
  212. font-weight: Regular;
  213. }
  214. .money2 {
  215. margin-left: 1%;
  216. font-size: 16rpx;
  217. color: #737171;
  218. font-weight: Regular;
  219. }
  220. .money3 {
  221. margin-left: 3%;
  222. font-size: 24rpx;
  223. color: red;
  224. font-weight: Regular;
  225. }
  226. .totalmoney {
  227. font-weight: 400;
  228. font-size: 32rpx;
  229. }
  230. .returneq {
  231. height: 64rpx;
  232. margin-top: 10rpx;
  233. margin-left:22%;
  234. }
  235. .eqreturn {
  236. height: 46rpx;
  237. width: 132rpx;
  238. background-color: #fc6961;
  239. text-align: center;
  240. border-radius: 20rpx;
  241. color: #FFFFFF;
  242. font-size: 25rpx;
  243. line-height: 48rpx;
  244. }
  245. .none {
  246. margin-top: 262rpx;
  247. text-align: center;
  248. width: 100%;
  249. height: 334rpx;
  250. }
  251. .noneimg {
  252. height: 300rpx;
  253. width: 300rpx;
  254. }
  255. .nonedesc {
  256. margin-top: 54rpx;
  257. color: #818181;
  258. font-size: 32rpx;
  259. font-weight: Heavy;
  260. }