templates.wxss 1.1 KB
/* pages/template/template.wxss */
/* 公共tabbar */
 .tabbar_box {
  width: 100%;
  height: 100rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60rpx;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1rpx solid #EBEBEB;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #333333;
}

.release_box {
  width: 104rpx;
  height: 136rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-50rpx;
}
.release_box image {
    width: 100%;
    height: 100%;
}
.icon-xiangji {
  font-size: 56rpx;
  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: #E0492C;
}
.tabbar_item {
    position: relative;
    display: flex;
    align-items: center;
}
.tabbar_item image {
    width: 48rpx;
    height:76rpx;
}
.tip-point {
    width: 16rpx;
    height: 16rpx;
    background-color: #53A6FA;
    position: absolute;
    top: 2rpx;
    right: 6rpx;
    border-radius: 50%;
}