Нет описания

layer.css 16KB

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