print.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. .head-l-svg {
  2. display: inline-block;
  3. width: 25px;
  4. height: 25px;
  5. background: url("../img/svg/head-l.svg");
  6. margin-top: 10px;
  7. }
  8. .head-r-svg {
  9. display: inline-block;
  10. width: 25px;
  11. height: 25px;
  12. background: url("../img/svg/head-r.svg");
  13. margin-top: 10px;
  14. }
  15. .head-length {
  16. font-style: normal;
  17. font-size: 0.1rem;
  18. position: absolute;
  19. top: 5px;
  20. right: -6px;
  21. background: #f23030;
  22. color: #fff;
  23. line-height: initial;
  24. padding: 0px 4px;
  25. border-radius: 50px;
  26. }
  27. .swiper-slide img {
  28. width: 100%;
  29. }
  30. .swiper-pagination-bullet-active {
  31. opacity: 1;
  32. }
  33. .index-class {
  34. padding: 1.5rem 0.625rem;
  35. }
  36. .index-class .weui-flex__item {
  37. text-align: center;
  38. }
  39. .index-class .index-class-img {
  40. }
  41. .index-class .index-class-text {
  42. margin: 0;
  43. line-height: 2.5rem;
  44. color: #444;
  45. }
  46. .index-news {
  47. padding: 0.4rem 0.625rem;
  48. }
  49. .index-news .news-cont {
  50. position: relative;
  51. padding: 0 0.625rem;
  52. height: 30px;
  53. line-height: 30px;
  54. border-radius: 4px;
  55. overflow: hidden;
  56. }
  57. .index-news .news-cont strong {
  58. position: absolute;
  59. top: 0;
  60. left: 0.625rem;
  61. }
  62. .index-news .news-cont strong em {
  63. font-style: normal;
  64. font-size: 0.8rem;
  65. color: #fff;
  66. padding: 1px 2px 0;
  67. margin-left: 2px;
  68. border-radius: 2px;
  69. }
  70. .index-news .infoBox {
  71. display: inline-block;
  72. }
  73. .index-news .news-cont ul {
  74. list-style-type: none;
  75. margin: 0;
  76. }
  77. .index-news .news-cont ul li {
  78. line-height: 30px;
  79. }
  80. .index-news .news-cont ul li span {
  81. padding-left: 72px;
  82. word-break: break-all;
  83. white-space: nowrap;
  84. overflow: hidden;
  85. }
  86. .index-news .news-cont ul li span i {
  87. font-style: normal;
  88. font-size: 0.8rem;
  89. border: 1px solid #fe7900;
  90. color: #fe7900;
  91. border-radius: 2px;
  92. padding: 0 1px;
  93. margin-right: 5px;
  94. }
  95. .index-news .news-cont .news-more {
  96. position: absolute;
  97. top: 0;
  98. right: 0;
  99. display: inline-block;
  100. background: #fff;
  101. padding: 0 0.625rem;
  102. border-left: 1px solid #f2f2f2;
  103. }
  104. .index-seckill {
  105. }
  106. .index-seckill .seckill-hd {
  107. position: relative;
  108. height: 30px;
  109. padding: 0 0.625rem;
  110. margin-bottom: 0.5rem;
  111. }
  112. span.seckill-hd-title.theme-color {
  113. font-weight: bold;
  114. font-size: 1.25rem;
  115. }
  116. .index-seckill .seckill-hd strong {
  117. line-height: 30px;
  118. font-size: 0.8rem;
  119. }
  120. .index-seckill .seckill-hd #time {
  121. position: absolute;
  122. top: 0;
  123. left: 42%;
  124. line-height: 30px;
  125. }
  126. .seckill-hd #time span {
  127. padding: 0 3px;
  128. border: 1px solid #dedede;
  129. border-radius: 4px;
  130. font-size: 0.8rem;
  131. }
  132. .index-seckill .seckill-hd-r {
  133. position: absolute;
  134. right: 0.625rem;
  135. top: 0;
  136. line-height: 30px;
  137. font-size: 0.8rem;
  138. }
  139. .index-seckill .seckill-bd {
  140. width: 100%;
  141. overflow: hidden;
  142. }
  143. .index-seckill .seckill-bd .seckill-wares {
  144. }
  145. .index-seckill .seckill-bd .seckill-wares .seckill-ware {
  146. text-align: center;
  147. padding: 0.625rem;
  148. }
  149. .seckill-ware img {
  150. width: 100%;
  151. }
  152. .seckill-ware p {
  153. margin: 5px 0 0;
  154. font-size: 0.8rem;
  155. font-weight: bold;
  156. }
  157. .seckill-ware p strong {
  158. font-size: 1.25rem;
  159. }
  160. .seckill-ware del {
  161. font-size: 0.8rem;
  162. color: #999;
  163. }
  164. .index-show {
  165. width: 100%;
  166. }
  167. .index-show img {
  168. width: 100%;
  169. }
  170. .index-show .col-sm-12, .index-show .col-sm-4, .index-show .col-sm-6, .index-show .col-xs-12, .index-show .col-xs-4, .index-show .col-xs-6 {
  171. padding: 0;
  172. }
  173. ul, ol, li {
  174. list-style-type: none;
  175. }
  176. .index-wares {
  177. width: 100%;
  178. }
  179. .index-wares .wares-title {
  180. line-height: 3rem;
  181. text-align: center;
  182. font-size: 1.3rem;
  183. margin-top: 0.625rem;
  184. }
  185. .index-wares .wares-title img {
  186. width: 100%;
  187. }
  188. .index-wares .wares-cont {
  189. margin: 0;
  190. padding: 0;
  191. background: #fff;
  192. }
  193. .index-wares .wares-cont .ware-box {
  194. width: 49.6%;
  195. float: left;
  196. padding-bottom: 5px;
  197. border-bottom: 1px solid #f4f4f4;
  198. }
  199. .index-wares .wares-cont .ware-box:nth-child(2n+1) {
  200. border-right: 1px solid #f4f4f4;
  201. }
  202. .index-wares .wares-cont .ware-box .ware-img {
  203. position: relative;
  204. padding: 20px;
  205. }
  206. .index-wares .wares-cont .ware-box .ware-img img {
  207. width: 100%;
  208. }
  209. .index-wares .wares-cont .ware-box .ware-img .ware-vip {
  210. position: absolute;
  211. background: #ff6585;
  212. color: #fff;
  213. padding: 1px 7px;
  214. font-size: 0.8rem;
  215. bottom: 0;
  216. left: 0;
  217. }
  218. .index-wares .wares-cont .ware-box .ware-title {
  219. font-size: 1.2rem;
  220. line-height: 25px;
  221. margin: 0;
  222. word-break: break-all;
  223. white-space: nowrap;
  224. overflow: hidden;
  225. text-overflow: ellipsis;
  226. }
  227. .index-wares .wares-cont .ware-box .ware-des {
  228. margin: 0;
  229. line-height: 20px;
  230. font-size: 1rem;
  231. color: #bbbbbb;
  232. word-break: break-all;
  233. white-space: nowrap;
  234. overflow: hidden;
  235. text-overflow: ellipsis;
  236. }
  237. .index-wares .wares-cont .ware-box .ware-prince {
  238. font-size: 1.1rem;
  239. }
  240. .index-navs .weui-btn {
  241. border-radius: 2.5rem;
  242. height: 5rem;
  243. line-height: 5rem;
  244. color: #5A5A5A;
  245. border: 1px solid #5A5A5A;
  246. }
  247. .weui-list .weui-btn img {
  248. margin-right: .5rem;
  249. }
  250. .weui-count input::-webkit-outer-spin-button,
  251. .weui-count input::-webkit-inner-spin-button {
  252. -webkit-appearance: none;
  253. }
  254. .weui-count input[type="number"] {
  255. -moz-appearance: textfield;
  256. }
  257. .print-item {
  258. float: left;
  259. margin-top: 1rem;
  260. margin-bottom: 1rem;
  261. width: 47%;
  262. margin-left: 2%;
  263. border: 1px solid #956bff;
  264. border-radius: .5rem;
  265. position: relative;
  266. background: #f8f8f8;
  267. }
  268. .photo-print .print-item {
  269. width: 90%;
  270. margin: 1rem auto;
  271. float: initial;
  272. }
  273. .print-item .actions {
  274. width: 100%;
  275. height: 3rem;
  276. line-height: 3rem;
  277. position: absolute;
  278. top: 0;
  279. }
  280. .print-item .actions .op {
  281. margin: 0 1rem;
  282. }
  283. .print-item .actions span {
  284. background-color: #ccc;
  285. color: #fff;
  286. border-radius: .5rem;
  287. padding: 0rem .5rem;
  288. display: inline-block;
  289. height: 2rem;
  290. line-height: 2rem;
  291. margin-top: .5rem;
  292. }
  293. .photo-print .print-item .actions {
  294. width: auto;
  295. height: auto;
  296. line-height: 3rem;
  297. position: absolute;
  298. right: 1rem;
  299. top: 1rem;
  300. min-width: 40%;
  301. z-index: 9;
  302. }
  303. .photo-print .print-item .actions .edit span {
  304. background: none;
  305. border: none;
  306. border-radius: 0;
  307. color: #666;
  308. }
  309. .photo-print .print-item .actions .del {
  310. background: none;
  311. border: none;
  312. border-radius: 0;
  313. color: #666;
  314. position: absolute;
  315. top: 0rem;
  316. right: 0rem;
  317. }
  318. .photo-print .print-item .actions span img {
  319. margin-right: 4px;
  320. }
  321. .print-item .actions .color {
  322. margin-left: .5rem;
  323. }
  324. .print-item .actions .color.active {
  325. background-color: #956bff;
  326. color: #fff;
  327. }
  328. .print-item .actions .del {
  329. margin-left: .5rem;
  330. /*float: right;*/
  331. }
  332. .print-item .pic-box {
  333. /*height: 240px;*/
  334. /*line-height: 240px;*/
  335. height: 169px;
  336. margin-top: 3rem;
  337. border-top: 1px solid #ccc;
  338. border-bottom: 1px solid #ccc;
  339. }
  340. .photo-print .print-item .pic-box {
  341. height: 169px;
  342. border: none;
  343. margin: 1rem;
  344. }
  345. .photo-print .print-item .pic-box img {
  346. position: relative;
  347. width: 100%;
  348. height: 100%;
  349. }
  350. .print-item .pic-box .pic {
  351. height: 100%;
  352. overflow: hidden;
  353. position: relative;
  354. }
  355. .print-item .pic-box img {
  356. /*text-align: center;
  357. vertical-align: middle;
  358. max-height: 80%;
  359. margin: 10%;
  360. max-width: 80%;*/
  361. position: absolute;
  362. top: 0;
  363. left: 0;
  364. text-align: center;
  365. vertical-align: middle;
  366. width: 100%;
  367. margin: 0;
  368. height: 100%;
  369. }
  370. .print-item .count {
  371. height: 3rem;
  372. line-height: 3rem;
  373. margin: 0 1rem;
  374. text-align: center;
  375. }
  376. .photo-print .print-item .count {
  377. height: 3rem;
  378. line-height: 3rem;
  379. margin: 0 1rem;
  380. text-align: center;
  381. position: absolute;
  382. bottom: 1rem;
  383. right: 10px;
  384. min-width: 40%;
  385. }
  386. .print-item .count input {
  387. min-width: 5rem;
  388. }
  389. .pic-preview {
  390. position: absolute;
  391. top: 0;
  392. right: 0;
  393. bottom: 0;
  394. left: 0;
  395. margin: auto;
  396. width: 119px;
  397. height: 169px;
  398. background-color: #fff;
  399. text-align: center;
  400. }
  401. .photo-print .pic-preview {
  402. position: relative;
  403. float: left;
  404. }
  405. /*.pic-preview img {
  406. margin: 10%;
  407. width: auto;
  408. }*/
  409. .weui-count .weui-count__btn:after {
  410. margin-left: 0px;
  411. }
  412. .weui-actions {
  413. position: fixed;
  414. bottom: 1rem;
  415. width: 100%;
  416. margin: 1rem 0;
  417. }
  418. .weui-actions .weui-btn-area {
  419. margin: 0;
  420. }
  421. .weui-actions .weui-btn {
  422. float: left;
  423. width: 47%;
  424. margin-left: 2%;
  425. padding: 0;
  426. margin-top: 0;
  427. }
  428. .weui-actions .weui-btn input {
  429. position: absolute;
  430. width: 100%;
  431. height: 100%;
  432. opacity: 0;
  433. left: 0;
  434. z-index: 2;
  435. }
  436. .weui-btn_pink {
  437. background-color: #956bff;
  438. color: #fff;
  439. }
  440. .empty {
  441. width: 100%;
  442. text-align: center;
  443. margin-top: 4rem;
  444. }
  445. .weui-popup__container .weui-popup__modal {
  446. background-color: #ccc;
  447. }
  448. .weui-popup__container .crop-img {
  449. height: 60%;
  450. /*height: 60%;*/
  451. vertical-align: middle;
  452. width: 100%;
  453. margin-top: 20%;
  454. min-height: 360px;
  455. /*overflow-x: hidden;*/
  456. /*max-width: 100%;*/
  457. /*background-color: red;*/
  458. align-items: center;
  459. }
  460. .photo-print .weui-popup__container .crop-img {
  461. height: calc(100% - 130px);
  462. margin-top: 0;
  463. position: relative;
  464. top: 64px;
  465. }
  466. .crop-edit {
  467. position: absolute;
  468. width: 100%;
  469. text-align: center;
  470. margin-top: 5%;
  471. }
  472. .crop-edit a {
  473. width: 47%;
  474. float: left;
  475. margin-left: 2%;
  476. margin-top: 0 !important;
  477. }
  478. .photo-print .crop-edit {
  479. margin-top: 0;
  480. padding: 10px 0;
  481. background: #956bff;
  482. }
  483. .photo-print .crop-edit a {
  484. width: 22.5%;
  485. float: left;
  486. margin-left: 2%;
  487. margin-top: 0 !important;
  488. padding: 0;
  489. background: none;
  490. border: none;
  491. color: #fff;
  492. }
  493. .photo-print .crop-edit img {
  494. width: 24px;
  495. height: 24px;
  496. display: block;
  497. margin: 0 auto;
  498. }
  499. .photo-print .crop-edit span {
  500. /*color: #666;*/
  501. }
  502. .weui-popup__container .crop-img img, .weui-popup__container .crop-preview img {
  503. height: 100%;
  504. width: 100%;
  505. position: absolute;
  506. top: 0;
  507. left: 0;
  508. /*display: block !important;*/
  509. /*position: absolute;
  510. top: 0;
  511. left: 0;
  512. z-index: 2;*/
  513. }
  514. .jcrop-holder, .jcrop-holder img {
  515. /*width: 100% !important;*/
  516. height: 100%;
  517. /*max-width: 100%;*/
  518. }
  519. .popup {
  520. overflow: hidden;
  521. }
  522. .crop-actions {
  523. position: fixed;
  524. bottom: 1rem;
  525. width: 96%;
  526. margin: 0px 2%;
  527. }
  528. .photo-print .crop-actions {
  529. bottom: 10px;
  530. margin: 0;
  531. width: 100%;
  532. }
  533. .photo-print .crop-actions a {
  534. width: 47%;
  535. float: left;
  536. padding: 0;
  537. margin: 0;
  538. margin-left: 2%;
  539. }
  540. .photo-print .crop-preview .preview-box {
  541. padding: 10px;
  542. height: 80%;
  543. }
  544. #cropImgPreview {
  545. height: 453px;
  546. width: 100%;
  547. position: relative;
  548. }
  549. .photo-print .preview-action a{
  550. width: 96%;
  551. }
  552. .photo-print .crop-actions a.weui-btn_pink {
  553. color: #fff;
  554. }
  555. .preview {
  556. width: 100%;
  557. height: 100%;
  558. margin: 0 auto;
  559. position: relative;
  560. }
  561. .weui-btn img {
  562. margin-right: .5rem;
  563. }
  564. /* 拼团列表 */
  565. .weui-list .weui-panel {
  566. margin: 1rem 1rem 0;
  567. border: 1px solid #ccc;
  568. }
  569. .weui-list .weui-media-box__hd img {
  570. border-radius: 50%;
  571. width: 64px;
  572. height: 64px;
  573. }
  574. .weui-list .weui-media-box_appmsg .weui-media-box__hd {
  575. width: 120px;
  576. height: auto;
  577. line-height: initial;
  578. }
  579. .weui-list .weui-media-box_appmsg {
  580. align-items: initial;
  581. }
  582. .weui-list .weui-media-box__img {
  583. margin-bottom: 1rem;
  584. }
  585. .weui-list .weui-media-box__bd {
  586. position: relative;
  587. }
  588. .weui-list .weui-media-box__bd .lt {
  589. float: left;
  590. }
  591. .weui-list .weui-media-box__bd .rt {
  592. float: right;
  593. text-align: center;
  594. margin-right: 8px;
  595. min-width: 8rem;
  596. }
  597. .weui-list .weui-media-box__bd .text-item {
  598. margin-bottom: 1rem;
  599. }
  600. .weui-list .weui-media-box__bd .time span {
  601. margin: 0 .5rem;
  602. }
  603. .weui-list .weui-media-box__bd .op {
  604. position: absolute;
  605. bottom: 8px;
  606. right: 0;
  607. }
  608. .weui-list .weui-media-box__bd .op a {
  609. border: 1px solid #333;
  610. padding: .5rem 2rem;
  611. text-align: center;
  612. border-radius: 2rem;
  613. }
  614. /* end */
  615. /* 文件 */
  616. .file-box {
  617. width: 92%;
  618. margin: 1rem 4%;
  619. padding: 2%;
  620. }
  621. .file-box .pic-box {
  622. min-height: 5rem;
  623. height: auto;
  624. line-height: initial;
  625. }
  626. .file-item .name {
  627. width: calc(100% - 5rem);
  628. display: inline-block;
  629. }
  630. .file-item .name span {
  631. white-space: nowrap;
  632. text-overflow: ellipsis;
  633. overflow: hidden;
  634. display: inline-block;
  635. width: calc(100% - 30px);
  636. vertical-align: middle;
  637. margin-left: 6px;
  638. }
  639. .file-item .title {
  640. position: relative;
  641. height: 2.5rem;
  642. line-height: 2.5rem;
  643. margin-bottom: .25rem;
  644. }
  645. .file-item .page {
  646. display: inline-block;
  647. width: 4.5rem;
  648. text-align: right;
  649. }
  650. .file-box .item {
  651. height: 3rem;
  652. /*line-height: 3rem;*/
  653. }
  654. .file-box .item .item-name {
  655. display: inline-block;
  656. width: 6rem;
  657. }
  658. .file-box .item .item-box {
  659. display: inline-block;
  660. width: calc(100% - 6.5rem);
  661. text-align: right;
  662. }
  663. .content {
  664. height: 100%;
  665. width: 100%;
  666. overflow-x: hidden;
  667. }
  668. .file-box .item .item-box button {
  669. width: 4rem;
  670. background: #fff;
  671. border: 1px solid #ccc;
  672. padding: .25rem;
  673. border-radius: .25rem;
  674. }
  675. .file-box .item .item-box button.active {
  676. background-color: #ccc;
  677. }
  678. .file-box .item .item-box input[type=number] {
  679. width: 3rem;
  680. text-align: center;
  681. border-radius: .25rem;
  682. border: 1px solid #ccc;
  683. }
  684. .block {
  685. width: 100%;
  686. margin: 4rem auto;
  687. padding: 2%;
  688. float: left;
  689. }
  690. .weui-dialog__bd .scan {
  691. margin-bottom: 2rem;
  692. }
  693. .weui-dialog__bd .tips input {
  694. padding: .5rem 1rem .5rem .5rem;
  695. border-radius: .25rem;
  696. border: 1px solid #ccc;
  697. min-width: 12rem;
  698. -webkit-appearance: none;
  699. -webkit-tap-highlight-color: transparent;
  700. margin-left: .25rem;
  701. }
  702. .weui-print {
  703. overflow: hidden;
  704. }
  705. .print-papers {
  706. width: 100%;
  707. height: 220px;
  708. }
  709. .print-papers .weui-cells__title {
  710. height: 4rem;
  711. line-height: 4rem;
  712. font-size: 1.5rem;
  713. }
  714. .pic-papers:first-child {
  715. padding-top: 15px;
  716. }
  717. .pic-papers .pic {
  718. margin: 0 1rem;
  719. position: relative;
  720. }
  721. .pic-papers .preview {
  722. width: 243px;
  723. height: 153px;
  724. /*float: left;*/
  725. /*border: 1px solid #956bff;*/
  726. }
  727. .weui-actions {
  728. bottom: 0;
  729. margin: 0.5rem 0;
  730. z-index: 9;
  731. }
  732. .papers-actions a.weui-btn {
  733. width: 96%;
  734. margin-left: 2%;
  735. }
  736. .weui-actions a.weui-btn_pink {
  737. color: #fff;
  738. }
  739. .pic-papers .preview img {
  740. width: 100%;
  741. height: 100%;
  742. }
  743. .pic-papers .preview .icon-box {
  744. position: absolute;
  745. top: 0;
  746. left: 0;
  747. bottom: 0;
  748. right: 0;
  749. z-index: 2;
  750. text-align: center;
  751. margin: 0 auto;
  752. }
  753. .pic-papers .preview .icon-box em {
  754. font-style: normal;
  755. color: #666;
  756. }
  757. .pic-papers .preview .icon {
  758. width: 60px;
  759. height: 60px;
  760. background: #fff;
  761. border-radius: 100%;
  762. margin: 0 auto;
  763. display: block;
  764. margin-top: 16%;
  765. }
  766. .pic-papers .preview input {
  767. position: absolute;
  768. width: 100%;
  769. height: 100%;
  770. top: 0;
  771. left: 0;
  772. opacity: 0;
  773. z-index: 3;
  774. }
  775. .pic-papers .op {
  776. /*float: right;*/
  777. position: absolute;
  778. right: 10px;
  779. top: 35%;
  780. }
  781. .pic-papers .op img {
  782. height: 30px;
  783. width: 30px;
  784. margin: 0;
  785. }
  786. .pic-papers .op input {
  787. border: none;
  788. -moz-appearance: none;
  789. opacity: 0;
  790. position: absolute;
  791. width: 100%;
  792. height: 100%;
  793. z-index: 2;
  794. }
  795. .crop-preview {
  796. background: #fff;
  797. overflow-y: hidden;
  798. }
  799. /*..crop-preview .crop-preview {
  800. margin: 0;
  801. height: 100%;
  802. position: absolute;
  803. top: 0;
  804. }*/
  805. .crop-preview .preview-box {
  806. position: absolute;
  807. top: 10%;
  808. width: 320px;
  809. height: 453px;
  810. /*top: 0;*/
  811. right: 0;
  812. /*bottom: 0;*/
  813. left: 0;
  814. margin: auto;
  815. line-height: 453px;
  816. background-color: #fff;
  817. }
  818. .preview-box .preview {
  819. margin-top: 49px;
  820. text-align: center;
  821. }
  822. .crop-preview .preview-pic {
  823. /*width: 243px;
  824. height: 153px;
  825. line-height: 153px;*/
  826. width: 135px;
  827. height: 81.85px;
  828. line-height: 81.85px;
  829. text-align: center;
  830. border: 1px solid #ccc;
  831. margin: 0 auto;
  832. }
  833. .crop-preview .preview-pic .img, .crop-preview .preview-pic .img {
  834. width: 100% !important;
  835. height: 100% !important;
  836. text-align: center;
  837. vertical-align: top;
  838. }
  839. .paper-count {
  840. text-align: left;
  841. height: 3rem;
  842. line-height: 3rem;
  843. margin: 2rem 1rem;
  844. }
  845. .paper-count span {
  846. vertical-align: middle;
  847. margin-right: .5rem;
  848. }
  849. .paper-count .count-label {
  850. font-size: 1.5rem;
  851. margin-right: .5rem;
  852. vertical-align: middle;
  853. }
  854. .paper-count .weui-check__label {
  855. display: inline-block;
  856. border: none;
  857. }
  858. .paper-count input {
  859. min-width: 5rem;
  860. }
  861. .paper-count .color-label {
  862. }
  863. .paper-count .color-label a {
  864. /*min-width: 3rem;*/
  865. /*height: 2.5rem;*/
  866. /*line-height: 2.5rem;*/
  867. display: inline-block;
  868. }
  869. .paper-count .color-label a.weui-btn_pink {
  870. color: #fff;
  871. }
  872. .paper-count .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  873. color: #956bff;
  874. }
  875. #previewBox {
  876. width: 100%;
  877. height: 100%;
  878. position: fixed;
  879. top: 0;
  880. z-index: 99;
  881. display: none;
  882. }
  883. #preview {
  884. height: 100%;
  885. /*height: 100%;*/
  886. width: 100%;
  887. background-color: #ccc;
  888. }
  889. .crop-preview, .preview-box {
  890. height: 100%;
  891. width: 100%;
  892. }
  893. .preview-box .preview-img {
  894. /*max-width: 80%;
  895. max-height: 80%;
  896. margin: 10%;*/
  897. width: 100%;
  898. height: 100%;
  899. }
  900. .crop-preview .preview {
  901. height: auto;
  902. margin-top: 96.4px;
  903. /*margin-top: 49px;*/
  904. text-align: center;
  905. }
  906. .crop-preview .preview.yes .preview-pic {
  907. border-color: transparent;
  908. border: none;
  909. }
  910. .gray {
  911. -moz-filter: grayscale(100%);
  912. -ms-filter: grayscale(100%);
  913. -o-filter: grayscale(100%);
  914. filter: grayscale(100%);
  915. filter: gray;
  916. }