永城市12345 (县级市)- 来源于虞城县12345 - 所有县级统一API

layer.css 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. .layui-layer-imgbar,
  2. .layui-layer-imgtit a,
  3. .layui-layer-tab .layui-layer-title span,
  4. .layui-layer-title {
  5. text-overflow: ellipsis;
  6. white-space: nowrap
  7. }
  8. *html {
  9. background-image: url(about:blank);
  10. background-attachment: fixed
  11. }
  12. html #layuicss-skinlayercss {
  13. display: none;
  14. position: absolute;
  15. width: 1989px
  16. }
  17. .layui-layer,
  18. .layui-layer-shade {
  19. position: fixed;
  20. _position: absolute;
  21. pointer-events: auto
  22. }
  23. .layui-layer-shade {
  24. top: 0;
  25. left: 0;
  26. width: 100%;
  27. height: 100%;
  28. _height: expression(document.body.offsetHeight+"px")
  29. }
  30. .layui-layer {
  31. -webkit-overflow-scrolling: touch;
  32. top: 150px;
  33. left: 0;
  34. margin: 0;
  35. padding: 0;
  36. background-color: #fff;
  37. -webkit-background-clip: content;
  38. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
  39. }
  40. .layui-layer-close {
  41. position: absolute
  42. }
  43. .layui-layer-content {
  44. position: relative
  45. }
  46. .layui-layer-border {
  47. border: 1px solid #B2B2B2;
  48. border: 1px solid rgba(0, 0, 0, .1);
  49. box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
  50. }
  51. .layui-layer-load {
  52. background: url(loading-1.gif) center center no-repeat #eee
  53. }
  54. .layui-layer-ico {
  55. background: url(icon.png) no-repeat
  56. }
  57. .layui-layer-btn a,
  58. .layui-layer-dialog .layui-layer-ico,
  59. .layui-layer-setwin a {
  60. display: inline-block;
  61. *display: inline;
  62. *zoom: 1;
  63. vertical-align: top
  64. }
  65. .layui-layer-move {
  66. display: none;
  67. position: fixed;
  68. *position: absolute;
  69. left: 0;
  70. top: 0;
  71. width: 100%;
  72. height: 100%;
  73. cursor: move;
  74. opacity: 0;
  75. filter: alpha(opacity=0);
  76. background-color: #fff;
  77. z-index: 2147483647
  78. }
  79. .layui-layer-resize {
  80. position: absolute;
  81. width: 15px;
  82. height: 15px;
  83. right: 0;
  84. bottom: 0;
  85. cursor: se-resize
  86. }
  87. .layui-layer {
  88. border-radius: 2px;
  89. -webkit-animation-fill-mode: both;
  90. animation-fill-mode: both;
  91. -webkit-animation-duration: .3s;
  92. animation-duration: .3s
  93. }
  94. @-webkit-keyframes layer-bounceIn {
  95. 0% {
  96. opacity: 0;
  97. -webkit-transform: scale(.5);
  98. transform: scale(.5)
  99. }
  100. 100% {
  101. opacity: 1;
  102. -webkit-transform: scale(1);
  103. transform: scale(1)
  104. }
  105. }
  106. @keyframes layer-bounceIn {
  107. 0% {
  108. opacity: 0;
  109. -webkit-transform: scale(.5);
  110. -ms-transform: scale(.5);
  111. transform: scale(.5)
  112. }
  113. 100% {
  114. opacity: 1;
  115. -webkit-transform: scale(1);
  116. -ms-transform: scale(1);
  117. transform: scale(1)
  118. }
  119. }
  120. .layer-anim {
  121. -webkit-animation-name: layer-bounceIn;
  122. animation-name: layer-bounceIn
  123. }
  124. @-webkit-keyframes layer-zoomInDown {
  125. 0% {
  126. opacity: 0;
  127. -webkit-transform: scale(.1) translateY(-2000px);
  128. transform: scale(.1) translateY(-2000px);
  129. -webkit-animation-timing-function: ease-in-out;
  130. animation-timing-function: ease-in-out
  131. }
  132. 60% {
  133. opacity: 1;
  134. -webkit-transform: scale(.475) translateY(60px);
  135. transform: scale(.475) translateY(60px);
  136. -webkit-animation-timing-function: ease-out;
  137. animation-timing-function: ease-out
  138. }
  139. }
  140. @keyframes layer-zoomInDown {
  141. 0% {
  142. opacity: 0;
  143. -webkit-transform: scale(.1) translateY(-2000px);
  144. -ms-transform: scale(.1) translateY(-2000px);
  145. transform: scale(.1) translateY(-2000px);
  146. -webkit-animation-timing-function: ease-in-out;
  147. animation-timing-function: ease-in-out
  148. }
  149. 60% {
  150. opacity: 1;
  151. -webkit-transform: scale(.475) translateY(60px);
  152. -ms-transform: scale(.475) translateY(60px);
  153. transform: scale(.475) translateY(60px);
  154. -webkit-animation-timing-function: ease-out;
  155. animation-timing-function: ease-out
  156. }
  157. }
  158. .layer-anim-01 {
  159. -webkit-animation-name: layer-zoomInDown;
  160. animation-name: layer-zoomInDown
  161. }
  162. @-webkit-keyframes layer-fadeInUpBig {
  163. 0% {
  164. opacity: 0;
  165. -webkit-transform: translateY(2000px);
  166. transform: translateY(2000px)
  167. }
  168. 100% {
  169. opacity: 1;
  170. -webkit-transform: translateY(0);
  171. transform: translateY(0)
  172. }
  173. }
  174. @keyframes layer-fadeInUpBig {
  175. 0% {
  176. opacity: 0;
  177. -webkit-transform: translateY(2000px);
  178. -ms-transform: translateY(2000px);
  179. transform: translateY(2000px)
  180. }
  181. 100% {
  182. opacity: 1;
  183. -webkit-transform: translateY(0);
  184. -ms-transform: translateY(0);
  185. transform: translateY(0)
  186. }
  187. }
  188. .layer-anim-02 {
  189. -webkit-animation-name: layer-fadeInUpBig;
  190. animation-name: layer-fadeInUpBig
  191. }
  192. @-webkit-keyframes layer-zoomInLeft {
  193. 0% {
  194. opacity: 0;
  195. -webkit-transform: scale(.1) translateX(-2000px);
  196. transform: scale(.1) translateX(-2000px);
  197. -webkit-animation-timing-function: ease-in-out;
  198. animation-timing-function: ease-in-out
  199. }
  200. 60% {
  201. opacity: 1;
  202. -webkit-transform: scale(.475) translateX(48px);
  203. transform: scale(.475) translateX(48px);
  204. -webkit-animation-timing-function: ease-out;
  205. animation-timing-function: ease-out
  206. }
  207. }
  208. @keyframes layer-zoomInLeft {
  209. 0% {
  210. opacity: 0;
  211. -webkit-transform: scale(.1) translateX(-2000px);
  212. -ms-transform: scale(.1) translateX(-2000px);
  213. transform: scale(.1) translateX(-2000px);
  214. -webkit-animation-timing-function: ease-in-out;
  215. animation-timing-function: ease-in-out
  216. }
  217. 60% {
  218. opacity: 1;
  219. -webkit-transform: scale(.475) translateX(48px);
  220. -ms-transform: scale(.475) translateX(48px);
  221. transform: scale(.475) translateX(48px);
  222. -webkit-animation-timing-function: ease-out;
  223. animation-timing-function: ease-out
  224. }
  225. }
  226. .layer-anim-03 {
  227. -webkit-animation-name: layer-zoomInLeft;
  228. animation-name: layer-zoomInLeft
  229. }
  230. @-webkit-keyframes layer-rollIn {
  231. 0% {
  232. opacity: 0;
  233. -webkit-transform: translateX(-100%) rotate(-120deg);
  234. transform: translateX(-100%) rotate(-120deg)
  235. }
  236. 100% {
  237. opacity: 1;
  238. -webkit-transform: translateX(0) rotate(0);
  239. transform: translateX(0) rotate(0)
  240. }
  241. }
  242. @keyframes layer-rollIn {
  243. 0% {
  244. opacity: 0;
  245. -webkit-transform: translateX(-100%) rotate(-120deg);
  246. -ms-transform: translateX(-100%) rotate(-120deg);
  247. transform: translateX(-100%) rotate(-120deg)
  248. }
  249. 100% {
  250. opacity: 1;
  251. -webkit-transform: translateX(0) rotate(0);
  252. -ms-transform: translateX(0) rotate(0);
  253. transform: translateX(0) rotate(0)
  254. }
  255. }
  256. .layer-anim-04 {
  257. -webkit-animation-name: layer-rollIn;
  258. animation-name: layer-rollIn
  259. }
  260. @keyframes layer-fadeIn {
  261. 0% {
  262. opacity: 0
  263. }
  264. 100% {
  265. opacity: 1
  266. }
  267. }
  268. .layer-anim-05 {
  269. -webkit-animation-name: layer-fadeIn;
  270. animation-name: layer-fadeIn
  271. }
  272. @-webkit-keyframes layer-shake {
  273. 0%,
  274. 100% {
  275. -webkit-transform: translateX(0);
  276. transform: translateX(0)
  277. }
  278. 10%,
  279. 30%,
  280. 50%,
  281. 70%,
  282. 90% {
  283. -webkit-transform: translateX(-10px);
  284. transform: translateX(-10px)
  285. }
  286. 20%,
  287. 40%,
  288. 60%,
  289. 80% {
  290. -webkit-transform: translateX(10px);
  291. transform: translateX(10px)
  292. }
  293. }
  294. @keyframes layer-shake {
  295. 0%,
  296. 100% {
  297. -webkit-transform: translateX(0);
  298. -ms-transform: translateX(0);
  299. transform: translateX(0)
  300. }
  301. 10%,
  302. 30%,
  303. 50%,
  304. 70%,
  305. 90% {
  306. -webkit-transform: translateX(-10px);
  307. -ms-transform: translateX(-10px);
  308. transform: translateX(-10px)
  309. }
  310. 20%,
  311. 40%,
  312. 60%,
  313. 80% {
  314. -webkit-transform: translateX(10px);
  315. -ms-transform: translateX(10px);
  316. transform: translateX(10px)
  317. }
  318. }
  319. .layer-anim-06 {
  320. -webkit-animation-name: layer-shake;
  321. animation-name: layer-shake
  322. }
  323. @-webkit-keyframes fadeIn {
  324. 0% {
  325. opacity: 0
  326. }
  327. 100% {
  328. opacity: 1
  329. }
  330. }
  331. .layui-layer-title {
  332. padding: 0 80px 0 20px;
  333. height: 42px;
  334. line-height: 42px;
  335. border-bottom: 1px solid #eee;
  336. font-size: 16px;
  337. color: #FFFFFF;
  338. overflow: hidden;
  339. background-color: #23c6c8;
  340. border-radius: 2px 2px 0 0
  341. }
  342. .layui-layer-setwin {
  343. position: absolute;
  344. right: 15px;
  345. *right: 0;
  346. top: 15px;
  347. font-size: 0;
  348. line-height: initial
  349. }
  350. .layui-layer-setwin a {
  351. position: relative;
  352. width: 16px;
  353. height: 16px;
  354. margin-left: 10px;
  355. font-size: 12px;
  356. _overflow: hidden
  357. }
  358. .layui-layer-setwin .layui-layer-min cite {
  359. position: absolute;
  360. width: 14px;
  361. height: 2px;
  362. left: 0;
  363. top: 50%;
  364. margin-top: -1px;
  365. background-color: #2E2D3C;
  366. cursor: pointer;
  367. _overflow: hidden
  368. }
  369. .layui-layer-setwin .layui-layer-min:hover cite {
  370. background-color: #2D93CA
  371. }
  372. .layui-layer-setwin .layui-layer-max {
  373. background-position: -32px -40px
  374. }
  375. .layui-layer-setwin .layui-layer-max:hover {
  376. background-position: -16px -40px
  377. }
  378. .layui-layer-setwin .layui-layer-maxmin {
  379. background-position: -65px -40px
  380. }
  381. .layui-layer-setwin .layui-layer-maxmin:hover {
  382. background-position: -49px -40px
  383. }
  384. .layui-layer-setwin .layui-layer-close1 {
  385. background-position: 1px -40px;
  386. cursor: pointer;
  387. color: #FFFFFF;
  388. }
  389. .layui-layer-setwin .layui-layer-close1:hover {
  390. opacity: .7
  391. }
  392. .layui-layer-setwin .layui-layer-close2 {
  393. position: absolute;
  394. right: -28px;
  395. top: -28px;
  396. width: 30px;
  397. height: 30px;
  398. margin-left: 0;
  399. background-position: -149px -31px;
  400. *right: -18px;
  401. _display: none
  402. }
  403. .layui-layer-setwin .layui-layer-close2:hover {
  404. background-position: -180px -31px
  405. }
  406. .layui-layer-btn {
  407. text-align: right;
  408. padding: 0 10px 12px;
  409. pointer-events: auto;
  410. user-select: none;
  411. -webkit-user-select: none
  412. }
  413. .layui-layer-btn a {
  414. height: 28px;
  415. line-height: 28px;
  416. margin: 6px 6px 0;
  417. padding: 0 15px;
  418. border: 1px solid #dedede;
  419. background-color: #f1f1f1;
  420. color: #333;
  421. border-radius: 2px;
  422. font-weight: 400;
  423. cursor: pointer;
  424. text-decoration: none
  425. }
  426. .layui-layer-btn a:hover {
  427. opacity: .9;
  428. text-decoration: none
  429. }
  430. .layui-layer-btn a:active {
  431. opacity: .8
  432. }
  433. .layui-layer-btn .layui-layer-btn0 {
  434. border-color: #4898d5;
  435. background-color: #2e8ded;
  436. color: #fff
  437. }
  438. .layui-layer-btn-l {
  439. text-align: left
  440. }
  441. .layui-layer-btn-c {
  442. text-align: center
  443. }
  444. .layui-layer-dialog {
  445. min-width: 260px
  446. }
  447. .layui-layer-dialog .layui-layer-content {
  448. position: relative;
  449. padding: 20px;
  450. line-height: 24px;
  451. word-break: break-all;
  452. overflow: hidden;
  453. font-size: 14px;
  454. overflow-x: hidden;
  455. overflow-y: auto
  456. }
  457. .layui-layer-dialog .layui-layer-content .layui-layer-ico {
  458. position: absolute;
  459. top: 16px;
  460. left: 15px;
  461. _left: -40px;
  462. width: 30px;
  463. height: 30px
  464. }
  465. .layui-layer-ico1 {
  466. background-position: -30px 0
  467. }
  468. .layui-layer-ico2 {
  469. background-position: -60px 0
  470. }
  471. .layui-layer-ico3 {
  472. background-position: -90px 0
  473. }
  474. .layui-layer-ico4 {
  475. background-position: -120px 0
  476. }
  477. .layui-layer-ico5 {
  478. background-position: -150px 0
  479. }
  480. .layui-layer-ico6 {
  481. background-position: -180px 0
  482. }
  483. .layui-layer-rim {
  484. border: 6px solid #8D8D8D;
  485. border: 6px solid rgba(0, 0, 0, .3);
  486. border-radius: 5px;
  487. box-shadow: none
  488. }
  489. .layui-layer-msg {
  490. min-width: 180px;
  491. border: 1px solid #D3D4D3;
  492. box-shadow: none
  493. }
  494. .layui-layer-hui {
  495. min-width: 100px;
  496. background-color: #000;
  497. filter: alpha(opacity=60);
  498. background-color: rgba(0, 0, 0, .6);
  499. color: #fff;
  500. border: none
  501. }
  502. .layui-layer-hui .layui-layer-content {
  503. padding: 12px 25px;
  504. text-align: center
  505. }
  506. .layui-layer-dialog .layui-layer-padding {
  507. padding: 20px 20px 20px 55px;
  508. text-align: left
  509. }
  510. .layui-layer-page .layui-layer-content {
  511. position: relative;
  512. overflow: auto
  513. }
  514. .layui-layer-iframe .layui-layer-btn,
  515. .layui-layer-page .layui-layer-btn {
  516. padding-top: 10px
  517. }
  518. .layui-layer-nobg {
  519. background: 0 0
  520. }
  521. .layui-layer-iframe iframe {
  522. display: block;
  523. width: 100%
  524. }
  525. .layui-layer-loading {
  526. border-radius: 100%;
  527. background: 0 0;
  528. box-shadow: none;
  529. border: none
  530. }
  531. .layui-layer-loading .layui-layer-content {
  532. width: 60px;
  533. height: 24px;
  534. background: url(loading-0.gif) no-repeat
  535. }
  536. .layui-layer-loading .layui-layer-loading1 {
  537. width: 37px;
  538. height: 37px;
  539. background: url(loading-1.gif) no-repeat
  540. }
  541. .layui-layer-ico16,
  542. .layui-layer-loading .layui-layer-loading2 {
  543. width: 32px;
  544. height: 32px;
  545. background: url(loading-2.gif) no-repeat
  546. }
  547. .layui-layer-tips {
  548. background: 0 0;
  549. box-shadow: none;
  550. border: none
  551. }
  552. .layui-layer-tips .layui-layer-content {
  553. position: relative;
  554. line-height: 22px;
  555. min-width: 12px;
  556. padding: 5px 10px;
  557. font-size: 12px;
  558. _float: left;
  559. border-radius: 2px;
  560. box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  561. background-color: #000;
  562. color: #fff
  563. }
  564. .layui-layer-tips .layui-layer-close {
  565. right: -2px;
  566. top: -1px
  567. }
  568. .layui-layer-tips i.layui-layer-TipsG {
  569. position: absolute;
  570. width: 0;
  571. height: 0;
  572. border-width: 8px;
  573. border-color: transparent;
  574. border-style: dashed;
  575. *overflow: hidden
  576. }
  577. .layui-layer-tips i.layui-layer-TipsB,
  578. .layui-layer-tips i.layui-layer-TipsT {
  579. left: 5px;
  580. border-right-style: solid;
  581. border-right-color: #000
  582. }
  583. .layui-layer-tips i.layui-layer-TipsT {
  584. bottom: -8px
  585. }
  586. .layui-layer-tips i.layui-layer-TipsB {
  587. top: -8px
  588. }
  589. .layui-layer-tips i.layui-layer-TipsL,
  590. .layui-layer-tips i.layui-layer-TipsR {
  591. top: 1px;
  592. border-bottom-style: solid;
  593. border-bottom-color: #000
  594. }
  595. .layui-layer-tips i.layui-layer-TipsR {
  596. left: -8px
  597. }
  598. .layui-layer-tips i.layui-layer-TipsL {
  599. right: -8px
  600. }
  601. .layui-layer-lan[type=dialog] {
  602. min-width: 280px
  603. }
  604. .layui-layer-lan .layui-layer-title {
  605. background: #4476A7;
  606. color: #fff;
  607. border: none
  608. }
  609. .layui-layer-lan .layui-layer-btn {
  610. padding: 5px 10px 10px;
  611. text-align: right;
  612. border-top: 1px solid #E9E7E7
  613. }
  614. .layui-layer-lan .layui-layer-btn a {
  615. background: #BBB5B5;
  616. border: none
  617. }
  618. .layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
  619. background: #C9C5C5
  620. }
  621. .layui-layer-molv .layui-layer-title {
  622. background: #009f95;
  623. color: #fff;
  624. border: none
  625. }
  626. .layui-layer-molv .layui-layer-btn a {
  627. background: #009f95
  628. }
  629. .layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
  630. background: #92B8B1
  631. }
  632. .layui-layer-iconext {
  633. background: url(icon-ext.png) no-repeat
  634. }
  635. .layui-layer-prompt .layui-layer-input {
  636. display: block;
  637. width: 220px;
  638. height: 30px;
  639. margin: 0 auto;
  640. line-height: 30px;
  641. padding: 0 5px;
  642. border: 1px solid #ccc;
  643. box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
  644. color: #333
  645. }
  646. .layui-layer-prompt textarea.layui-layer-input {
  647. width: 300px;
  648. height: 100px;
  649. line-height: 20px
  650. }
  651. .layui-layer-prompt .layui-layer-content {
  652. padding: 20px
  653. }
  654. .layui-layer-prompt .layui-layer-btn {
  655. padding-top: 0
  656. }
  657. .layui-layer-tab {
  658. box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
  659. }
  660. .layui-layer-tab .layui-layer-title {
  661. padding-left: 0;
  662. border-bottom: 1px solid #ccc;
  663. background-color: #eee;
  664. overflow: visible
  665. }
  666. .layui-layer-tab .layui-layer-title span {
  667. position: relative;
  668. float: left;
  669. min-width: 80px;
  670. max-width: 260px;
  671. padding: 0 20px;
  672. text-align: center;
  673. cursor: default;
  674. overflow: hidden
  675. }
  676. .layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
  677. height: 43px;
  678. border-left: 1px solid #ccc;
  679. border-right: 1px solid #ccc;
  680. background-color: #fff;
  681. z-index: 10
  682. }
  683. .layui-layer-tab .layui-layer-title span:first-child {
  684. border-left: none
  685. }
  686. .layui-layer-tabmain {
  687. line-height: 24px;
  688. clear: both
  689. }
  690. .layui-layer-tabmain .layui-layer-tabli {
  691. display: none
  692. }
  693. .layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
  694. display: block
  695. }
  696. .xubox_tabclose {
  697. position: absolute;
  698. right: 10px;
  699. top: 5px;
  700. cursor: pointer
  701. }
  702. .layui-layer-photos {
  703. -webkit-animation-duration: .8s;
  704. animation-duration: .8s
  705. }
  706. .layui-layer-photos .layui-layer-content {
  707. overflow: hidden;
  708. text-align: center
  709. }
  710. .layui-layer-photos .layui-layer-phimg img {
  711. position: relative;
  712. width: 100%;
  713. display: inline-block;
  714. *display: inline;
  715. *zoom: 1;
  716. vertical-align: top
  717. }
  718. .layui-layer-imgbar,
  719. .layui-layer-imguide {
  720. display: none
  721. }
  722. .layui-layer-imgnext,
  723. .layui-layer-imgprev {
  724. position: absolute;
  725. top: 50%;
  726. width: 27px;
  727. _width: 44px;
  728. height: 44px;
  729. margin-top: -22px;
  730. outline: 0;
  731. blr: expression(this.onFocus=this.blur())
  732. }
  733. .layui-layer-imgprev {
  734. left: 10px;
  735. background-position: -5px -5px;
  736. _background-position: -70px -5px
  737. }
  738. .layui-layer-imgprev:hover {
  739. background-position: -33px -5px;
  740. _background-position: -120px -5px
  741. }
  742. .layui-layer-imgnext {
  743. right: 10px;
  744. _right: 8px;
  745. background-position: -5px -50px;
  746. _background-position: -70px -50px
  747. }
  748. .layui-layer-imgnext:hover {
  749. background-position: -33px -50px;
  750. _background-position: -120px -50px
  751. }
  752. .layui-layer-imgbar {
  753. position: absolute;
  754. left: 0;
  755. bottom: 0;
  756. width: 100%;
  757. height: 32px;
  758. line-height: 32px;
  759. background-color: rgba(0, 0, 0, .8);
  760. background-color: #000\9;
  761. filter: Alpha(opacity=80);
  762. color: #fff;
  763. overflow: hidden;
  764. font-size: 0
  765. }
  766. .layui-layer-imgtit * {
  767. display: inline-block;
  768. *display: inline;
  769. *zoom: 1;
  770. vertical-align: top;
  771. font-size: 12px
  772. }
  773. .layui-layer-imgtit a {
  774. max-width: 65%;
  775. overflow: hidden;
  776. color: #fff
  777. }
  778. .layui-layer-imgtit a:hover {
  779. color: #fff;
  780. text-decoration: underline
  781. }
  782. .layui-layer-imgtit em {
  783. padding-left: 10px;
  784. font-style: normal
  785. }
  786. @-webkit-keyframes layer-bounceOut {
  787. 100% {
  788. opacity: 0;
  789. -webkit-transform: scale(.7);
  790. transform: scale(.7)
  791. }
  792. 30% {
  793. -webkit-transform: scale(1.05);
  794. transform: scale(1.05)
  795. }
  796. 0% {
  797. -webkit-transform: scale(1);
  798. transform: scale(1)
  799. }
  800. }
  801. @keyframes layer-bounceOut {
  802. 100% {
  803. opacity: 0;
  804. -webkit-transform: scale(.7);
  805. -ms-transform: scale(.7);
  806. transform: scale(.7)
  807. }
  808. 30% {
  809. -webkit-transform: scale(1.05);
  810. -ms-transform: scale(1.05);
  811. transform: scale(1.05)
  812. }
  813. 0% {
  814. -webkit-transform: scale(1);
  815. -ms-transform: scale(1);
  816. transform: scale(1)
  817. }
  818. }
  819. .layer-anim-close {
  820. -webkit-animation-name: layer-bounceOut;
  821. animation-name: layer-bounceOut;
  822. -webkit-animation-duration: .2s;
  823. animation-duration: .2s
  824. }
  825. @media screen and (max-width:1100px) {
  826. .layui-layer-iframe {
  827. overflow-y: auto;
  828. -webkit-overflow-scrolling: touch
  829. }
  830. }