detail.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. /* pages/detail/detail.wxss */
  2. page {
  3. background: #f0f1f2;
  4. padding-bottom: 201rpx;
  5. }
  6. /* .header {
  7. width: 750rpx;
  8. height: 200rpx;
  9. padding: 15rpx 30rpx 40rpx 30rpx;
  10. box-sizing: border-box;
  11. background: #fff;
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. }
  16. .info {
  17. display: flex;
  18. justify-content: space-between;
  19. }
  20. .name {
  21. flex: 1;
  22. color: #31364c;
  23. font-size: 42rpx;
  24. overflow: hidden;
  25. text-overflow: ellipsis;
  26. white-space: nowrap;
  27. }
  28. .money {
  29. color: #3243bd;
  30. font-size: 38rpx;
  31. text-align: right;
  32. margin-left: 15rpx;
  33. }
  34. .month {
  35. font-size: 24rpx;
  36. }
  37. .bottom {
  38. font-size: 26rpx;
  39. color: #888a8e;
  40. display: flex;
  41. align-items: center;
  42. justify-content: space-between;
  43. margin-top: 20rpx;
  44. }
  45. .bottom view {
  46. display: flex;
  47. align-items: center;
  48. }
  49. .bottom image {
  50. height: 25rpx;
  51. width: 25rpx;
  52. margin-right: 10rpx;
  53. }
  54. .address {
  55. width: 750rpx;
  56. height: 148rpx;
  57. background: #fff;
  58. padding: 30rpx;
  59. box-sizing: border-box;
  60. display: flex;
  61. align-items: center;
  62. justify-content: space-between;
  63. margin-top: 15rpx;
  64. }
  65. .address image {
  66. height: 80rpx;
  67. width: 80rpx;
  68. margin-right: 30rpx;
  69. }
  70. .address-info {
  71. flex: 1;
  72. height: 100%;
  73. font-size: 28rpx;
  74. color: #31364c;
  75. display: flex;
  76. flex-direction: column;
  77. justify-content: space-between;
  78. overflow: hidden;
  79. }
  80. .address-info-text {
  81. overflow: hidden;
  82. text-overflow: ellipsis;
  83. white-space: nowrap;
  84. }
  85. .point {
  86. font-size: 26rpx;
  87. color: #888a8e;
  88. display: flex;
  89. align-items: center;
  90. }
  91. .point text {
  92. flex: 1;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. white-space: nowrap;
  96. }
  97. .point image {
  98. height: 22rpx;
  99. width: 18rpx;
  100. margin-right: 10rpx;
  101. }
  102. .detail {
  103. margin: 15rpx 0;
  104. padding: 15rpx 0;
  105. background: #fff;
  106. }
  107. .cell {
  108. color: #535768;
  109. font-size: 28rpx;
  110. background: #fff;
  111. padding: 30rpx;
  112. display: flex;
  113. flex-direction: column;
  114. }
  115. .cell-content {
  116. margin-top: 15rpx;
  117. }
  118. .cover {
  119. position: fixed;
  120. left: 0;
  121. top: 0;
  122. height: 100%;
  123. width: 100%;
  124. background: rgba(0, 0, 0, 0.4);
  125. display: flex;
  126. align-items: center;
  127. justify-content: center;
  128. }
  129. .model {
  130. height: 510rpx;
  131. width: 670rpx;
  132. background: #f0f1f2;
  133. border-radius: 10rpx;
  134. }
  135. .cancel-icon {
  136. display: flex;
  137. justify-content: flex-end;
  138. padding: 30rpx 30rpx 0 30rpx;
  139. box-sizing: border-box;
  140. }
  141. .cancel-img {
  142. height: 24rpx;
  143. width: 24rpx;
  144. }
  145. .model-title {
  146. text-align: center;
  147. line-height: 53rpx;
  148. color: #31364c;
  149. font-size: 38rpx;
  150. }
  151. .textarea {
  152. width: 610rpx;
  153. height: 224rpx;
  154. padding: 30rpx;
  155. margin: 30rpx auto;
  156. font-size: 32rpx;
  157. box-sizing: border-box;
  158. border: 2rpx solid #ddd;
  159. border-radius: 10rpx;
  160. }
  161. .textarea textarea {
  162. height: 100%;
  163. width: 100%;
  164. }
  165. .model-action {
  166. height: 110rpx;
  167. display: flex;
  168. align-items: center;
  169. justify-content: space-between;
  170. border-top: 1rpx solid #eaebee;
  171. }
  172. .cancel,
  173. .confirm {
  174. width: 50%;
  175. height: 100%;
  176. line-height: 110rpx;
  177. font-size: 34rpx;
  178. color: #31364c;
  179. box-sizing: border-box;
  180. text-align: center;
  181. }
  182. .cancel {
  183. border-right: 1rpx solid #eaebee;
  184. }
  185. .supplement-info {
  186. height: 896rpx;
  187. width: 670rpx;
  188. background: #f0f1f2;
  189. border-radius: 10rpx;
  190. box-sizing: border-box;
  191. position: relative;
  192. }
  193. .supplement-cancel-icon {
  194. height: 24rpx;
  195. width: 24rpx;
  196. position: absolute;
  197. right: 30rpx;
  198. top: 30rpx;
  199. }
  200. .supplement-header {
  201. display: flex;
  202. flex-direction: column;
  203. align-items: center;
  204. margin-top: 60rpx;
  205. }
  206. .supplement-header-title {
  207. color: #31364c;
  208. font-size: 38rpx;
  209. }
  210. .supplement-header-content {
  211. width: 610rpx;
  212. color: #31364c;
  213. font-size: 24rpx;
  214. padding: 20rpx;
  215. box-sizing: border-box;
  216. margin: 0 auto;
  217. margin-bottom: 30rpx;
  218. }
  219. .supplement-input {
  220. height: 88rpx;
  221. width: 610rpx;
  222. font-size: 28rpx;
  223. background: #fff;
  224. display: flex;
  225. align-items: center;
  226. padding: 24rpx 30rpx;
  227. border: 1rpx solid #fff;
  228. border-radius: 10rpx;
  229. box-sizing: border-box;
  230. margin: 0 auto;
  231. }
  232. .supplement-input-textarea {
  233. height: 178rpx;
  234. width: 610rpx;
  235. font-size: 28rpx;
  236. background: #fff;
  237. display: flex;
  238. padding: 24rpx 30rpx;
  239. border-radius: 10rpx;
  240. box-sizing: border-box;
  241. margin: 0 auto;
  242. }
  243. .placeholder {
  244. color: #888a8e;
  245. font-size: 28rpx;
  246. }
  247. .labal {
  248. margin-right: 10rpx;
  249. }
  250. .input {
  251. flex: 1;
  252. height: 100%;
  253. color: #31364c;
  254. font-size: 28rpx;
  255. }
  256. .error {
  257. height: 59rpx;
  258. width: 610rpx;
  259. color: #d1213e;
  260. font-size: 24rpx;
  261. line-height: 59rpx;
  262. padding: 0 15rpx;
  263. box-sizing: border-box;
  264. margin: 0 auto;
  265. }
  266. .supplement-action {
  267. width: 100%;
  268. height: 110rpx;
  269. display: flex;
  270. border-top: 1rpx solid #eaebee;
  271. align-items: center;
  272. position: absolute;
  273. bottom: 0;
  274. }
  275. .supplement-action .cancel {
  276. color: #888a8e;
  277. }
  278. .border {
  279. border: 1rpx solid #d1213e;
  280. }
  281. .isOn {
  282. width: 750rpx;
  283. height: 62rpx;
  284. font-size: 28rpx;
  285. font-family: PingFangSC-Semibold, PingFang SC;
  286. font-weight: 600;
  287. color: #fff;
  288. background: rgba(0, 0, 0, 0.4);
  289. line-height: 62rpx;
  290. text-align: center;
  291. position: fixed;
  292. bottom: 124rpx;
  293. } */
  294. .container {
  295. padding: 20rpx;
  296. margin-bottom: 102rpx;
  297. }
  298. .header {
  299. width: 710rpx;
  300. padding: 40rpx 24rpx;
  301. box-sizing: border-box;
  302. background: #ffffff;
  303. border-radius: 18rpx;
  304. border: 2rpx solid #ebebec;
  305. }
  306. .header-info {
  307. font-size: 52rpx;
  308. font-family: PingFangSC-Medium, PingFang SC;
  309. font-weight: 500;
  310. color: rgba(0, 0, 0, 0.85);
  311. display: flex;
  312. align-items: center;
  313. justify-content: space-between;
  314. }
  315. .price {
  316. flex: 1;
  317. font-size: 38rpx;
  318. font-family: PingFangSC-Medium, PingFang SC;
  319. font-weight: 500;
  320. color: #096dd9;
  321. word-wrap: none;
  322. word-break: keep-all;
  323. }
  324. .header-detail {
  325. font-size: 28rpx;
  326. font-family: PingFangSC-Regular, PingFang SC;
  327. font-weight: 400;
  328. color: rgba(0, 0, 0, 0.65);
  329. display: flex;
  330. align-items: center;
  331. margin-top: 16rpx;
  332. }
  333. .address {
  334. display: flex;
  335. align-items: center;
  336. margin-right: 24rpx;
  337. }
  338. .address-image {
  339. height: 22rpx;
  340. width: 20rpx;
  341. margin-right: 14rpx;
  342. }
  343. .time {
  344. display: flex;
  345. align-items: center;
  346. }
  347. .time-image {
  348. height: 28rpx;
  349. width: 28rpx;
  350. margin-right: 10rpx;
  351. }
  352. .company {
  353. width: 710rpx;
  354. min-height: 192rpx;
  355. background: #ffffff;
  356. border-radius: 18rpx;
  357. border: 2rpx solid #ebebec;
  358. padding: 0 24rpx;
  359. box-sizing: border-box;
  360. margin: 20rpx 0;
  361. display: flex;
  362. align-items: center;
  363. }
  364. .company-logo {
  365. height: 88rpx;
  366. width: 88rpx;
  367. margin-right: 36rpx;
  368. }
  369. .company-name {
  370. font-size: 34rpx;
  371. font-family: PingFangSC-Medium, PingFang SC;
  372. font-weight: 500;
  373. color: rgba(0, 0, 0, 0.85);
  374. }
  375. .company-position {
  376. font-size: 28rpx;
  377. font-family: PingFangSC-Regular, PingFang SC;
  378. font-weight: 400;
  379. color: rgba(0, 0, 0, 0.65);
  380. }
  381. .content {
  382. width: 710rpx;
  383. /* min-height: 820rpx; */
  384. background: #ffffff;
  385. border-radius: 18rpx;
  386. border: 2rpx solid #ebebec;
  387. padding: 40rpx 24rpx;
  388. box-sizing: border-box;
  389. }
  390. .content-item {
  391. margin-bottom: 40rpx;
  392. }
  393. .content-item-name {
  394. font-size: 34rpx;
  395. font-family: PingFangSC-Medium, PingFang SC;
  396. font-weight: 500;
  397. color: rgba(0, 0, 0, 0.85);
  398. margin-bottom: 20rpx;
  399. }
  400. .content-item-text {
  401. font-size: 28rpx;
  402. font-family: PingFangSC-Regular, PingFang SC;
  403. font-weight: 400;
  404. color: rgba(0, 0, 0, 0.65);
  405. }
  406. .button {
  407. width: 100%;
  408. position: fixed;
  409. bottom: 15rpx;
  410. left: 0;
  411. display: flex;
  412. align-items: center;
  413. justify-content: center;
  414. }
  415. .button-content {
  416. width: 710rpx;
  417. height: 102rpx;
  418. line-height: 102rpx;
  419. text-align: center;
  420. font-size: 38rpx;
  421. font-family: PingFangSC-Medium, PingFang SC;
  422. font-weight: 500;
  423. color: #ffffff;
  424. background: #1890ff;
  425. border-radius: 18rpx;
  426. }
  427. .disabled {
  428. background: #d9d9d9;
  429. font-size: 38rpx;
  430. font-family: PingFangSC-Medium, PingFang SC;
  431. font-weight: 500;
  432. color: #ffffff;
  433. }