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.

27 lines
457 B

@import url(./element.less);
@font-face {
font-family: "myFont";
src: url("./font/PingFangSC-Semibold.ttf"),
url("./font/PingFangSC.ttf");
}
html,body {
width: 100%;
height: 100%;
font-size: 62.5%;
color: #3c3c3c;
font-family: 'myFont';
}
.page-container {
position: relative;
width: 100%;
min-height: 100%;
background: #fff;
border-radius: 4px;
}
.y-btn {
cursor: pointer;
display: inline-block;
margin-right: 10px;
}