print.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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. min-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. max-width: 96%;
  818. }
  819. .preview-box .preview {
  820. margin-top: 49px;
  821. text-align: center;
  822. }
  823. .crop-preview .preview-pic {
  824. /*width: 243px;
  825. height: 153px;
  826. line-height: 153px;*/
  827. width: 135px;
  828. height: 81.85px;
  829. line-height: 81.85px;
  830. text-align: center;
  831. border: 1px solid #ccc;
  832. margin: 0 auto;
  833. }
  834. .crop-preview .preview-pic .img, .crop-preview .preview-pic .img {
  835. width: 100% !important;
  836. height: 100% !important;
  837. text-align: center;
  838. vertical-align: top;
  839. }
  840. .paper-count {
  841. text-align: left;
  842. height: 3rem;
  843. line-height: 3rem;
  844. margin: 2rem 1rem;
  845. }
  846. .paper-count span {
  847. vertical-align: middle;
  848. margin-right: .5rem;
  849. }
  850. .paper-count .count-label {
  851. font-size: 1.5rem;
  852. margin-right: .5rem;
  853. vertical-align: middle;
  854. }
  855. .paper-count .weui-check__label {
  856. display: inline-block;
  857. border: none;
  858. }
  859. .paper-count input {
  860. min-width: 5rem;
  861. }
  862. .paper-count .color-label {
  863. }
  864. .paper-count .color-label a {
  865. /*min-width: 3rem;*/
  866. /*height: 2.5rem;*/
  867. /*line-height: 2.5rem;*/
  868. display: inline-block;
  869. }
  870. .paper-count .color-label a.weui-btn_pink {
  871. color: #fff;
  872. }
  873. .paper-count .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  874. color: #956bff;
  875. }
  876. #previewBox {
  877. width: 100%;
  878. height: 100%;
  879. position: fixed;
  880. top: 0;
  881. z-index: 99;
  882. display: none;
  883. }
  884. #preview {
  885. height: 100%;
  886. /*height: 100%;*/
  887. width: 100%;
  888. background-color: #ccc;
  889. }
  890. .crop-preview, .preview-box {
  891. height: 100%;
  892. width: 100%;
  893. }
  894. .preview-box .preview-img {
  895. /*max-width: 80%;
  896. max-height: 80%;
  897. margin: 10%;*/
  898. width: 100%;
  899. height: 100%;
  900. }
  901. .crop-preview .preview {
  902. height: auto;
  903. margin-top: 96.4px;
  904. /*margin-top: 49px;*/
  905. text-align: center;
  906. }
  907. .crop-preview .preview.yes .preview-pic {
  908. border-color: transparent;
  909. border: none;
  910. }
  911. .gray {
  912. -moz-filter: grayscale(100%);
  913. -ms-filter: grayscale(100%);
  914. -o-filter: grayscale(100%);
  915. filter: grayscale(100%);
  916. filter: gray;
  917. }