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.
35 lines
836 B
35 lines
836 B
@import url('@/assets/fonts/font.css');
|
|
.screenContainer {
|
|
// position: fixed;
|
|
// left: 50%;
|
|
// top: 50%;
|
|
transform-origin: 0 0;
|
|
transition: 0.3s;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
background-color: #24344E;
|
|
z-index: 100;
|
|
.header {
|
|
position: relative;
|
|
height: 125px;
|
|
padding: 21px 40px 0 40px;
|
|
background-color: #1A2537;
|
|
border-bottom: 1px solid #47556C;
|
|
// span {
|
|
// line-height: 62px;
|
|
// font-size: 30px;
|
|
// font-family: 'PangMenZhengDaoBiao';
|
|
// font-weight: 400;
|
|
// letter-spacing: 4px;
|
|
// color: #e8effb;
|
|
// background: linear-gradient(0deg, #b2ccfc 0%, #ffffff 100%);
|
|
// background-clip: text;
|
|
// -webkit-background-clip: text;
|
|
// -webkit-text-fill-color: transparent;
|
|
// }
|
|
}
|
|
|
|
.main {
|
|
padding: 12px 40px 0 40px;
|
|
}
|
|
}
|
|
|