@import './pagination.css';

.bd-snippet-preview {
  padding: 1.5rem;
}
/* body {
  background: #eee;
} */
.posts {
  display: flex;
  flex-direction: column;
}
.post-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.8rem;
  border-bottom: 1px solid #eee;
}
/* .post-item__img {
  width: 3rem;
} */

.pages-bar {
  padding: 0.8rem;
}

/* 产品 */
.products {
  display: flex;
  flex-wrap: wrap;
}

.product {
  display: flex;
  width: 33%;
}

.product__img {
  width: 100%;
}

.product a {
  display: flex;
  flex: 1;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
}

.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
