css
This commit is contained in:
		@@ -92,7 +92,7 @@ export default {
 | 
			
		||||
        position: relative;
 | 
			
		||||
        display: flex;
 | 
			
		||||
        .flex-left {
 | 
			
		||||
          width: calc(100% - 200px);
 | 
			
		||||
          width: calc(100% - 224px);
 | 
			
		||||
          h3 {
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            line-height: 48px;
 | 
			
		||||
@@ -101,6 +101,13 @@ export default {
 | 
			
		||||
            font-size: 34px;
 | 
			
		||||
            color: #333;
 | 
			
		||||
            margin-bottom: 32px;
 | 
			
		||||
            text-overflow: -o-ellipsis-lastline;
 | 
			
		||||
            overflow: hidden;	
 | 
			
		||||
            text-overflow: ellipsis;
 | 
			
		||||
            display: -webkit-box;	
 | 
			
		||||
            -webkit-line-clamp: 2;
 | 
			
		||||
            line-clamp: 2;
 | 
			
		||||
            -webkit-box-orient: vertical;
 | 
			
		||||
          }
 | 
			
		||||
          p {
 | 
			
		||||
            color: #999;
 | 
			
		||||
@@ -120,6 +127,7 @@ export default {
 | 
			
		||||
          img {
 | 
			
		||||
            width: 200px;
 | 
			
		||||
            height: 200px;
 | 
			
		||||
            margin-left: 24px;
 | 
			
		||||
          }
 | 
			
		||||
          div {
 | 
			
		||||
            width: 100px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user