Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layer.css 20KB

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