fourcal/src/main/resources/static/assets/css/public.css

68 lines
1.4 KiB
CSS
Raw Normal View History

2021-10-28 08:09:50 +00:00
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{
margin:0;
padding:0;
}
html{
color:#000;
overflow-y:scroll;
overflow:-moz-scrollbars-vertical;
font-size: 100px;
}
body,button,input,select,textarea{
font-size:.12rem;
font-family:"Microsoft Yahei";
}
h1,h2,h3,h4,h5,h6{font-size:.14rem;}
i,em{font-style:normal;}
small{font-size:.1rem;}
ul,ol{list-style:none;}
a{
text-decoration:none;
cursor: pointer;
}
a:hover{text-decoration:none;}
legend{color:#000;}
fieldset,img{border:0;}
table{
border-collapse:collapse;
border-spacing:0;
}
img{
-ms-interpolation-mode:bicubic;
display: inline-block;
vertical-align: middle;
}
textarea{resize:vertical;}
label,button{cursor:pointer;}
.clear{clear:both;}
@media screen and (max-width: 719px){ /* for:640px */
html{font-size: 88.88px;}
}
@media screen and (max-width: 639px){ /* for:480px */
html{font-size: 66.66px;}
}
@media screen and (max-width: 479px){ /* for:320px */
html{font-size: 44.44px;}
}
#chg-bussy {
background:none repeat scroll 0 0 #4e4e4e;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
color:#fff;
width:34%;
font-size: 0.3rem;
min-height:70px;
opacity: 0.8;
filter: alpha(opacity=80);
zoom:1;
position:absolute;
top:40%;
left:31%;
line-height:30px;
padding:20px;
z-index:9999;
}