ui库和web端产品库合并版本(还需修复细节)
This commit is contained in:
72
ui/meta/styles/theme.hzl.scss
Normal file
72
ui/meta/styles/theme.hzl.scss
Normal file
@@ -0,0 +1,72 @@
|
||||
$theme: "hzl";
|
||||
@import "common";
|
||||
.signLeftContent {
|
||||
color: #333;
|
||||
font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Source Han Sans CN, Microsoft Yahei, sans-serif;
|
||||
|
||||
.titlePane {
|
||||
margin-top: 84px;
|
||||
margin-bottom: 40px;
|
||||
font-family: MicrosoftYaHei, sans-serif;
|
||||
}
|
||||
|
||||
.subTitle:before {
|
||||
border-color: #333;
|
||||
}
|
||||
}
|
||||
|
||||
.projectName {
|
||||
font-family: MicrosoftYaHeiS0pxibold;
|
||||
font-size: 48px;
|
||||
}
|
||||
|
||||
.ai-sign {
|
||||
width: 420px !important;
|
||||
|
||||
& > .el-row--flex {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.is-always-shadow {
|
||||
box-shadow: 0 24px 48px 0 rgba(15, 56, 139, 0.05);
|
||||
width: 420px !important;
|
||||
min-height: 430px;
|
||||
|
||||
& > .el-card__body {
|
||||
padding: 20px 40px;
|
||||
}
|
||||
|
||||
.ai-scan {
|
||||
right: -30px;
|
||||
|
||||
.iconfont {
|
||||
line-height: normal;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.reset-password-row {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
.headerNav {
|
||||
.AiIcon {
|
||||
font-size: 28px !important;
|
||||
-webkit-text-fill-color: white !important;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.headerTitle {
|
||||
font-family: FZZZHONGJW--GB1-0 !important;
|
||||
line-height: normal !important;
|
||||
font-weight: normal !important;
|
||||
-webkit-text-fill-color: white !important;
|
||||
}
|
||||
|
||||
.textShadow {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user