print.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  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. overflow: hidden;
  466. }
  467. .crop-edit {
  468. position: absolute;
  469. width: 100%;
  470. text-align: center;
  471. margin-top: 5%;
  472. }
  473. .crop-edit a {
  474. width: 47%;
  475. float: left;
  476. margin-left: 2%;
  477. margin-top: 0 !important;
  478. }
  479. .photo-print .crop-edit {
  480. margin-top: 0;
  481. padding: 10px 0;
  482. background: #956bff;
  483. }
  484. .photo-print .crop-edit a {
  485. width: 22.5%;
  486. float: left;
  487. margin-left: 2%;
  488. margin-top: 0 !important;
  489. padding: 0;
  490. background: none;
  491. border: none;
  492. color: #fff;
  493. }
  494. .photo-print .crop-edit img {
  495. width: 24px;
  496. height: 24px;
  497. display: block;
  498. margin: 0 auto;
  499. }
  500. .photo-print .crop-edit span {
  501. /*color: #666;*/
  502. }
  503. .weui-popup__container .crop-img img, .weui-popup__container .crop-preview img {
  504. height: 100%;
  505. width: 100%;
  506. position: absolute;
  507. top: 0;
  508. left: 0;
  509. /*display: block !important;*/
  510. /*position: absolute;
  511. top: 0;
  512. left: 0;
  513. z-index: 2;*/
  514. }
  515. .jcrop-holder, .jcrop-holder img {
  516. /*width: 100% !important;*/
  517. height: 100%;
  518. /*max-width: 100%;*/
  519. }
  520. .popup {
  521. overflow: hidden;
  522. }
  523. .crop-actions {
  524. position: fixed;
  525. bottom: 1rem;
  526. width: 96%;
  527. margin: 0px 2%;
  528. }
  529. .photo-print .crop-actions {
  530. bottom: 10px;
  531. margin: 0;
  532. width: 100%;
  533. }
  534. .photo-print .crop-actions a {
  535. width: 47%;
  536. float: left;
  537. padding: 0;
  538. margin: 0;
  539. margin-left: 2%;
  540. }
  541. .photo-print .crop-preview .preview-box {
  542. padding: 10px;
  543. height: 80%;
  544. }
  545. #cropImgPreview {
  546. /*height: 453px;*/
  547. width: 100%;
  548. position: relative;
  549. }
  550. .photo-print .preview-action a{
  551. width: 96%;
  552. }
  553. .photo-print .crop-actions a.weui-btn_pink {
  554. color: #fff;
  555. }
  556. .preview {
  557. width: 100%;
  558. height: 100%;
  559. margin: 0 auto;
  560. position: relative;
  561. }
  562. .weui-btn img {
  563. margin-right: .5rem;
  564. }
  565. /* 拼团列表 */
  566. .weui-list .weui-panel {
  567. margin: 1rem 1rem 0;
  568. border: 1px solid #ccc;
  569. }
  570. .weui-list .weui-media-box__hd img {
  571. border-radius: 50%;
  572. width: 64px;
  573. height: 64px;
  574. }
  575. .weui-list .weui-media-box_appmsg .weui-media-box__hd {
  576. width: 120px;
  577. height: auto;
  578. line-height: initial;
  579. }
  580. .weui-list .weui-media-box_appmsg {
  581. align-items: initial;
  582. }
  583. .weui-list .weui-media-box__img {
  584. margin-bottom: 1rem;
  585. }
  586. .weui-list .weui-media-box__bd {
  587. position: relative;
  588. min-height: 120px;
  589. }
  590. .weui-list .weui-media-box__bd .lt {
  591. float: left;
  592. }
  593. .weui-list .weui-media-box__bd .rt {
  594. float: right;
  595. text-align: center;
  596. margin-right: 8px;
  597. min-width: 8rem;
  598. }
  599. .weui-list .weui-media-box__bd .text-item {
  600. margin-bottom: 1rem;
  601. }
  602. .weui-list .weui-media-box__bd .time span {
  603. margin: 0 .5rem;
  604. }
  605. .weui-list .weui-media-box__bd .op {
  606. position: absolute;
  607. bottom: 8px;
  608. right: 0;
  609. }
  610. .weui-list .weui-media-box__bd .op a {
  611. border: 1px solid #333;
  612. padding: .5rem 2rem;
  613. text-align: center;
  614. border-radius: 2rem;
  615. }
  616. /* end */
  617. /* 文件 */
  618. .file-box {
  619. width: 92%;
  620. margin: 1rem 4%;
  621. padding: 2%;
  622. }
  623. .file-box .pic-box {
  624. min-height: 5rem;
  625. height: auto;
  626. line-height: initial;
  627. }
  628. .file-item .name {
  629. width: calc(100% - 5rem);
  630. display: inline-block;
  631. }
  632. .file-item .name span {
  633. white-space: nowrap;
  634. text-overflow: ellipsis;
  635. overflow: hidden;
  636. display: inline-block;
  637. width: calc(100% - 30px);
  638. vertical-align: middle;
  639. margin-left: 6px;
  640. }
  641. .file-item .title {
  642. position: relative;
  643. height: 2.5rem;
  644. line-height: 2.5rem;
  645. margin-bottom: .25rem;
  646. }
  647. .file-item .page {
  648. display: inline-block;
  649. width: 4.5rem;
  650. text-align: right;
  651. }
  652. .file-box .item {
  653. height: 3rem;
  654. /*line-height: 3rem;*/
  655. }
  656. .file-box .item .item-name {
  657. display: inline-block;
  658. width: 6rem;
  659. }
  660. .file-box .item .item-box {
  661. display: inline-block;
  662. width: calc(100% - 6.5rem);
  663. text-align: right;
  664. }
  665. .content {
  666. height: 100%;
  667. width: 100%;
  668. overflow-x: hidden;
  669. }
  670. .file-box .item .item-box button {
  671. width: 4rem;
  672. background: #fff;
  673. border: 1px solid #ccc;
  674. padding: .25rem;
  675. border-radius: .25rem;
  676. }
  677. .file-box .item .item-box button.active {
  678. background-color: #ccc;
  679. }
  680. .file-box .item .item-box input[type=number] {
  681. width: 3rem;
  682. text-align: center;
  683. border-radius: .25rem;
  684. border: 1px solid #ccc;
  685. }
  686. .block {
  687. width: 100%;
  688. margin: 4rem auto;
  689. padding: 2%;
  690. float: left;
  691. }
  692. .weui-dialog__bd .scan {
  693. margin-bottom: 2rem;
  694. }
  695. .weui-dialog__bd .tips input {
  696. padding: .5rem 1rem .5rem .5rem;
  697. border-radius: .25rem;
  698. border: 1px solid #ccc;
  699. min-width: 12rem;
  700. -webkit-appearance: none;
  701. -webkit-tap-highlight-color: transparent;
  702. margin-left: .25rem;
  703. }
  704. .weui-print {
  705. overflow: hidden;
  706. }
  707. .print-papers {
  708. width: 100%;
  709. /*height: 220px;*/
  710. margin-bottom: 15px;
  711. }
  712. .print-papers .weui-cells__title {
  713. height: 4rem;
  714. line-height: 4rem;
  715. font-size: 1.5rem;
  716. }
  717. .pic-papers:first-child {
  718. padding-top: 15px;
  719. }
  720. .pic-papers .pic {
  721. margin: 0 1rem;
  722. position: relative;
  723. }
  724. .pic-papers .preview {
  725. width: 243px;
  726. height: 153px;
  727. /*float: left;*/
  728. /*border: 1px solid #956bff;*/
  729. }
  730. .weui-actions {
  731. bottom: 0;
  732. margin: 0.5rem 0;
  733. z-index: 9;
  734. }
  735. .papers-actions a.weui-btn {
  736. width: 96%;
  737. margin-left: 2%;
  738. }
  739. .weui-actions a.weui-btn_pink {
  740. color: #fff;
  741. }
  742. .pic-papers .preview img {
  743. width: 100%;
  744. height: 100%;
  745. }
  746. .pic-papers .preview .icon-box {
  747. position: absolute;
  748. top: 0;
  749. left: 0;
  750. bottom: 0;
  751. right: 0;
  752. z-index: 2;
  753. text-align: center;
  754. margin: 0 auto;
  755. }
  756. .pic-papers .preview .icon-box em {
  757. font-style: normal;
  758. color: #666;
  759. }
  760. .pic-papers .preview .icon {
  761. width: 60px;
  762. height: 60px;
  763. background: #fff;
  764. border-radius: 100%;
  765. margin: 0 auto;
  766. display: block;
  767. margin-top: 16%;
  768. }
  769. .pic-papers .preview input {
  770. position: absolute;
  771. width: 100%;
  772. height: 100%;
  773. top: 0;
  774. left: 0;
  775. opacity: 0;
  776. z-index: 3;
  777. }
  778. .pic-papers .op {
  779. /*float: right;*/
  780. position: absolute;
  781. right: 10px;
  782. top: 35%;
  783. }
  784. .pic-papers .op img {
  785. height: 30px;
  786. width: 30px;
  787. margin: 0;
  788. }
  789. .pic-papers .op input {
  790. border: none;
  791. -moz-appearance: none;
  792. opacity: 0;
  793. position: absolute;
  794. width: 100%;
  795. height: 100%;
  796. z-index: 2;
  797. }
  798. .crop-preview {
  799. background: #fff;
  800. overflow-y: hidden;
  801. }
  802. /*..crop-preview .crop-preview {
  803. margin: 0;
  804. height: 100%;
  805. position: absolute;
  806. top: 0;
  807. }*/
  808. .crop-preview .preview-box {
  809. position: absolute;
  810. top: 10%;
  811. min-width: 320px;
  812. height: 453px;
  813. /*top: 0;*/
  814. right: 0;
  815. /*bottom: 0;*/
  816. left: 0;
  817. margin: auto;
  818. /*line-height: 453px;*/
  819. background-color: #fff;
  820. max-width: 96%;
  821. }
  822. .preview-box .preview {
  823. margin-top: 49px;
  824. text-align: center;
  825. }
  826. .crop-preview .preview-pic {
  827. /*width: 243px;
  828. height: 153px;
  829. line-height: 153px;*/
  830. width: 135px;
  831. height: 81.85px;
  832. line-height: 81.85px;
  833. text-align: center;
  834. border: 1px solid #ccc;
  835. margin: 0 auto;
  836. }
  837. .crop-preview .preview-pic .img, .crop-preview .preview-pic .img {
  838. width: 100% !important;
  839. height: 100% !important;
  840. text-align: center;
  841. vertical-align: top;
  842. }
  843. .paper-count {
  844. text-align: left;
  845. height: 3rem;
  846. line-height: 3rem;
  847. margin: 2rem 1rem;
  848. }
  849. .paper-count span {
  850. vertical-align: middle;
  851. margin-right: .5rem;
  852. }
  853. .paper-count .count-label {
  854. font-size: 1.5rem;
  855. margin-right: .5rem;
  856. vertical-align: middle;
  857. }
  858. .paper-count .weui-check__label {
  859. display: inline-block;
  860. border: none;
  861. }
  862. .paper-count input {
  863. min-width: 5rem;
  864. }
  865. .paper-count .color-label {
  866. }
  867. .paper-count .color-label a {
  868. /*min-width: 3rem;*/
  869. /*height: 2.5rem;*/
  870. /*line-height: 2.5rem;*/
  871. display: inline-block;
  872. }
  873. .paper-count .color-label a.weui-btn_pink {
  874. color: #fff;
  875. }
  876. .paper-count .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  877. color: #956bff;
  878. }
  879. #previewBox {
  880. width: 100%;
  881. height: 100%;
  882. position: fixed;
  883. top: 0;
  884. z-index: 99;
  885. display: none;
  886. }
  887. #preview {
  888. height: 100%;
  889. /*height: 100%;*/
  890. width: 100%;
  891. background-color: #ccc;
  892. }
  893. .crop-preview, .preview-box {
  894. height: 100%;
  895. width: 100%;
  896. }
  897. .preview-box .preview-img {
  898. /*max-width: 80%;
  899. max-height: 80%;
  900. margin: 10%;*/
  901. width: 100%;
  902. height: 100%;
  903. }
  904. .crop-preview .preview {
  905. height: auto;
  906. margin-top: 96.4px;
  907. /*margin-top: 49px;*/
  908. text-align: center;
  909. }
  910. .crop-preview .preview.yes .preview-pic {
  911. border-color: transparent;
  912. border: none;
  913. }
  914. .gray {
  915. -moz-filter: grayscale(100%);
  916. -ms-filter: grayscale(100%);
  917. -o-filter: grayscale(100%);
  918. filter: grayscale(100%);
  919. filter: gray;
  920. }