use.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. .use_template {
  2. position: relative;
  3. width: 100%;
  4. padding-bottom: 34rpx;
  5. }
  6. .use_product {
  7. width: 100%;
  8. height: 208rpx;
  9. padding: 30rpx 20rpx;
  10. box-sizing: border-box;
  11. }
  12. .use_product .img {
  13. display: block;
  14. width: 124rpx;
  15. height: 124rpx;
  16. float: left;
  17. /*margin-right: 20rpx;*/
  18. }
  19. .use_product .info {
  20. float: left;
  21. /*width: 500rpx;*/
  22. width: 70%;
  23. font-size: 28rpx;
  24. color: #2b2b2b;
  25. padding-left: 20rpx;
  26. box-sizing: border-box;
  27. }
  28. .use_product .left {
  29. margin-top: 20rpx;
  30. font-size: 24rpx;
  31. color: #999999;
  32. }
  33. .use_product text {
  34. color: #eab86a;
  35. }
  36. .use_product .ellipsisLn {
  37. -webkit-line-clamp: 2;
  38. }
  39. .use_tab {
  40. position: relative;
  41. width: 100%;
  42. height: 90rpx;
  43. line-height: 90rpx;
  44. font-size: 28rpx;
  45. color: #4c4c4c;
  46. text-align: center;
  47. border-bottom: 1rpx solid #f1f5f9;
  48. }
  49. .use_tab text {
  50. display: inline-block;
  51. /* width: 33.3%; */
  52. width: 50%;
  53. }
  54. .border_bottom {
  55. position: absolute;
  56. /* width: 33.3%; */
  57. width: 50%;
  58. height: 4rpx;
  59. background: #eab86a;
  60. transition: left 0.4s;
  61. -webkit-transition: left 0.4s;
  62. }
  63. .use_state {
  64. width: 100%;
  65. height: 80rpx;
  66. line-height: 80rpx;
  67. text-align: center;
  68. font-size: 28rpx;
  69. }
  70. .use_state text {
  71. display: inline-block;
  72. width: 100%;
  73. height: 80rpx;
  74. }
  75. .use_state .not {
  76. color: #5ebf62;
  77. background: #f1f5f9;
  78. }
  79. .use_state .had {
  80. color: #f4aa7d;
  81. background: #fff1eb;
  82. }
  83. .use_state .doing {
  84. color: #7f93ae;
  85. background: #d2dae4;
  86. }
  87. .use_info {
  88. width: 100%;
  89. }
  90. .use_info .mt {
  91. margin-top: 80rpx;
  92. }
  93. .use_info .returnTitle {
  94. font-size: 28rpx;
  95. color: #b8c6d9;
  96. margin-top: 80rpx;
  97. margin-bottom: 8rpx;
  98. }
  99. .use_info .wid {
  100. width: 630rpx;
  101. margin: 0 auto;
  102. text-align: center;
  103. }
  104. .use_info .wid text {
  105. display: inline-block;
  106. width: 50%;
  107. text-align: center;
  108. }
  109. .use_info .title {
  110. font-size: 28rpx;
  111. color: #b8c6d9;
  112. margin-top: 40rpx;
  113. margin-bottom: 10rpx;
  114. }
  115. .use_info .price1 {
  116. font-size: 48rpx;
  117. color: #7f93ae;
  118. }
  119. .use_info .price2 {
  120. font-size: 48rpx;
  121. color: #eab86a;
  122. }
  123. .use_sell {
  124. width: 500rpx;
  125. height: 84rpx;
  126. line-height: 84rpx;
  127. border-radius: 42rpx;
  128. margin: 20rpx auto 0;
  129. background: #f1f5f9;
  130. font-size: 28rpx;
  131. color: #b8c6d9;
  132. text-align: center;
  133. }
  134. .use_sell text {
  135. color: #7f93ae;
  136. }
  137. .use_set {
  138. text-align: center;
  139. font-size: 28rpx;
  140. color: #7f93ae;
  141. margin-top: 40rpx;
  142. margin-bottom: 20rpx;
  143. }
  144. .use_set .title{
  145. font-size: 28rpx;
  146. color: #7f93ae;
  147. margin-bottom: 10rpx;
  148. }
  149. .use_set .gary {
  150. color: #b8c6d9;
  151. }
  152. .use_set .gary text {
  153. color: #eab86a;
  154. }
  155. .use_copies {
  156. width: 588rpx;
  157. margin: 0 auto;
  158. }
  159. .use_copies .img {
  160. position: relative;
  161. top: 22rpx;
  162. float: left;
  163. width: 44rpx;
  164. height: 44rpx;
  165. background-color: #eab86a;
  166. border-radius: 4rpx;
  167. }
  168. .use_copies .img image {
  169. display: block;
  170. position: relative;
  171. top: 6rpx;
  172. width: 32rpx;
  173. height: 32rpx;
  174. margin: 0 auto;
  175. }
  176. .use_copies .input {
  177. display: block;
  178. float: left;
  179. width: 468rpx;
  180. height: 88rpx;
  181. background: #f1f5f9;
  182. border-radius: 4rpx;
  183. text-align: center;
  184. font-size: 28rpx;
  185. color: #4c4c4c;
  186. margin-left: 16rpx;
  187. margin-right: 16rpx;
  188. }
  189. .use_copies .input1 {
  190. display: block;
  191. width: 468rpx;
  192. height: 88rpx;
  193. margin: 0 auto;
  194. background: #f1f5f9;
  195. border-radius: 4rpx;
  196. text-align: center;
  197. font-size: 28rpx;
  198. color: #4c4c4c;
  199. /*margin-left: 16rpx;
  200. margin-right: 16rpx;*/
  201. }
  202. .use_desc {
  203. width: 100%;
  204. margin: 50rpx auto 0;
  205. font-size: 24rpx;
  206. color: #bec9d9;
  207. border-top: 1rpx solid #e8ebf0;
  208. padding-top: 35rpx;
  209. box-sizing: border-box;
  210. }
  211. .use_desc .desc {
  212. width: 675rpx;
  213. margin: 0 auto 20rpx;
  214. line-height: 42rpx;
  215. }
  216. .use_desc .date {
  217. width: 670rpx;
  218. margin: 0 auto 20rpx;
  219. line-height: 42rpx;
  220. }
  221. .use_desc .date .fr {
  222. color: #7f93ae;
  223. }
  224. .use_wid {
  225. width: 100%;
  226. padding: 0 20rpx;
  227. box-sizing: border-box;
  228. }
  229. .use_btn {
  230. float: right;
  231. width: 49%;
  232. height: 100rpx;
  233. line-height: 100rpx;
  234. font-size: 28rpx;
  235. color: #fff;
  236. margin: 35rpx auto 0;
  237. text-align: center;
  238. border-radius: 8rpx;
  239. background: linear-gradient(0deg, #eab86a 0%, #e23232 100%);
  240. }
  241. .share_btn {
  242. float: left;
  243. display: inline-block;
  244. width: 49%;
  245. height: 100rpx;
  246. line-height: 100rpx;
  247. font-size: 28rpx;
  248. color: #eab86a;
  249. margin: 35rpx auto 0;
  250. text-align: center;
  251. border-radius: 8rpx;
  252. border: 1rpx solid #eab86a;
  253. box-sizing: border-box;
  254. background: #fff;
  255. }
  256. .confirm_btn {
  257. width: 690rpx;
  258. height: 100rpx;
  259. line-height: 100rpx;
  260. font-size: 28rpx;
  261. color: #fff;
  262. margin: 35rpx auto 20rpx;
  263. text-align: center;
  264. border-radius: 8rpx;
  265. background: linear-gradient(0deg, #eab86a 0%, #e23232 100%);
  266. }
  267. .use_buy {
  268. width: 100%;
  269. background: #f1f5f9;
  270. border-radius: 8rpx;
  271. margin: 30rpx auto;
  272. padding-left: 20rpx;
  273. box-sizing: border-box;
  274. }
  275. .use_buy .title {
  276. width: 100%;
  277. height: 90rpx;
  278. line-height: 90rpx;
  279. font-size: 28rpx;
  280. color: #7f93ae;
  281. text-align: center;
  282. border-bottom: 1rpx solid #dae2ec;
  283. }
  284. .use_buy .none {
  285. margin-top: 70rpx;
  286. padding-bottom: 80rpx;
  287. text-align: center;
  288. font-size: 28rpx;
  289. color: #b8c6d9;
  290. }
  291. .use_modal {
  292. position: fixed;
  293. top: 0;
  294. left: 0;
  295. width: 100%;
  296. height: 100%;
  297. padding: 0 20rpx;
  298. background: rgba(0, 0, 0, 0.3);
  299. box-sizing: border-box;
  300. z-index: 200;
  301. }
  302. .use_modal .content {
  303. position: relative;
  304. width: 100%;
  305. height: 492rpx;
  306. background: #fff;
  307. margin: 320rpx auto 0;
  308. border-radius: 8rpx;
  309. box-sizing: border-box;
  310. }
  311. .use_modal .title {
  312. width: 100%;
  313. height: 100rpx;
  314. text-align: center;
  315. font-size: 32rpx;
  316. color: #7f93ae;
  317. line-height: 100rpx;
  318. border-bottom: 1rpx solid #e8ebf0;
  319. margin: 0 auto;
  320. }
  321. .use_modal .info {
  322. width: 100%;
  323. text-align: center;
  324. padding-top: 40rpx;
  325. }
  326. .use_modal .secTitle {
  327. font-size: 24rpx;
  328. color: #bec9d9;
  329. margin-bottom: 20rpx;
  330. }
  331. .use_modal .num {
  332. font-size: 36rpx;
  333. color: #eab86a;
  334. margin-bottom: 40rpx;
  335. }
  336. .use_modal .tip {
  337. font-size: 28rpx;
  338. color: #7f93ae;
  339. }
  340. .use_modal .btn {
  341. position: absolute;
  342. bottom: 0;
  343. width: 100%;
  344. height: 100rpx;
  345. border-bottom-left-radius: 8rpx;
  346. border-bottom-right-radius: 8rpx;
  347. }
  348. .use_modal .btn text {
  349. display: inline-block;
  350. width: 50%;
  351. height: 100rpx;
  352. line-height: 100rpx;
  353. text-align: center;
  354. font-size: 28rpx;
  355. }
  356. .use_modal .btn .bblr {
  357. border-bottom-left-radius: 8rpx;
  358. background: linear-gradient(0deg, #e5e9ec 0%, #cfd9e0 100%);
  359. color: #7f93ae;
  360. }
  361. .use_modal .btn .bbrr {
  362. border-bottom-right-radius: 8rpx;
  363. background: linear-gradient(0deg, #eab86a 0%, #e23232 100%);
  364. color: #fff;
  365. }
  366. .use_modal .btn .closeBtn {
  367. width: 100%;
  368. height: 100rpx;
  369. line-height: 100rpx;
  370. text-align: center;
  371. font-size: 28rpx;
  372. background: linear-gradient(0deg, #e5e9ec 0%, #cfd9e0 100%);
  373. color: #7f93ae;
  374. border-bottom-left-radius: 8rpx;
  375. border-bottom-right-radius: 8rpx;
  376. }
  377. .use_modal .apply {
  378. width: 100%;
  379. padding: 120rpx 0;
  380. text-align: center;
  381. color: #7f93ae;
  382. font-size: 28rpx;
  383. }
  384. .use_address {
  385. width: 100%;
  386. margin: 80rpx auto 50rpx;
  387. }
  388. .use_address .title {
  389. text-align: center;
  390. font-size: 28rpx;
  391. color: #7f93ae;
  392. }
  393. .use_address .address {
  394. width: 100%;
  395. background: #f1f5f9;
  396. border-radius: 4rpx;
  397. line-height: 48rpx;
  398. font-size: 24rpx;
  399. color: #7f93ae;
  400. padding: 20rpx 40rpx;
  401. box-sizing: border-box;
  402. margin-top: 20rpx;
  403. }
  404. .use_address .info {
  405. }
  406. .use_mine {
  407. width: 100%;
  408. margin: 50rpx auto 0;
  409. }
  410. .use_mine .title {
  411. font-size: 28rpx;
  412. color: #7f93ae;
  413. text-align: center;
  414. margin-bottom: 30rpx;
  415. }
  416. .use_mine .bg {
  417. width: 100%;
  418. background: #f1f5f9;
  419. border-radius: 8rpx;
  420. padding: 0 20rpx;
  421. margin-bottom: 20rpx;
  422. box-sizing: border-box;
  423. }
  424. .use_mine .num {
  425. height: 80rpx;
  426. line-height: 80rpx;
  427. font-size: 28rpx;
  428. color: #7f93ae;
  429. border-bottom: 1rpx solid #dee2e8;
  430. }
  431. .use_mine .name {
  432. font-size: 24rpx;
  433. color: #bec9d9;
  434. line-height: 42rpx;
  435. padding: 20rpx 0;
  436. }
  437. .use_arrow {
  438. width: 30rpx;
  439. height: 30rpx;
  440. margin-left: 1rpx;
  441. }
  442. .use_arrow:after {
  443. content: " ";
  444. height: 18rpx;
  445. width: 18rpx;
  446. border-width: 4rpx 4rpx 0 0;
  447. border-color: #c0ccdc;
  448. border-style: solid;
  449. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  450. position: absolute;
  451. top: 50%;
  452. right: 40rpx;
  453. }
  454. .use_custom {
  455. /*float: left;
  456. width: 48rpx;
  457. margin-right: 20rpx;
  458. margin-bottom: 10rpx;
  459. text-align: center;
  460. font-size: 0;*/
  461. padding-bottom: 40rpx;
  462. margin-bottom: 10rpx;
  463. }
  464. .user_custom__mt {
  465. margin-top: 20rpx;
  466. }
  467. .use_custom image {
  468. /*width: 48rpx;
  469. height: 48rpx;*/
  470. }
  471. .use_custom .count {
  472. font-size: 28rpx;
  473. color: #b8c6d9;
  474. margin-top: 4rpx;
  475. }
  476. .use_rule {
  477. width: 100%;
  478. background: #f1f5f9;
  479. margin-top: 30rpx;
  480. }
  481. .use_rule .title1 {
  482. position: relative;
  483. width: 100%;
  484. height: 80rpx;
  485. line-height: 80rpx;
  486. font-size: 28rpx;
  487. color: #7f93ae;
  488. text-align: center;
  489. background: #f1f5f9;
  490. }
  491. .use_rule .title1 .arrow {
  492. position: absolute;
  493. top: 28rpx;
  494. right: 30rpx;
  495. width: 15rpx;
  496. height: 15rpx;
  497. border-top: 4rpx solid #b8c6d9;
  498. border-right: 4rpx solid #b8c6d9;
  499. transform: rotate(135deg);
  500. }
  501. .use_rule .info {
  502. width: 100%;
  503. background: #f1f5f9;
  504. border-top: 1rpx solid #dae2ec;
  505. font-size: 24rpx;
  506. line-height: 40rpx;
  507. color: #7f93ae;
  508. padding: 32rpx 14rpx 50rpx;
  509. box-sizing: border-box;
  510. }
  511. .use_rule .seTitle {
  512. font-weight: bold;
  513. font-size: 36rpx;
  514. color: #7f93ae;
  515. margin-bottom: 15rpx;
  516. }
  517. .use_rule .friend {
  518. color: #3d88ec;
  519. }
  520. .use_rule .mt {
  521. margin-top: 50rpx;
  522. }
  523. .use_custom__all {
  524. width: 100%;
  525. height: .8rem;
  526. line-height: .8rem;
  527. padding: 0 30rpx;
  528. box-sizing: border-box;
  529. }
  530. .use_custom__left {
  531. float: left;
  532. font-size: 28rpx;
  533. color: #b8c6d9;
  534. line-height: 50rpx;
  535. }
  536. .use_custom__left image {
  537. display: inline-block;
  538. width: 50rpx;
  539. height: 50rpx;
  540. border-radius: 50%;
  541. margin-right: 30rpx;
  542. vertical-align: middle;
  543. }
  544. .use_custom__right {
  545. float: right;
  546. font-size: 28rpx;
  547. color: #b8c6d9;
  548. line-height: 50rpx;
  549. }
  550. .use_custom__right .date {
  551. color: #fb5252;
  552. margin-left: 10rpx;
  553. }