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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/* Author: mingyuhisoft@163.com
* Github:https://github.com/imingyu/jquery.mloading
* Npm:npm install jquery.mloading.js
* Date: 2016-7-4
*/
. mloading-container {
position : relative ;
min-height : 70 px ;
-webkit-transition : height 0 .6 s ease-in-out ;
-o-transition : height 0 .6 s ease-in-out ;
transition : height 0 .6 s ease-in-out ;
}
. mloading {
position : absolute ;
background : #E9E9E8 ;
font : normal 12 px / 22 px " Microsoft Yahei " , " 微软雅黑 " , " 宋体 " ;
display : none ;
z-index : 1600 ;
background : rgba ( 233 , 233 , 232 , 0 ) ;
}
. mloading . active {
display : block ;
}
. mloading . mloading-mask {
background : rgba ( 233 , 233 , 232 , 0 .75 ) ;
filter : progid : DXImageTransform . Microsoft . Alpha ( opacity = 75 ) ;
}
. mloading-full {
position : fixed ;
width : 100 % ;
height : 100 % ;
top : 0 ;
left : 0 ;
}
. mloading-container > . mloading {
top : 0 px ;
left : 0 px ;
width : 100 % ;
height : 100 % ;
}
. mloading-body {
width : 100 % ;
height : 100 % ;
position : relative ;
}
. mloading-bar {
width : 250 px ;
min-height : 22 px ;
text-align : center ;
background : #fff ;
box-shadow : 0 1 px 2 px rgba ( 0 , 0 , 0 , 0 .27 ) ;
border-radius : 7 px ;
padding : 20 px 15 px ;
font-size : 14 px ;
color : #999 ;
position : absolute ;
top : 50 % ;
left : 50 % ;
margin-left : - 140 px ;
margin-top : - 30 px ;
word-break : break-all ;
}
@media ( max-width : 300 px ) {
. mloading-bar {
width : 62 px ;
height : 56 px ;
margin-left : - 30 px !important ;
margin-top : - 30 px !important ;
padding : 0 ;
line-height : 56 px ;
}
. mloading-bar > . mloading-text {
display : none ;
}
}
. mloading-bar-sm {
width : 62 px ;
height : 56 px ;
margin-left : - 30 px !important ;
margin-top : - 30 px !important ;
padding : 0 ;
line-height : 56 px ;
}
. mloading-bar-sm > . mloading-text {
display : none ;
}
. mloading-icon {
width : 16 px ;
height : 16 px ;
vertical-align : middle ;
}
. mloading-text {
margin-left : 10 px ;
}