@ -6,7 +6,7 @@
box-sizing: border-box;
padding: 10px;
font-size: 16px;
font-family: Source Han Sans CN;
// font-family: Source Han Sans CN;
font-weight: 400;
color: #000000;
}
@ -168,7 +168,7 @@ export class LinkageForcesComponent implements OnInit {
ngOnInit(): void {
this.getAllFireForce()
window.onload = () => {
setTimeout(() => {
var mySwiper = new Swiper('.swiper-container', {
slidesPerView: 10,//每页显示的个数
slidesPerGroup: 3,//点击一次需要跳多少次
@ -178,9 +178,6 @@ export class LinkageForcesComponent implements OnInit {
prevEl: '.swiper-button-prev',
},
})
this.createMap()
}, 0);
@ -18,7 +18,7 @@ table { text-align: center; border-collapse: collapse; padding:2px;}
width: 100%;
height: 100%;
overflow-y: auto;
color: #333333;
@ -31,7 +31,7 @@ table { text-align: center; border-collapse: collapse; padding:2px;}
p{
height: 14px;
font-size: 14px;
line-height: 14px;
@ -54,7 +54,7 @@ table { text-align: center; border-collapse: collapse; padding:2px;}
@ -8,7 +8,7 @@
position: relative;
.name{
font-size: 20px;
color: #FFFFFF;
@ -37,7 +37,7 @@
line-height: 36px;
background: #EEF1F5;
opacity: 0.4;
@ -1,12 +1,19 @@
@import './app/theme.scss';
@import "./app/ngZorroTree.css"; /* 引入组件样式 */
@font-face
{
font-family: Regular;
src: url('./assets/font/SourceHanSansCN-Regular.otf'),
html,body{
height:100%;
margin:0 auto;
padding:0;
overflow: hidden;
font-family: Regular
ul,ol,dl,li,dt,dd,p,form,input,h1,h2,h3,h4,h5,h6,section,article,aside,header,footer,nav,figure,time,mark,main,canvas{
margin:0;
@ -112,7 +119,7 @@ table td.mat-footer-cell:last-of-type{
border-radius: 4px;
margin: 0 5px;
color: #0080FF;