73 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| $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;
 | |
|   }
 | |
| }
 | |
| 
 |