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.
24 lines
489 B
24 lines
489 B
@import "./antd.less";
|
|
@import "./datav.less";
|
|
@import "//at.alicdn.com/t/font_2847898_ku9grgp6ng.css";
|
|
@font-face {
|
|
font-family: "Bebas";
|
|
src: url("./BEBAS_.TTF");
|
|
}
|
|
.d-container {
|
|
position: relative;
|
|
width: 1920px;
|
|
margin: 0 auto;
|
|
height: auto;
|
|
background: #010B19;
|
|
border-top: 1px solid transparent;
|
|
margin-top: -1px;
|
|
}
|
|
.eds {
|
|
display:inline-block;
|
|
width: 80%;
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|