106 lines
1.7 KiB
CSS
106 lines
1.7 KiB
CSS
/* 删除: 之前的样式 */
|
|
/* 添加重置CSS样式 */
|
|
html,
|
|
body,
|
|
div,
|
|
span,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p,
|
|
video {
|
|
font-family: '宋体';
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
font: inherit;
|
|
vertical-align: baseline;
|
|
box-sizing: border-box;
|
|
user-select: none; /* 添加: 禁止文字选中 */
|
|
}
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
line-height: 1;
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
html::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.bg {
|
|
height: 100%;
|
|
width: 100%;
|
|
background-image: url(../res/images/bj.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: left top;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.bg1{
|
|
height: 100%;
|
|
width: 100%;
|
|
background-image: url(../res/images/bj.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: left top ;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
#app{
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
font-family: "iconfont"; /* Project id 4891760 */
|
|
src: url('../res/font/iconfont.woff2?t=1744614833234') format('woff2'),
|
|
url('../res/font/iconfont.woff?t=1744614833234') format('woff'),
|
|
url('../res/font/iconfont.ttf?t=1744614833234') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
color: #FFFFFF;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-nav07:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-nav06:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-nav08:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-nav05:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.icon-l09:before {
|
|
content: "\e605";
|
|
}
|
|
|
|
.icon-l10:before {
|
|
content: "\e606";
|
|
}
|