layer.css 18 KB

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