51 lines
		
	
	
		
			910 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			910 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* 模板 */
 | |
| .config-container {
 | |
|   padding: 20px;
 | |
|   background-color: #fff;
 | |
|   border-radius: 8px;
 | |
|   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
 | |
| }
 | |
| .config-header {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   margin-bottom: 30px;
 | |
|   padding-bottom: 15px;
 | |
|   border-bottom: 1px solid #eee;
 | |
| }
 | |
| .config-header span {
 | |
|   font-size: 18px;
 | |
|   color: #2c3e50;
 | |
|   font-weight: 500;
 | |
|   margin-right: 20px;
 | |
|   line-height: 50px;
 | |
| }
 | |
| .config-header a {
 | |
|   text-decoration: none;
 | |
| }
 | |
| .config-header a span {
 | |
|   padding: 6px 15px;
 | |
|   background: #f8f9fa;
 | |
|   border-radius: 4px;
 | |
|   color: #606266;
 | |
|   font-size: 14px;
 | |
|   transition: all 0.3s;
 | |
| }
 | |
| .config-header a span:hover {
 | |
|   background: #e9ecef;
 | |
|   color: #409eff;
 | |
| }
 | |
| .shaixuan {
 | |
|   /* margin-left: 20px; */
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
| }
 | |
| 
 | |
| .maintitle {
 | |
|   font-size: 20px;
 | |
|   font-weight: bold;
 | |
|   color: #333;
 | |
|   margin-bottom: 20px;
 | |
|   border-bottom: 1px solid #eee;
 | |
|   width: 100%;
 | |
| }
 |