orderDetailsProject.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. /* pages/orderDetailsProject/orderDetailsProject.wxss */
  2. .content {
  3. width: 100%;
  4. min-height: 100vh;
  5. background: #F7F8FA;
  6. }
  7. .border-content {
  8. margin-bottom: 20rpx;
  9. margin-left: 24rpx;
  10. border-radius: 24rpx;
  11. background: white;
  12. width: 662rpx;
  13. padding-top: 24rpx;
  14. padding-left: 24rpx;
  15. padding-right: 24rpx;
  16. }
  17. .title-line {
  18. width: 100%;
  19. display: flex;
  20. align-items: center;
  21. padding-bottom: 20rpx;
  22. }
  23. .title-line1 {
  24. width: 100%;
  25. display: flex;
  26. padding-bottom: 20rpx;
  27. }
  28. .title-left {
  29. font-size: 28rpx;
  30. font-weight: 400;
  31. color: #999999;
  32. }
  33. .title-content {
  34. flex: 1;
  35. margin-left: 10rpx;
  36. font-size: 32rpx;
  37. font-weight: 500;
  38. color: #333333;
  39. }
  40. .title-location {
  41. font-size: 24rpx;
  42. font-weight: 400;
  43. color: #999999;
  44. }
  45. .title-location {
  46. font-size: 28rpx;
  47. font-weight: 500;
  48. color: #333333;
  49. }
  50. .title-value {
  51. margin-left: 10rpx;
  52. text-align: left;
  53. flex: 1;
  54. font-size: 28rpx;
  55. font-weight: 400;
  56. color: #999999;
  57. }
  58. .line-spc {
  59. width: 100%;
  60. height: 20rpx;
  61. }
  62. .project-list {
  63. width: 100%;
  64. height: 100rpx;
  65. display: flex;
  66. align-items: center;
  67. }
  68. .peoject-list-title {
  69. margin-bottom: 24rpx;
  70. font-size: 36rpx;
  71. color: #333333;
  72. font-weight: 500;
  73. }
  74. .peoject-list-title text {
  75. font-size: 36rpx;
  76. font-weight: 500;
  77. color: #FA7D22;
  78. }
  79. .peoject-list-time {
  80. flex: 1;
  81. text-align: right;
  82. font-size: 28rpx;
  83. font-weight: 400;
  84. color: #333333;
  85. }
  86. .project-content {
  87. margin-bottom: 20rpx;
  88. width: 100%;
  89. display: flex;
  90. align-items: center;
  91. height: 120rpx;
  92. }
  93. .project-content-img {
  94. border-radius: 12rpx;
  95. width: 120rpx;
  96. height: 120rpx;
  97. }
  98. .project-content-right {
  99. display: flex;
  100. flex-direction: column;
  101. flex: 1;
  102. height: 120rpx;
  103. margin-left: 20rpx;
  104. }
  105. .item-right-time {
  106. flex: 1;
  107. width: 100%;
  108. display: flex;
  109. }
  110. .item-right-title {
  111. width: 300rpx;
  112. font-size: 32rpx;
  113. font-weight: 500;
  114. color: #292929;
  115. flex: 1;
  116. white-space: nowrap;
  117. overflow: hidden;
  118. text-overflow: ellipsis;
  119. }
  120. .item-right-title-time {
  121. font-size: 28rpx;
  122. font-weight: 500;
  123. color: #292929;
  124. }
  125. .item-project-add {
  126. flex: 1;
  127. font-size: 24rpx;
  128. font-weight: 400;
  129. color: #999999;
  130. }
  131. .btm-down-line {
  132. width: 100%;
  133. display: flex;
  134. align-items: center;
  135. }
  136. .btm-line-tips {
  137. margin-left: 24rpx;
  138. font-size: 28rpx;
  139. font-weight: 400;
  140. color: #333333;
  141. }
  142. .btm-line-tips-red {
  143. font-size: 28rpx;
  144. font-weight: 500;
  145. color: #FF3007;
  146. }
  147. .btm-line-tips-money {
  148. margin-bottom: 20rpx;
  149. flex: 1;
  150. font-size: 56rpx;
  151. font-weight: 500;
  152. color: #FF3007;
  153. }
  154. .btm-line-submit {
  155. width: 338rpx;
  156. height: 84rpx;
  157. text-align: center;
  158. line-height: 84rpx;
  159. margin-right: 24rpx;
  160. background: #FA7D22;
  161. border-radius: 42rpx;
  162. font-size: 32rpx;
  163. font-weight: 500;
  164. color: #FFFFFF;
  165. }
  166. .item-project-house {
  167. display: flex;
  168. justify-content: space-between;
  169. color: #FA7D22;
  170. }
  171. .device-name {
  172. font-size: 32rpx;
  173. font-weight: 500;
  174. }
  175. .project-time {
  176. font-size: 24rpx;
  177. font-weight: 400;
  178. }
  179. .title-content text {
  180. margin-left: 20rpx;
  181. font-size: 28rpx;
  182. font-weight: 400;
  183. color: #999999;
  184. }
  185. .line-spc-line {
  186. width: 662rpx;
  187. height: 2rpx;
  188. background: #F9F9F9;
  189. }
  190. .money-show {
  191. margin-top: 28rpx;
  192. text-align: right;
  193. font-size: 32rpx;
  194. font-weight: 500;
  195. color: #333333;
  196. }
  197. .money-show text {
  198. margin-left: 20rpx;
  199. text-align: right;
  200. font-size: 24rpx;
  201. font-weight: 500;
  202. color: #333333;
  203. }
  204. .dis-line {
  205. margin-top: 28rpx;
  206. width: 100%;
  207. display: flex;
  208. align-items: center;
  209. }
  210. .spc {
  211. flex: 1;
  212. }
  213. .btm-submit {
  214. width: 184rpx;
  215. height: 72rpx;
  216. border-radius: 36rpx;
  217. border: 2rpx solid #E1E1E1;
  218. text-align: center;
  219. line-height: 72rpx;
  220. font-size: 28rpx;
  221. font-weight: 500;
  222. color: #333333;
  223. }
  224. .not-flex {
  225. margin-left: 20rpx;
  226. font-size: 28rpx;
  227. font-family: PingFangSC-Regular, PingFang SC;
  228. font-weight: 400;
  229. color: #999999;
  230. }
  231. .title-content-flex {
  232. margin-left: 20rpx;
  233. font-size: 28rpx;
  234. font-weight: 400;
  235. color: #999999;
  236. }
  237. .copy {
  238. margin-left: 10rpx;
  239. padding-right: 15rpx;
  240. padding-left: 15rpx;
  241. height: 40rpx;
  242. background: #F5F5F5;
  243. border-radius: 8rpx;
  244. text-align: center;
  245. line-height: 40rpx;
  246. font-size: 20rpx;
  247. font-weight: 400;
  248. color: #333333;
  249. }
  250. .dis-view {
  251. display: flex;
  252. width: 100%;
  253. align-items: center;
  254. justify-content: center;
  255. height: 74rpx;
  256. }
  257. .dis-line-show {
  258. width: 130rpx;
  259. height: 2rpx;
  260. background: #E9E9E9;
  261. }
  262. .dis-line-title {
  263. margin-right: 20rpx;
  264. margin-left: 20rpx;
  265. font-size: 24rpx;
  266. font-weight: 400;
  267. color: #666666;
  268. }
  269. .comm-product {
  270. width: 100%;
  271. display: flex;
  272. align-items: center;
  273. flex-wrap: wrap;
  274. }
  275. .comm-product-item {
  276. margin-bottom: 24rpx;
  277. margin-left: 20rpx;
  278. width: 344rpx;
  279. height: 555rpx;
  280. display: flex;
  281. flex-direction: column;
  282. border-radius: 24rpx;
  283. background: white;
  284. }
  285. .comm-image {
  286. border-top-left-radius: 24rpx;
  287. border-top-right-radius: 24rpx;
  288. width: 344rpx;
  289. height: 344rpx;
  290. }
  291. .comm-title {
  292. margin-left: 24rpx;
  293. margin-right: 24rpx;
  294. font-size: 28rpx;
  295. font-weight: 500;
  296. color: #333333;
  297. margin-top: 24rpx;
  298. overflow: hidden;
  299. }
  300. .comm-desc {
  301. flex: 1;
  302. display: flex;
  303. align-items: center;
  304. margin-left: 24rpx;
  305. margin-right: 24rpx;
  306. overflow: hidden;
  307. }
  308. .item-desc {
  309. padding-right: 15rpx;
  310. padding-left: 15rpx;
  311. height: 38rpx;
  312. margin-right: 10rpx;
  313. background: #F7F7F7;
  314. border-radius: 8rpx;
  315. text-align: center;
  316. line-height: 38rpx;
  317. font-size: 24rpx;
  318. font-weight: 500;
  319. color: #666666;
  320. }
  321. .bottom {
  322. margin-bottom: 24rpx;
  323. display: flex;
  324. align-items: center;
  325. margin-left: 24rpx;
  326. height: 24rpx;
  327. width: 300rpx;
  328. }
  329. .price-show {
  330. flex: 1;
  331. font-size: 40rpx;
  332. font-family: OPPOSans-B, OPPOSans;
  333. font-weight: normal;
  334. color: #FA4622;
  335. }
  336. .price-show text {
  337. font-size: 24rpx;
  338. font-family: OPPOSans-B, OPPOSans;
  339. font-weight: normal;
  340. color: #FA4622;
  341. }
  342. .shop-image {
  343. width: 56rpx;
  344. height: 56rpx;
  345. }
  346. /* <view class="content">
  347. <view class="comm-product">
  348. <view class="comm-product-item">
  349. <image class="comm-image"></image>
  350. <view class="comm-title">深层清洁水维养(急…</view>
  351. <view class="comm-desc">
  352. <view class="item-desc">深度清洁</view>
  353. </view>
  354. <view class="bottom">
  355. <view class="price-show"><text>¥</text>189.00</view>
  356. <image class="shop-image"></image>
  357. </view>
  358. </view>
  359. </view>
  360. </view> */
  361. .inLocations {
  362. display: flex;
  363. align-items: center;
  364. }
  365. .inLocationImage {
  366. width: 24rpx;
  367. height: 24rpx;
  368. }
  369. .inLocationDistance {
  370. margin-left: 10rpx;
  371. font-size: 24rpx;
  372. font-weight: 400;
  373. color: #999999;
  374. }
  375. .inLocationDistance text{
  376. font-size: 28rpx;
  377. font-weight: 500;
  378. color: #333333;}