You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			98 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			SCSS
		
	
		
		
			
		
	
	
			98 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			SCSS
		
	
| 
											2 years ago
										 | h1, | ||
|  | h2, | ||
|  | h3, | ||
|  | h4, | ||
|  | h5, | ||
|  | h6, | ||
|  | a { | ||
|  |     color: unset; | ||
|  | } | ||
|  | a:hover { | ||
|  |     color: #40a9ff !important; | ||
|  | } | ||
|  | .flex { | ||
|  |     display: flex; | ||
|  | 
 | ||
|  | } | ||
|  | 
 | ||
|  | .flex1 { | ||
|  |     flex: 1; | ||
|  |     word-break: break-all; | ||
|  | } | ||
|  | 
 | ||
|  | .flex-a { | ||
|  |     display: flex; | ||
|  |     align-items: center; | ||
|  | } | ||
|  | 
 | ||
|  | .flex-c { | ||
|  |     display: flex; | ||
|  |     justify-content: center; | ||
|  | } | ||
|  | 
 | ||
|  | .margin-auto { | ||
|  |     margin-left: auto; | ||
|  |     margin-right: auto; | ||
|  | } | ||
|  | $orderB:#3F84CF; | ||
|  | @media screen and (max-width: 1024px) { | ||
|  |     .pc-show { | ||
|  |         display: none !important; | ||
|  |     } | ||
|  |      | ||
|  |     .phone-box { | ||
|  |         padding:  10px !important; | ||
|  |         width: 100% !important; | ||
|  |     } | ||
|  |     .phone-box-24 { | ||
|  |         padding:  24px !important; | ||
|  |         width: 100% !important; | ||
|  |     } | ||
|  |     .phone-box-20-10 { | ||
|  |         padding:  24px 10px !important; | ||
|  |         width: 100% !important; | ||
|  |     } | ||
|  |     .phone-100 { | ||
|  |         width: 100% !important; | ||
|  |     } | ||
|  |     .phone-flex-w { | ||
|  |         display: flex; | ||
|  |         flex-wrap: wrap; | ||
|  |     } | ||
|  |   | ||
|  | } | ||
|  | 
 | ||
|  | @media screen and (min-width: 1024px) { | ||
|  |     .main-box { | ||
|  |         width: 1200px; | ||
|  |         margin: 0 auto; | ||
|  |     } | ||
|  |     .phone-show{ | ||
|  |         display: none; | ||
|  |     } | ||
|  |     | ||
|  | } | ||
|  | 
 | ||
|  | body { | ||
|  |     margin: 0 !important; | ||
|  |     background: #FAFAFA; | ||
|  |     | ||
|  | } | ||
|  | 
 | ||
|  | button { | ||
|  |     border: unset; | ||
|  | 
 | ||
|  | } | ||
|  | input{ | ||
|  |     outline: none; | ||
|  | } | ||
|  | ul { | ||
|  |     list-style: none; | ||
|  | } | ||
|  | .tips_box { | ||
|  | 	width: 100%; | ||
|  | 	text-align: center; | ||
|  | 	line-height: 300rpx; | ||
|  | 	color: #888888; | ||
|  | 	font-size: 24rpx; | ||
|  | } |