You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							75 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							75 lines
						
					
					
						
							1.3 KiB
						
					
					
				
								#comments {
							 | 
						|
								
							 | 
						|
								  .no-list {
							 | 
						|
								    text-align: center;
							 | 
						|
								    padding: 10px 0;
							 | 
						|
								  }
							 | 
						|
								  background: #FFFFFF;
							 | 
						|
								
							 | 
						|
								  .comment_list {
							 | 
						|
								    font-size: 12px;
							 | 
						|
								    line-height: 20px;
							 | 
						|
								    padding: 10px 15px;
							 | 
						|
								    .comment_user {
							 | 
						|
								      display: flex;
							 | 
						|
								      align-items: center;
							 | 
						|
								      .img-box {
							 | 
						|
								        display: flex;
							 | 
						|
								        align-items: center;
							 | 
						|
								        flex: 1;
							 | 
						|
								        image{
							 | 
						|
								          width: 25px;
							 | 
						|
								          height: 25px;
							 | 
						|
								          border-radius: 100%;
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								      .rater {
							 | 
						|
								        .vlc-rater {
							 | 
						|
								          display: flex;
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								      .user_name {
							 | 
						|
								        margin-left: 15px;
							 | 
						|
								        display: inline-block;
							 | 
						|
								        color: #717071;
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								
							 | 
						|
								    .comment_content {
							 | 
						|
								      margin-top: 0px;
							 | 
						|
								    }
							 | 
						|
								
							 | 
						|
								    .comment-img {
							 | 
						|
								      font-size: 0;
							 | 
						|
								      margin: 5px 0;
							 | 
						|
								      image{
							 | 
						|
								        display: inline-block;
							 | 
						|
								        width: 25%;
							 | 
						|
								        //height: 100%;
							 | 
						|
								        padding: 0 5px;
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								
							 | 
						|
								    .comment_time {
							 | 
						|
								      display: flex;
							 | 
						|
								      align-items: center;
							 | 
						|
								      margin: 10px 0;
							 | 
						|
								      .time {
							 | 
						|
								        margin-right: 15px;
							 | 
						|
								      }
							 | 
						|
								      color: #838282;
							 | 
						|
								    }
							 | 
						|
								    .all-comment {
							 | 
						|
								      text-align: center;
							 | 
						|
								      .text {
							 | 
						|
								        margin-top: 10px;
							 | 
						|
								        display: inline-block;
							 | 
						|
								        font-size: 10px;
							 | 
						|
								        color: #4A4A4A;
							 | 
						|
								        border: 1px solid #4A4A4A;
							 | 
						|
								        border-radius: 3px;
							 | 
						|
								        padding: 2px 4px;
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								  }
							 | 
						|
								}
							 |