/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/


/* Meidetu visual polish start */

body {

  color: #2f3640;

  background: #f6f7f9;

  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;

  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;

}



.box,

.item-in {

  border-radius: 6px;

  border: 1px solid #edf0f4;

  box-shadow: 0 6px 18px rgba(30, 41, 59, 0.045);

}



.post-list-item .item-in {

  transition: transform .18s ease, box-shadow .18s ease;

}



.post-list-item .item-in:hover {

  transform: translateY(-2px);

  box-shadow: 0 10px 24px rgba(30, 41, 59, 0.08);

}



.post-info h2 a {

  color: #222831;

  font-weight: 600;

  line-height: 1.45;

}



.post-list-meta,

.post-list-meta a {

  color: #7b8491;

}



.post-list-cat-item {

  font-weight: 500;

}



.entry-content {

  color: #3f4650;

  font-size: 16px;

}



.entry-content > p,

.content-show-roles > p {

  line-height: 1.75;

  margin-bottom: 1.45em;

}



.entry-content > h2,

.content-show-roles > h2,

.entry-content > h3 {

  color: #222831;

  font-weight: 600;

  line-height: 1.35;

}



.entry-content blockquote {

  color: #5f6875;

  background: #f4f6f8;

  border-left: 4px solid #ccd5e1;

}

/* Meidetu visual polish end */

