templates.wxss 726 字节
/* pages/template/template.wxss */
/* 公共tabbar */
 .tabbar_box {
  width: 100%;
  height: 100rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60rpx;
  border: 1rpx solid #EBEBEB;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
}

.release_box {
  width: 100rpx;
  height: 100rpx;
  background: #53a6fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-50rpx;
}

.icon-xiangji {
  font-size: 44rpx;
  color: #fff;
}
.icon-pinglun1{
  font-size: 38rpx;
}
.tabbar_box .iconfont {
  text-align: center;
}

.tabbar_title {
  font-size: 24rpx;
  color: #666;
  text-align: center;
}
.tab_active{
  color: #53A6FA;
}