buildtext.wxss 1.9 KB
@import '../../../common/common.wxss';

.slide-image{
  width:100%;
  height:100%;
}
.swiper_image,.swiper_item_img{
  height:360rpx;
}
.user_comment{
  padding-bottom: 120rpx;
}
.swiper_image{
  position:relative;
}
.dots{
  /* width: 156rpx; */
  height: 36rpx;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 320rpx;
  bottom: 12rpx;
}
/*未选中时的小圆点样式 */
.dot{
  width: 16rpx;
  height: 16rpx;
  border-radius: 50%;
  margin-right: 26rpx;
  background-color: white;
}
/*选中以后的小圆点样式  */
.active{
  width: 36rpx;
  height: 16rpx;
  border-radius:8rpx;
  background-color: #fff;
}
/* 关注 */
.attention{
  height:70rpx;
  background: #FD8779;
  padding: 22rpx 33rpx;
  display:flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.attentintext{
  color:#fff;
  font-size: 26rpx;
}
.attentinword{
  width:137rpx;
  height:46rpx;
  border:1rpx solid rgba(255,255,255,1);
  border-radius:23rpx;
  color:#fff;
  font-size: 24rpx;
  text-align: center;
  line-height: 46rpx;
}
.search{
  width:562rpx;
  height:64rpx;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 12rpx 12rpx 12rpx 33rpx;
  box-sizing: border-box;
  background: #FAFAFA;
  border-radius:50rpx;
  margin: 12rpx 18rpx 12rpx 0;
}
.searchimg{
  width:33rpx;
  height:33rpx;
  font-size: 0
}
.searchimg image{
  width:100%;
  height:100%;
}
.enterword{
  width:485rpx;
  color:#B2B2B2;
  font-size: 28rpx;
}
.mew_right{
  display:flex;

}
.new{
  width:68rpx;
  text-align: center;
  color:#A89997;
  font-size: 24rpx;
}
.new_active{
  color:#FD8779;
}
.searchbuildtext{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32rpx;
}
.editword{
  width:524rpx;
  position: relative;
  text-indent: -2
}
.openword{
  position:absolute;
  right:-63rpx;
  bottom:-2rpx;
  color:RGBA(253, 135, 121, 1);
  font-size: 28rpx;
}
.essays_text{
  width:524rpx;
   text-indent: -2
}