<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-07-06 10:04:25
 * @version $Id$
 */
 /*安卓手机*/
 @media(max-width:360px){
 	.gn_list li{
		width:144px;
		height:192px;
		background-size:144px 192px;
		margin-bottom:15px;
		float:left;
    }
 }
 /* iHpone 5 小屏 */
@media(min-width:361px)and(max-width:374px){
	   .gn_list li{
		width:144px;
		height:192px;
		margin-bottom:15px;
		float:left;
		background-size:144px 192px;
	}
}
/* iHpone 6s */
@media(min-width:375px){
	.gn_list li{
		width:170px;
		height:227px;
		margin-bottom:15px;
		float:left;
		background-size:170px 227px;
	}
   .history_list li .date{
    width:80px;
   }
   .history_list li .text{
	width:235px;
	margin-top:8px;
   }
}
/* iHpone 6p 大屏 */
@media(min-width:376px){
	   .gn_list li{
		width:176px;
		height:248px;
		margin-bottom:15px;
		float:left;
		background-size:176px 248px;
	}
}
@media(min-width:720px) and (max-width:1079px){
	   .gn_list li{
		width:334px;
		height:426px;
		margin-bottom:15px;
		float:left;
		background-size:334px 426px;}
}
@media(min-width:1080px){
	   .gn_list li{
		width:505px;
		height:674px;
		margin-bottom:15px;
		float:left;
		background-size:505px 674px;}
}</pre></body></html>