45 lines
607 B
CSS
45 lines
607 B
CSS
|
|
html,
|
||
|
|
body,
|
||
|
|
#app {
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul, li {
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
li {
|
||
|
|
list-style-type: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* h标题 */
|
||
|
|
h1,h2,h3,h4,h5,h6 {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
i {
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.footerBox{
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
left: 50%;
|
||
|
|
width: 760px;
|
||
|
|
margin-left: -380px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.publicName{
|
||
|
|
background: url(../../assets/img/components/nameBg.png) no-repeat center;
|
||
|
|
background-size: 420px 48px;
|
||
|
|
height: 48px;
|
||
|
|
line-height: 48px;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 20px;
|
||
|
|
color: #fff;
|
||
|
|
margin: 10px 0;
|
||
|
|
}
|