12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037 |
- .layui-layer-imgbar,
- .layui-layer-imgtit a,
- .layui-layer-tab .layui-layer-title span,
- .layui-layer-title {
- text-overflow: ellipsis;
- white-space: nowrap
- }
-
- html #layuicss-layer {
- display: none;
- position: absolute;
- width: 1989px
- }
-
- .layui-layer,
- .layui-layer-shade {
- position: fixed;
- _position: absolute;
- pointer-events: auto
- }
-
- .layui-layer-shade {
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- _height: expression(document.body.offsetHeight+"px")
- }
-
- .layui-layer {
- -webkit-overflow-scrolling: touch;
- top: 150px;
- left: 0;
- margin: 0;
- padding: 0;
- background-color: #fff;
- -webkit-background-clip: content;
- border-radius: 2px;
- /* box-shadow: 1px 1px 50px rgba(0, 0, 0, .3); */
- box-shadow: 0 4px 12px rgba(0,0,0,.15);
- }
-
- .layui-layer-close {
- position: absolute
- }
-
- .layui-layer-content {
- position: relative
- }
-
- .layui-layer-border {
- border: 1px solid #B2B2B2;
- border: 1px solid rgba(0, 0, 0, .1);
- box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
- }
-
- .layui-layer-load {
- background: url(loading-1.gif) center center no-repeat #eee
- }
-
- .layui-layer-ico {
- background: url(icon.png) no-repeat
- }
-
- .layui-layer-btn a,
- .layui-layer-dialog .layui-layer-ico,
- .layui-layer-setwin a {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: top
- }
-
- .layui-layer-move {
- display: none;
- position: fixed;
- *position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- cursor: move;
- opacity: 0;
- filter: alpha(opacity=0);
- background-color: #fff;
- z-index: 2147483647
- }
-
- .layui-layer-resize {
- position: absolute;
- width: 15px;
- height: 15px;
- right: 0;
- bottom: 0;
- cursor: se-resize
- }
-
- .layer-anim {
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .3s;
- animation-duration: .3s
- }
-
- @-webkit-keyframes layer-bounceIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.5);
- transform: scale(.5)
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1)
- }
- }
-
- @keyframes layer-bounceIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.5);
- -ms-transform: scale(.5);
- transform: scale(.5)
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1)
- }
- }
-
- .layer-anim-00 {
- -webkit-animation-name: layer-bounceIn;
- animation-name: layer-bounceIn
- }
-
- @-webkit-keyframes layer-zoomInDown {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.1) translateY(-2000px);
- transform: scale(.1) translateY(-2000px);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale(.475) translateY(60px);
- transform: scale(.475) translateY(60px);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out
- }
- }
-
- @keyframes layer-zoomInDown {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.1) translateY(-2000px);
- -ms-transform: scale(.1) translateY(-2000px);
- transform: scale(.1) translateY(-2000px);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale(.475) translateY(60px);
- -ms-transform: scale(.475) translateY(60px);
- transform: scale(.475) translateY(60px);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out
- }
- }
-
- .layer-anim-01 {
- -webkit-animation-name: layer-zoomInDown;
- animation-name: layer-zoomInDown
- }
-
- @-webkit-keyframes layer-fadeInUpBig {
- 0% {
- opacity: 0;
- -webkit-transform: translateY(2000px);
- transform: translateY(2000px)
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: translateY(0);
- transform: translateY(0)
- }
- }
-
- @keyframes layer-fadeInUpBig {
- 0% {
- opacity: 0;
- -webkit-transform: translateY(2000px);
- -ms-transform: translateY(2000px);
- transform: translateY(2000px)
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: translateY(0);
- -ms-transform: translateY(0);
- transform: translateY(0)
- }
- }
-
- .layer-anim-02 {
- -webkit-animation-name: layer-fadeInUpBig;
- animation-name: layer-fadeInUpBig
- }
-
- @-webkit-keyframes layer-zoomInLeft {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.1) translateX(-2000px);
- transform: scale(.1) translateX(-2000px);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale(.475) translateX(48px);
- transform: scale(.475) translateX(48px);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out
- }
- }
-
- @keyframes layer-zoomInLeft {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.1) translateX(-2000px);
- -ms-transform: scale(.1) translateX(-2000px);
- transform: scale(.1) translateX(-2000px);
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale(.475) translateX(48px);
- -ms-transform: scale(.475) translateX(48px);
- transform: scale(.475) translateX(48px);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out
- }
- }
-
- .layer-anim-03 {
- -webkit-animation-name: layer-zoomInLeft;
- animation-name: layer-zoomInLeft
- }
-
- @-webkit-keyframes layer-rollIn {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(-100%) rotate(-120deg);
- transform: translateX(-100%) rotate(-120deg)
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0) rotate(0);
- transform: translateX(0) rotate(0)
- }
- }
-
- @keyframes layer-rollIn {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(-100%) rotate(-120deg);
- -ms-transform: translateX(-100%) rotate(-120deg);
- transform: translateX(-100%) rotate(-120deg)
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0) rotate(0);
- -ms-transform: translateX(0) rotate(0);
- transform: translateX(0) rotate(0)
- }
- }
-
- .layer-anim-04 {
- -webkit-animation-name: layer-rollIn;
- animation-name: layer-rollIn
- }
-
- @keyframes layer-fadeIn {
- 0% {
- opacity: 0
- }
-
- 100% {
- opacity: 1
- }
- }
-
- .layer-anim-05 {
- -webkit-animation-name: layer-fadeIn;
- animation-name: layer-fadeIn
- }
-
- @-webkit-keyframes layer-shake {
-
- 0%,
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0)
- }
-
- 10%,
- 30%,
- 50%,
- 70%,
- 90% {
- -webkit-transform: translateX(-10px);
- transform: translateX(-10px)
- }
-
- 20%,
- 40%,
- 60%,
- 80% {
- -webkit-transform: translateX(10px);
- transform: translateX(10px)
- }
- }
-
- @keyframes layer-shake {
-
- 0%,
- 100% {
- -webkit-transform: translateX(0);
- -ms-transform: translateX(0);
- transform: translateX(0)
- }
-
- 10%,
- 30%,
- 50%,
- 70%,
- 90% {
- -webkit-transform: translateX(-10px);
- -ms-transform: translateX(-10px);
- transform: translateX(-10px)
- }
-
- 20%,
- 40%,
- 60%,
- 80% {
- -webkit-transform: translateX(10px);
- -ms-transform: translateX(10px);
- transform: translateX(10px)
- }
- }
-
- .layer-anim-06 {
- -webkit-animation-name: layer-shake;
- animation-name: layer-shake
- }
-
- @-webkit-keyframes fadeIn {
- 0% {
- opacity: 0
- }
-
- 100% {
- opacity: 1
- }
- }
-
- .layui-layer-title {
- padding: 5px 80px 0 20px;
- height: 42px;
- line-height: 42px;
- font-size: 16px;
- color: #333;
- overflow: hidden;
- border-radius: 2px 2px 0 0
- }
- .layui-layer-title .layui-layer-ico{
- background: unset;
- margin-right: 10px;
- color: #ef4149;
- font-size: 16px;
- }
-
- .layui-layer-setwin {
- position: absolute;
- right: 20px;
- *right: 0;
- top: 15px;
- font-size: 0;
- line-height: initial
- }
-
- .layui-layer-setwin a {
- position: relative;
- width: 16px;
- height: 16px;
- margin-left: 10px;
- font-size: 12px;
- _overflow: hidden
- }
-
- .layui-layer-setwin .layui-layer-min cite {
- position: absolute;
- width: 14px;
- height: 2px;
- left: 0;
- top: 50%;
- margin-top: -1px;
- background-color: #2E2D3C;
- cursor: pointer;
- _overflow: hidden
- }
-
- .layui-layer-setwin .layui-layer-min: hover cite {
- background-color: #2D93CA
- }
-
- .layui-layer-setwin .layui-layer-max {
- background-position: -32px -40px
- }
-
- .layui-layer-setwin .layui-layer-max: hover {
- background-position: -16px -40px
- }
-
- .layui-layer-setwin .layui-layer-maxmin {
- background-position: -65px -40px
- }
-
- .layui-layer-setwin .layui-layer-maxmin: hover {
- background-position: -49px -40px
- }
-
- .layui-layer-setwin .layui-layer-close1 {
- background-position: 1px -40px;
- cursor: pointer
- }
-
- .layui-layer-setwin .layui-layer-close1: hover {
- opacity: .7
- }
-
- .layui-layer-setwin .layui-layer-close2 {
- position: absolute;
- right: -28px;
- top: -28px;
- width: 30px;
- height: 30px;
- margin-left: 0;
- background-position: -149px -31px;
- *right: -18px;
- _display: none
- }
-
- .layui-layer-setwin .layui-layer-close2: hover {
- background-position: -180px -31px
- }
- .layui-layer-setwin .layui-layer-close3 {
- color: #929292;
- font-size: 16px;
- background: unset;
- }
-
- .layui-layer-setwin .layui-layer-close3:hover {
- color: #363636;
- }
- .layui-layer-btn {
- text-align: center;
- padding: 0 0 20px 0;
- pointer-events: auto;
- user-select: none;
- -webkit-user-select: none;
- }
- .layui-layer-btn-r {
- text-align: right;
- padding: 0 20px 20px;
- pointer-events: auto;
- user-select: none;
- -webkit-user-select: none;
- }
-
- .layui-layer-btn a {
- height: 32px;
- line-height: 32px;
- margin-right: 10px;
- padding: 0 15px;
- border: 1px solid #dedede;
- background-color: #fff;
- color: #666;
- border-radius: 2px;
- font-weight: 400;
- cursor: pointer;
- text-decoration: none
- }
- .layui-layer-btn a:last-child {
- margin-right: 0;
- }
- .layui-layer-btn a: hover {
- opacity: .9;
- text-decoration: none
- }
-
- .layui-layer-btn a: active {
- opacity: .8
- }
-
- .layui-layer-btn .layui-layer-btn0 {
- border-color: #00A67C;
- background-color: #00A67C;
- color: #fff !important;
- }
-
- .layui-layer-btn-l {
- text-align: left
- }
-
- .layui-layer-btn-c {
- text-align: center
- }
-
- .layui-layer-dialog {
- min-width: 300px;
- height: auto;
- padding: 0;
- }
-
- .layui-layer-dialog .layui-layer-content {
- position: relative;
- padding: 20px;
- line-height: 24px;
- word-break: break-all;
- overflow: hidden;
- font-size: 14px;
- overflow-x: hidden;
- overflow-y: auto;
- text-align: center
- }
-
- .layui-layer-dialog .layui-layer-content .layui-layer-ico {
- position: absolute;
- top: 16px;
- left: 15px;
- _left: -40px;
- width: 30px;
- height: 30px
- }
-
- .layui-layer-ico1 {
- background-position: -30px 0
- }
-
- .layui-layer-ico2 {
- background-position: -60px 0
- }
-
- .layui-layer-ico3 {
- background-position: -90px 0
- }
-
- .layui-layer-ico4 {
- background-position: -120px 0
- }
-
- .layui-layer-ico5 {
- background-position: -150px 0
- }
-
- .layui-layer-ico6 {
- background-position: -180px 0
- }
-
- .layui-layer-rim {
- border: 6px solid #8D8D8D;
- border: 6px solid rgba(0, 0, 0, .3);
- border-radius: 5px;
- box-shadow: none
- }
-
- .layui-layer-msg {
- min-width: 180px;
- border: 1px solid #D3D4D3;
- box-shadow: none
- }
-
- .layui-layer-hui {
- min-width: 100px;
- background-color: #000;
- filter: alpha(opacity=60);
- background-color: rgba(0, 0, 0, .6);
- color: #fff;
- border: none
- }
-
- .layui-layer-hui .layui-layer-content {
- padding: 12px 25px;
- text-align: center
- }
-
- .layui-layer-dialog .layui-layer-padding {
- padding: 20px 20px 20px 55px;
- text-align: left
- }
-
- .layui-layer-page .layui-layer-content {
- position: relative;
- overflow: auto
- }
-
- .layui-layer-iframe .layui-layer-btn,
- .layui-layer-page .layui-layer-btn {
- padding-top: 10px
- }
-
- .layui-layer-nobg {
- background: 0 0
- }
-
- .layui-layer-iframe iframe {
- display: block;
- width: 100%
- }
-
- .layui-layer-loading {
- border-radius: 100%;
- background: 0 0;
- box-shadow: none;
- border: none
- }
-
- .layui-layer-loading .layui-layer-content {
- width: 60px;
- height: 24px;
- background: url(loading-0.gif) no-repeat
- }
-
- .layui-layer-loading .layui-layer-loading1 {
- width: 37px;
- height: 37px;
- background: url(loading-1.gif) no-repeat
- }
-
- .layui-layer-ico16,
- .layui-layer-loading .layui-layer-loading2 {
- width: 32px;
- height: 32px;
- background: url(loading-2.gif) no-repeat
- }
-
- .layui-layer-tips {
- background: 0 0;
- margin-top: -12px;
- box-shadow: none;
- border: none
- }
-
- .layui-layer-tips .layui-layer-content {
- position: relative;
- line-height: 22px;
- min-width: 12px;
- padding: 8px;
- font-size: 12px;
- _float: left;
- border-radius: 2px;
- box-shadow: -2px 1px 15px 1px rgb(25 25 25 / 20%);
- background-color: #fff;
- color: #333
- }
-
- .layui-layer-tips .layui-layer-close {
- right: -2px;
- top: -1px
- }
-
- .layui-layer-tips i.layui-layer-TipsG {
- position: absolute;
- width: 10px !important;
- height: 10px !important;
- background-color: #fff;
- transform: rotate(41deg);
- border-color: #fff !important;
- /* box-shadow: -6px 11px 11px 1px rgb(143 140 140 / 22%); */
- }
-
- .layui-layer-tips i.layui-layer-TipsB,
- .layui-layer-tips i.layui-layer-TipsT {
- left: 5px;
- border-right-style: solid;
- border-right-color: #000
- }
-
- .layui-layer-tips i.layui-layer-TipsT {
- bottom: -5px
- }
-
- .layui-layer-tips i.layui-layer-TipsB {
- top: -5px
- }
-
- .layui-layer-tips i.layui-layer-TipsL,
- .layui-layer-tips i.layui-layer-TipsR {
- top:12px;
- border-bottom-style: solid;
- border-bottom-color: #fff
- }
-
- .layui-layer-tips i.layui-layer-TipsR {
- left: -5px
- }
-
- .layui-layer-tips i.layui-layer-TipsL {
- right: -5px
- }
-
- .layui-layer-lan[type=dialog] {
- min-width: 280px
- }
-
- .layui-layer-lan .layui-layer-title {
- background: #4476A7;
- color: #fff;
- border: none
- }
-
- .layui-layer-lan .layui-layer-btn {
- padding: 5px 10px 10px;
- text-align: right;
- border-top: 1px solid #E9E7E7
- }
-
- .layui-layer-lan .layui-layer-btn a {
- background: #fff;
- border-color: #E9E7E7;
- color: #333
- }
-
- .layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
- background: #C9C5C5
- }
-
- .layui-layer-molv .layui-layer-title {
- background: #009f95;
- color: #fff;
- border: none
- }
-
- .layui-layer-molv .layui-layer-btn a {
- background: #009f95;
- border-color: #009f95
- }
-
- .layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
- background: #92B8B1
- }
-
- .layui-layer-iconext {
- background: url(icon-ext.png) no-repeat
- }
-
- .layui-layer-prompt .layui-layer-input {
- display: block;
- width: 230px;
- height: 36px;
- margin: 0 auto;
- line-height: 30px;
- padding-left: 10px;
- border: 1px solid #e6e6e6;
- color: #333
- }
-
- .layui-layer-prompt .layui-layer-input:focus {
- outline: unset;
- outline-offset: unset;
- }
-
- .layui-layer-prompt textarea.layui-layer-input {
- width: 300px;
- height: 100px;
- line-height: 20px;
- padding: 6px 10px
- }
-
- .layui-layer-prompt .layui-layer-content {
- padding: 20px
- }
-
- .layui-layer-prompt .layui-layer-btn {
- padding-top: 0
- }
-
- .layui-layer-tab {
- box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
- }
-
- .layui-layer-tab .layui-layer-title {
- padding-left: 0;
- overflow: visible
- }
-
- .layui-layer-tab .layui-layer-title span {
- position: relative;
- float: left;
- min-width: 80px;
- max-width: 260px;
- padding: 0 20px;
- text-align: center;
- overflow: hidden;
- cursor: pointer
- }
-
- .layui-layer-tab .layui-layer-title span.layui-this {
- height: 43px;
- border-left: 1px solid #eee;
- border-right: 1px solid #eee;
- background-color: #fff;
- z-index: 10
- }
-
- .layui-layer-tab .layui-layer-title span: first-child {
- border-left: none
- }
-
- .layui-layer-tabmain {
- line-height: 24px;
- clear: both
- }
-
- .layui-layer-tabmain .layui-layer-tabli {
- display: none
- }
-
- .layui-layer-tabmain .layui-layer-tabli.layui-this {
- display: block
- }
-
- .layui-layer-photos {
- -webkit-animation-duration: .8s;
- animation-duration: .8s
- }
-
- .layui-layer-photos .layui-layer-content {
- overflow: hidden;
- text-align: center
- }
-
- .layui-layer-photos .layui-layer-phimg img {
- position: relative;
- width: 100%;
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: top
- }
-
- .layui-layer-imgbar,
- .layui-layer-imguide {
- display: none
- }
-
- .layui-layer-imgnext,
- .layui-layer-imgprev {
- position: absolute;
- top: 50%;
- width: 27px;
- _width: 44px;
- height: 44px;
- margin-top: -22px;
- outline: 0;
- blr: expression(this.onFocus=this.blur())
- }
-
- .layui-layer-imgprev {
- left: 10px;
- background-position: -5px -5px;
- _background-position: -70px -5px
- }
-
- .layui-layer-imgprev: hover {
- background-position: -33px -5px;
- _background-position: -120px -5px
- }
-
- .layui-layer-imgnext {
- right: 10px;
- _right: 8px;
- background-position: -5px -50px;
- _background-position: -70px -50px
- }
-
- .layui-layer-imgnext: hover {
- background-position: -33px -50px;
- _background-position: -120px -50px
- }
-
- .layui-layer-imgbar {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 32px;
- line-height: 32px;
- background-color: rgba(0, 0, 0, .8);
- background-color: #000\9;
- filter: Alpha(opacity=80);
- color: #fff;
- overflow: hidden;
- font-size: 0
- }
-
- .layui-layer-imgtit * {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: top;
- font-size: 12px
- }
-
- .layui-layer-imgtit a {
- max-width: 65%;
- overflow: hidden;
- color: #fff
- }
-
- .layui-layer-imgtit a: hover {
- color: #fff;
- text-decoration: underline
- }
-
- .layui-layer-imgtit em {
- padding-left: 10px;
- font-style: normal
- }
-
- @-webkit-keyframes layer-bounceOut {
- 100% {
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7)
- }
-
- 30% {
- -webkit-transform: scale(1.05);
- transform: scale(1.05)
- }
-
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1)
- }
- }
-
- @keyframes layer-bounceOut {
- 100% {
- opacity: 0;
- -webkit-transform: scale(.7);
- -ms-transform: scale(.7);
- transform: scale(.7)
- }
-
- 30% {
- -webkit-transform: scale(1.05);
- -ms-transform: scale(1.05);
- transform: scale(1.05)
- }
-
- 0% {
- -webkit-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1)
- }
- }
-
- .layer-anim-close {
- -webkit-animation-name: layer-bounceOut;
- animation-name: layer-bounceOut;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .2s;
- animation-duration: .2s
- }
-
- @media screen and (max-width: 1100px) {
- .layui-layer-iframe {
- overflow-y: auto;
- -webkit-overflow-scrolling: touch
- }
- }
-
-
- @font-face {
- font-family: "layui-layer-ico"; /* Project id 3421384 */
- src: url('//at.alicdn.com/t/font_3421384_y8rr9r2557.woff2?t=1653294211108') format('woff2'),
- url('//at.alicdn.com/t/font_3421384_y8rr9r2557.woff?t=1653294211108') format('woff'),
- url('//at.alicdn.com/t/font_3421384_y8rr9r2557.ttf?t=1653294211108') format('truetype');
- }
-
- .layui-layer-ico {
- font-family: "layui-layer-ico" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .layui-gantan:before {
- content: "\e61d";
- }
-
- .layui-layer-close3:before {
- content: "\eaf2";
- }
-
- .layer-tips-img .layui-layer-content {
- padding: 0;
- background: none;
- box-shadow: none;
- }
- .layer-tips-img .layui-layer-content img {
- box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
- }
-
-
- .layer-tips-img i.layui-layer-TipsR {
- border-bottom-color: #fff;
- }
|