king51
发表于 2018-2-26 20:51:39
:lol 别乱说,还有全球mjj论坛呢
zhaoxianjin
发表于 2018-2-26 21:58:43
把这货删掉就正了,插个眼以后也许用得上
.mirror_ifrom
{
-webkit-transform:scaleX(-1);
animation:mirror forwards 0s ;
/* Firefox: */
-moz-animation:mirror forwards 0s ;
/* Safari and Chrome: */
-webkit-animation:mirror forwards 0s ;
/* Opera: */
-o-animation:mirror forwards 0s ;
}
@keyframes mirror
{
from {transform:scaleX(1);}
to {transform:scaleX(-1);}
}
@-moz-keyframes mirror /* Firefox */
{
from {
-moz-transform:scaleX(1);
}
to {
-moz-transform:scaleX(-1);
}
}
@-webkit-keyframes mirror /* Safari 和 Chrome */
{
from {-webkit-transform:scaleX(1)}
to {-webkit-transform:scaleX(-1)}
}
@-o-keyframes mirror /* Opera */
{
from {-o-transform:scaleX(1);}
to {-o-transform:scaleX(-1);}
}
.boom{
position:fixed;margin:auto;left:0; right:0; top:0; bottom:0;width:280px; height:150px;
}
.boom input{
width: 200px;
height: 22px;
-moz-box-shadow: 2px 1px 5px #000000;
-webkit-box-shadow: 2px 1px 5px #000000;
box-shadow: 2px 1px 5px #000000;
border:solid 1px #8f848f;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.boom button{
height: 22px;
margin-left: 10px;
background-color: white;
-moz-box-shadow: 2px 1px 5px #000000;
-webkit-box-shadow: 2px 1px 5px #000000;
box-shadow: 2px 1px 5px #000000;
border:solid 1px #8f848f;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}