search-order.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 字体大小变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .modal-content {
  29. width: 100%;
  30. height: 100%;
  31. position: fixed;
  32. left: 0;
  33. top: 0;
  34. background: rgba(255, 255, 255, 0);
  35. z-index: 7777;
  36. }
  37. @charset "UTF-8";
  38. /**
  39. * 这里是uni-app内置的常用样式变量
  40. *
  41. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  42. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  43. *
  44. */
  45. /**
  46. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  47. *
  48. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  49. */
  50. /* 颜色变量 */
  51. /* 字体大小变量 */
  52. /* 行为相关颜色 */
  53. /* 文字基本颜色 */
  54. /* 背景颜色 */
  55. /* 边框颜色 */
  56. /* 尺寸变量 */
  57. /* 文字尺寸 */
  58. /* 图片尺寸 */
  59. /* Border Radius */
  60. /* 水平间距 */
  61. /* 垂直间距 */
  62. /* 透明度 */
  63. /* 文章场景相关 */
  64. /**
  65. * 这里是uni-app内置的常用样式变量
  66. *
  67. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  68. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  69. *
  70. */
  71. /**
  72. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  73. *
  74. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  75. */
  76. /* 颜色变量 */
  77. /* 字体大小变量 */
  78. /* 行为相关颜色 */
  79. /* 文字基本颜色 */
  80. /* 背景颜色 */
  81. /* 边框颜色 */
  82. /* 尺寸变量 */
  83. /* 文字尺寸 */
  84. /* 图片尺寸 */
  85. /* Border Radius */
  86. /* 水平间距 */
  87. /* 垂直间距 */
  88. /* 透明度 */
  89. /* 文章场景相关 */
  90. page {
  91. background-color: #F7F7F7 !important;
  92. }
  93. .search {
  94. width: 702rpx;
  95. height: 70rpx;
  96. padding: 12rpx 24rpx;
  97. border-bottom: 1px solid #F0F0F0;
  98. position: fixed;
  99. top: 0;
  100. left: 0;
  101. background: #FFFFFF;
  102. z-index: 1001;
  103. }
  104. .search .search-input {
  105. width: 448rpx;
  106. height: 70rpx;
  107. padding: 0 68rpx;
  108. line-height: 70rpx;
  109. border-radius: 40rpx;
  110. position: relative;
  111. background: #F0F0F0;
  112. float: left;
  113. }
  114. .search .search-input .icon-sousuo {
  115. font-size: 36rpx;
  116. color: #8A8A8A;
  117. position: absolute;
  118. left: 24rpx;
  119. z-index: 10;
  120. }
  121. .search .search-input .icon-shanchu1 {
  122. font-size: 36rpx;
  123. color: #8A8A8A;
  124. position: absolute;
  125. right: 24rpx;
  126. top: 0;
  127. padding: 0 10rpx;
  128. z-index: 10;
  129. }
  130. .search .search-input input {
  131. width: 448rpx;
  132. height: 70rpx;
  133. background-color: #F0F0F0;
  134. font-size: 26rpx;
  135. }
  136. .search .search-btn {
  137. width: 118rpx;
  138. height: 70rpx;
  139. line-height: 70rpx;
  140. color: #FF457B;
  141. font-size: 30rpx;
  142. text-align: center;
  143. float: left;
  144. }
  145. .search .voice-icon {
  146. width: 36rpx;
  147. height: 36rpx;
  148. padding: 16rpx 20rpx 16rpx 0;
  149. position: absolute;
  150. left: 16rpx;
  151. top: 4rpx;
  152. z-index: 10;
  153. }
  154. .search-container {
  155. padding-top: 106rpx;
  156. }
  157. .s-block {
  158. background: #FFFFFF;
  159. }
  160. .s-block .header {
  161. font-size: 32rpx;
  162. padding: 40rpx 24rpx 22rpx 24rpx;
  163. line-height: 42rpx;
  164. font-size: 30rpx;
  165. font-weight: bold;
  166. position: relative;
  167. }
  168. .s-block .header .icon-shanchu {
  169. font-size: 36rpx;
  170. color: #333333;
  171. float: right;
  172. padding: 0 10rpx;
  173. z-index: 10;
  174. font-weight: normal;
  175. }
  176. .s-block .list {
  177. display: flex;
  178. flex-wrap: wrap;
  179. padding-bottom: 40rpx;
  180. }
  181. .s-block .list view {
  182. color: #8A8A8A;
  183. font-size: 24rpx;
  184. box-sizing: border-box;
  185. text-align: center;
  186. height: 48rpx;
  187. line-height: 48rpx;
  188. border-radius: 24rpx;
  189. margin: 12rpx;
  190. padding: .0 30rpx;
  191. overflow: hidden;
  192. white-space: nowrap;
  193. text-overflow: ellipsis;
  194. background-color: #F3F3F3;
  195. }
  196. .s-circle {
  197. margin-top: 30rpx;
  198. }
  199. .s-circle .header {
  200. font-size: 32rpx;
  201. padding: 30rpx;
  202. border-bottom: 2rpx solid #F9F9F9;
  203. position: relative;
  204. }
  205. .s-circle .header image {
  206. width: 36rpx;
  207. height: 36rpx;
  208. padding: 10rpx;
  209. position: absolute;
  210. right: 40rpx;
  211. top: 24rpx;
  212. }
  213. .s-circle .list {
  214. display: flex;
  215. flex-wrap: wrap;
  216. padding: 0 30rpx 20rpx;
  217. }
  218. .s-circle .list view {
  219. padding: 8rpx 30rpx;
  220. margin: 20rpx 30rpx 0 0;
  221. font-size: 28rpx;
  222. color: #8A8A8A;
  223. background-color: #F7F7F7;
  224. box-sizing: border-box;
  225. text-align: center;
  226. border-radius: 20rpx;
  227. }
  228. .wanted-block {
  229. margin-top: 30rpx;
  230. }
  231. .wanted-block .header {
  232. font-size: 32rpx;
  233. padding: 30rpx;
  234. }
  235. .wanted-block .list {
  236. display: flex;
  237. flex-wrap: wrap;
  238. }
  239. .wanted-block .list view {
  240. width: 50%;
  241. color: #8A8A8A;
  242. font-size: 28rpx;
  243. box-sizing: border-box;
  244. text-align: center;
  245. padding: 20rpx 0;
  246. border-top: 2rpx solid #FFF;
  247. border-left: 2rpx solid #FFF;
  248. background-color: #F7F7F7;
  249. overflow: hidden;
  250. white-space: nowrap;
  251. text-overflow: ellipsis;
  252. }
  253. .wanted-circle {
  254. margin-top: 30rpx;
  255. }
  256. .wanted-circle .header {
  257. font-size: 32rpx;
  258. padding: 30rpx;
  259. }
  260. .wanted-circle .list {
  261. display: flex;
  262. flex-wrap: wrap;
  263. padding: 0 30rpx 20rpx;
  264. }
  265. .wanted-circle .list view {
  266. padding: 8rpx 30rpx;
  267. margin: 20rpx 30rpx 0 0;
  268. font-size: 28rpx;
  269. color: #8A8A8A;
  270. background-color: #F7F7F7;
  271. box-sizing: border-box;
  272. text-align: center;
  273. border-radius: 20rpx;
  274. }
  275. .order-container scroll-view {
  276. height: 100%;
  277. overflow: scroll;
  278. }
  279. .container {
  280. padding-bottom: env(safe-area-inset-bottom);
  281. height: auto;
  282. position: relative;
  283. }
  284. .tui-order-content {
  285. width: 100%;
  286. height: auto;
  287. }
  288. .tui-order-list {
  289. width: 100%;
  290. position: relative;
  291. }
  292. .tui-order-item {
  293. display: flex;
  294. flex-direction: column;
  295. width: 702rpx;
  296. padding: 20rpx 24rpx 0 24rpx;
  297. background: #fff;
  298. border-bottom: 20rpx solid #F7F7F7;
  299. }
  300. .order-title {
  301. width: 100%;
  302. height: auto;
  303. padding-bottom: 20rpx;
  304. }
  305. .order-title .order-title-t {
  306. width: 100%;
  307. height: 48rpx;
  308. float: left;
  309. line-height: 48rpx;
  310. position: relative;
  311. }
  312. .order-title .order-title-t .bage-text {
  313. display: inline-block;
  314. font-size: 28rpx;
  315. line-height: 48rpx;
  316. text-align: left;
  317. color: #FF457B;
  318. }
  319. .order-title .order-title-t .bage-text .text {
  320. color: #999999;
  321. }
  322. .order-title .order-title-b {
  323. width: 100%;
  324. height: 48rpx;
  325. float: left;
  326. margin-top: 8rpx;
  327. }
  328. .order-title .order-title-b .order-title-btxt {
  329. float: left;
  330. font-size: 28rpx;
  331. line-height: 48rpx;
  332. color: #999999;
  333. text-align: left;
  334. }
  335. .order-title .order-title-b .order-title-btxt .text {
  336. color: #999999;
  337. }
  338. .order-title .order-title-b .order-title-tip {
  339. float: right;
  340. font-size: 28rpx;
  341. line-height: 48rpx;
  342. text-align: right;
  343. color: #FF2A2A;
  344. }
  345. .goods-title {
  346. width: 100%;
  347. height: 56rpx;
  348. float: left;
  349. margin-top: 10rpx;
  350. }
  351. .goods-title .title-logo {
  352. width: 56rpx;
  353. height: 56rpx;
  354. float: left;
  355. border-radius: 8rpx;
  356. border: 1px solid #e1e1e1;
  357. margin-right: 8rpx;
  358. }
  359. .goods-title .title-logo image {
  360. border-radius: 8rpx;
  361. width: 56rpx;
  362. height: 56rpx;
  363. }
  364. .goods-title .title-text {
  365. width: 400rpx;
  366. overflow: hidden;
  367. text-overflow: ellipsis;
  368. white-space: nowrap;
  369. float: left;
  370. font-size: 28rpx;
  371. color: #333333;
  372. text-align: left;
  373. line-height: 56rpx;
  374. font-weight: bold;
  375. }
  376. .goods-item {
  377. width: 100%;
  378. height: auto;
  379. }
  380. .goods-pros-t {
  381. display: flex;
  382. align-items: center;
  383. width: 100%;
  384. height: 217rpx;
  385. padding: 24rpx 0;
  386. }
  387. .goods-pros-t .pros-img {
  388. float: left;
  389. width: 210rpx;
  390. height: 100%;
  391. border-radius: 10rpx;
  392. margin: 0 26rpx 0 0;
  393. position: relative;
  394. }
  395. .goods-pros-t .pros-img .tips {
  396. display: inline-block;
  397. width: 80rpx;
  398. height: 40rpx;
  399. background-image: linear-gradient(214deg, #ff4500 0%, #ff5800 53%, #ff4367 100%);
  400. line-height: 40rpx;
  401. text-align: center;
  402. font-size: 24rpx;
  403. color: #FFFFFF;
  404. border-radius: 10rpx 0 10rpx 0;
  405. position: absolute;
  406. top: 0;
  407. left: 0;
  408. }
  409. .goods-pros-t .pros-img image {
  410. width: 210rpx;
  411. height: 210rpx;
  412. border-radius: 10rpx;
  413. border: 1px solid #f3f3f3;
  414. }
  415. .pros-product {
  416. width: 468rpx;
  417. height: 100%;
  418. line-height: 36rpx;
  419. font-size: 26rpx;
  420. position: relative;
  421. }
  422. .pros-product .producttitle {
  423. width: 100%;
  424. display: inline-block;
  425. height: auto;
  426. text-overflow: ellipsis;
  427. display: -webkit-box;
  428. word-break: break-all;
  429. -webkit-box-orient: vertical;
  430. -webkit-line-clamp: 2;
  431. overflow: hidden;
  432. margin-bottom: 8rpx;
  433. }
  434. .pros-product .productspec {
  435. height: 36rpx;
  436. color: #999999;
  437. }
  438. .pros-product .productprice {
  439. height: 48rpx;
  440. position: absolute;
  441. width: 100%;
  442. bottom: 0;
  443. }
  444. .pros-product .productprice .price {
  445. line-height: 48rpx;
  446. font-size: 28rpx;
  447. width: 48%;
  448. color: #FF2A2A;
  449. float: left;
  450. font-weight: bold;
  451. }
  452. .pros-product .productprice .price.disabled {
  453. color: #999999;
  454. text-decoration: line-through;
  455. }
  456. .pros-product .productprice .count {
  457. height: 100%;
  458. float: right;
  459. position: relative;
  460. }
  461. .pros-product .productprice .count .small {
  462. color: #666666;
  463. }
  464. .pros-product .floor-item-act {
  465. width: 100%;
  466. height: 56rpx;
  467. text-align: center;
  468. box-sizing: border-box;
  469. float: left;
  470. padding: 0 0 10rpx 0;
  471. }
  472. .pros-product .floor-item-act .floor-tags {
  473. height: 28rpx;
  474. border-radius: 6rpx;
  475. background-color: #FFFFFF;
  476. line-height: 28rpx;
  477. color: #ff2a2a;
  478. text-align: center;
  479. display: inline-block;
  480. padding: 0 5rpx;
  481. font-size: 20rpx;
  482. border: 1px solid #ff2a2a;
  483. float: left;
  484. }
  485. .order-footer {
  486. width: 100%;
  487. height: 78rpx;
  488. float: left;
  489. }
  490. .order-footer .order-footer-top {
  491. width: 100%;
  492. height: 34rpx;
  493. line-height: 34rpx;
  494. font-size: 24rpx;
  495. color: #999999;
  496. text-align: right;
  497. }
  498. .order-footer .order-footer-bot {
  499. width: 100%;
  500. float: left;
  501. height: 48rpx;
  502. line-height: 48rpx;
  503. font-size: 28rpx;
  504. font-weight: bold;
  505. color: #333333;
  506. }
  507. .order-footer .order-footer-bot .count {
  508. width: 50%;
  509. float: left;
  510. text-align: left;
  511. }
  512. .order-footer .order-footer-bot .money {
  513. width: 50%;
  514. float: right;
  515. text-align: right;
  516. }
  517. .tui-modal-custom-text {
  518. min-height: 300rpx;
  519. margin-bottom: 30rpx;
  520. }
  521. .tui-modal-custom-text .title {
  522. width: 100%;
  523. height: auto;
  524. font-size: 30rpx;
  525. text-align: justify;
  526. color: #333333;
  527. line-height: 40rpx;
  528. margin-bottom: 30rpx;
  529. }
  530. .tui-modal-custom-text .tui-modal-custom-list {
  531. width: 100%;
  532. height: 350rpx;
  533. overflow: hidden;
  534. }
  535. .tui-modal-custom-text .tui-modal-custom-list .custom-list {
  536. width: 100%;
  537. height: 117rpx;
  538. box-sizing: border-box;
  539. float: left;
  540. padding: 15rpx 0;
  541. }
  542. .tui-modal-custom-text .tui-modal-custom-list .custom-list .custom-list-image {
  543. width: 86rpx;
  544. height: 86rpx;
  545. float: left;
  546. border-radius: 6rpx;
  547. box-sizing: border-box;
  548. border: 1px solid #e1e1e1;
  549. }
  550. .tui-modal-custom-text .tui-modal-custom-list .custom-list .custom-list-image image {
  551. width: 84rpx;
  552. height: 84rpx;
  553. border-radius: 6rpx;
  554. display: block;
  555. }
  556. .tui-modal-custom-text .tui-modal-custom-list .custom-list .custom-list-name {
  557. width: 400rpx;
  558. height: 86rpx;
  559. float: right;
  560. line-height: 43rpx;
  561. font-size: 26rpx;
  562. color: #666666;
  563. text-overflow: ellipsis;
  564. overflow: hidden;
  565. display: -webkit-box;
  566. -webkit-line-clamp: 2;
  567. line-clamp: 2;
  568. -webkit-box-orient: vertical;
  569. }
  570. .tui-modal-button {
  571. width: 100%;
  572. height: 72rpx;
  573. display: flex;
  574. }
  575. .tui-modal-button .modal-button {
  576. width: 200rpx;
  577. height: 72rpx;
  578. line-height: 72rpx;
  579. border-radius: 36rpx;
  580. box-sizing: border-box;
  581. }
  582. .tui-modal-button .modal-button.cancel {
  583. border: 1px solid #b2b2b2;
  584. background: #FFFFFF;
  585. color: #333333;
  586. }
  587. .tui-modal-button .modal-button.confirm {
  588. background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
  589. color: #FFFFFF;
  590. }