增加字体
This commit is contained in:
parent
07ad7062a9
commit
658c40dae2
|
@ -7,6 +7,10 @@ html,body{
|
||||||
color: #d3d6dd;
|
color: #d3d6dd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'YouSheBiaoTiHei';
|
||||||
|
src: url(../font/YouSheBiaoTiHei-2.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
html .el-message {
|
html .el-message {
|
||||||
--yh-bg-color-container:#242424;
|
--yh-bg-color-container:#242424;
|
||||||
|
|
Binary file not shown.
|
@ -54,20 +54,21 @@ const returnHome = () => {
|
||||||
line-height: 46px;
|
line-height: 46px;
|
||||||
|
|
||||||
.title-text {
|
.title-text {
|
||||||
|
font-family: 'YouSheBiaoTiHei';
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
font-weight: 900;
|
font-weight: 400;
|
||||||
letter-spacing: 6px;
|
letter-spacing: 6px;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #ECEDEE;
|
color: #ECEDEE;
|
||||||
text-shadow: 0px 4px 1px rgba(50, 81, 140, 0.66);
|
text-shadow: 0px 4px 1px rgba(50, 81, 140, 0.66);
|
||||||
background: linear-gradient(
|
// background: linear-gradient(
|
||||||
0deg, rgba(141, 185, 253, 0.45) 0%,
|
// 0deg, rgba(141, 185, 253, 0.45) 0%,
|
||||||
rgba(237, 247, 255, 0.45) 73.3154296875%,
|
// rgba(237, 247, 255, 0.45) 73.3154296875%,
|
||||||
rgba(255, 255, 255, 0.45) 100%);
|
// rgba(255, 255, 255, 0.45) 100%);
|
||||||
opacity: 0.89;
|
// opacity: 0.89;
|
||||||
-webkit-background-clip: text;
|
// -webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
// -webkit-text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue