|  | @@ -648,79 +648,6 @@ $live-bc: #3d3938;
 | 
	
		
			
				|  |  |          position: relative;
 | 
	
		
			
				|  |  |          background-color: $live-bc;
 | 
	
		
			
				|  |  |          overflow: hidden;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -        // 设置屏幕画笔
 | 
	
		
			
				|  |  | -        .draw-setting {
 | 
	
		
			
				|  |  | -          position: absolute;
 | 
	
		
			
				|  |  | -          bottom: 13px;
 | 
	
		
			
				|  |  | -          left: 22px;
 | 
	
		
			
				|  |  | -          z-index: 9999;
 | 
	
		
			
				|  |  | -          background-color: #a0a0a0;
 | 
	
		
			
				|  |  | -          padding: 6px;
 | 
	
		
			
				|  |  | -          border-radius: 40px;
 | 
	
		
			
				|  |  | -          height: 40px;
 | 
	
		
			
				|  |  | -          width: 275px;
 | 
	
		
			
				|  |  | -          line-height: 28px;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          & > span {
 | 
	
		
			
				|  |  | -            display: inline-block;
 | 
	
		
			
				|  |  | -            text-align: center;
 | 
	
		
			
				|  |  | -            margin-right: 10px;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          & > span.brush-shape {
 | 
	
		
			
				|  |  | -            width: 28px;
 | 
	
		
			
				|  |  | -            height: 28px;
 | 
	
		
			
				|  |  | -            border-radius: 50%;
 | 
	
		
			
				|  |  | -            background-color: #fff;
 | 
	
		
			
				|  |  | -            cursor: pointer;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          .draw-color {
 | 
	
		
			
				|  |  | -            position: relative;
 | 
	
		
			
				|  |  | -            top: 5px;
 | 
	
		
			
				|  |  | -            height: 18px;
 | 
	
		
			
				|  |  | -            width: 18px;
 | 
	
		
			
				|  |  | -            border-radius: 50%;
 | 
	
		
			
				|  |  | -            cursor: pointer;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          .current::after {
 | 
	
		
			
				|  |  | -            content: '';
 | 
	
		
			
				|  |  | -            position: absolute;
 | 
	
		
			
				|  |  | -            bottom: -7px;
 | 
	
		
			
				|  |  | -            left: 7px;
 | 
	
		
			
				|  |  | -            width: 4px;
 | 
	
		
			
				|  |  | -            height: 4px;
 | 
	
		
			
				|  |  | -            border-radius: 50%;
 | 
	
		
			
				|  |  | -            background-color: #292929;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          .draw-thickness {
 | 
	
		
			
				|  |  | -            height: 18px;
 | 
	
		
			
				|  |  | -            width: 18px;
 | 
	
		
			
				|  |  | -            cursor: pointer;
 | 
	
		
			
				|  |  | -            display: inline-flex;
 | 
	
		
			
				|  |  | -            flex-direction: column;
 | 
	
		
			
				|  |  | -            justify-content: center;
 | 
	
		
			
				|  |  | -            vertical-align: middle;
 | 
	
		
			
				|  |  | -            align-items: center;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -            > span {
 | 
	
		
			
				|  |  | -              border-radius: 50%;
 | 
	
		
			
				|  |  | -              background-color: #000;
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          & > .brush-clear {
 | 
	
		
			
				|  |  | -            width: 28px;
 | 
	
		
			
				|  |  | -            height: 28px;
 | 
	
		
			
				|  |  | -            border-radius: 50%;
 | 
	
		
			
				|  |  | -            background-color: #666;
 | 
	
		
			
				|  |  | -            cursor: pointer;
 | 
	
		
			
				|  |  | -            margin-right: 0;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        .button-group {
 |