<!-- 子页布局背景 -->
.postBody {
padding: 15px 10px 10px 20px;
-webkit-box-shadow: 1px 2px 3px #ddd;
box-shadow: 0 2px 0 #ddd;
background: #fff;
position: relative;
}


.post h2{color:#3399CC; text-decoration:none;font-weight:bold;font-size:1.1em;}/*链接设置*/
.post h2:visited{color:#3399CC; text-decoration:none;font-weight:bold;font-size:1.2em;}/*访问过的链接设置*/
.post h2:hover{color:#CF0000; text-decoration:underline;font-weight:bold;font-size:1.3em;}/*鼠标放上的链接设置*/



 /*3D tag样式*/
.tagBall_self {
      width: 250px;
      height: 250px;
      margin: 25px auto;
      position: relative;
}
.tag_self {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      color: #000;
      text-decoration: none;
      font-size: 15px;
      font-family: "微软雅黑";
      font-weight: bold;
      will-change: transform;
}
.tag_self:hover {
      border: 1px solid #666;
}