[genuitec-file-id="wc1-283"],[genuitec-lp-path="/WeiXinA/WebRoot/index.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

@charset "UTF-8";
body {
    /*max-width: 350px;*/
    /*text-align:center;*/
}
html{
	background-color:blue;
}

.headImg{
	position: absolute;
    top:1px;
    left:1px;
	height:35px;
	width:35px;
}
.headImg img{ border-radius:50%}
.nickname {
	position: absolute;
    top:10px;
    left:100px;
    width:200px;
	text-align: left;
	color: blue
}
.date-item {
	position: relative;
	margin:1%;
	float: left;
	padding: 0;
	width:23%;
	
	border-collapse: collapse;
	border: 1px solid #d7E1fb;
	text-align:center;
	line-height:0;
	
	background-color: #efefef; /* Can be set to transparent */ 
	 
	-webkit-border-radius: 20px; 
	
	
}
.date-item img{	
	width:60px;
	height:60px;
}

.date-text {
	margin: 10px 0 0 0;
	float: right;	
	padding: 0px;
	width:100%;
	background-color: #d7E1fb;
	border: 1px solid #d7E1fb;
	font-size:16px;
}

.divnum{
	    /*display: none;*/
	position: absolute;
	top:0px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	right:0px;
	float:right ;
	background: red;
}


