myPost.wxss 2.3 KB
page{
  background: #f7f7f7;
}

.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
}
.item{
  display: flex;
  flex-flow: column;
  background: #fff;
  box-sizing: border-box;
  padding: 48rpx 32rpx;
}
.item_top{
  
  font-size:30rpx;
  font-family:PingFang SC;
  font-weight:600;
  line-height:42rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.item_mid_text{
  margin-top: 22rpx;
  font-size:26rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:30rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.item_mid_box_pic{
  margin-top: 20rpx; 
  margin-right: 10rpx;
  width:218rpx;
  height:218rpx;
  background:rgba(0,0,0,0);
  opacity:1;
  display: flex;
  
}

.item_mid_box{
  display: flex;
  flex-wrap: wrap;
}
.item_mid_box_pic image{
  width: 100%;
  height: 100%;
}
.item_bottom{
  margin-top: 18rpx;
  display: flex;
  justify-content: space-between;
}
.item_left{
  display: flex;
  width:44rpx;
  height:32rpx;
  font-size:22rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:32rpx;
  color:rgba(22,155,213,1);
  opacity:1;
}
.item_left_pic{
  width:32rpx;
  height:32rpx;
  background:rgba(0,0,0,0);
  border-radius:50%;
  opacity:1;
  display: flex;
}
.item_left_pic image{
  width: 100%;
  height: 100%;
}
.item_name{
  
  font-size:22rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:32rpx;
  color:rgba(204,204,204,1);
  margin-left: 16rpx;
  opacity:1;
}
.item_right{
  display: flex;
  align-items: center;
}
.item_right_pic{

  width:36rpx;
  height:23rpx;
  /* background:rgba(204,204,204,1); */
  opacity:1;
  display: flex;
}
.item_right_pic image{
  width: 100%;
  height: 100%;
}
.item_right_number{
  margin-left: 12rpx;
  width:24rpx;
  height:28rpx;
  font-size:20rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:28rpx;
  color:rgba(204,204,204,1);
  opacity:1;
}
.item_right_pic2{
  margin-left: 40rpx;
  width:34rpx;
  height:32rpx;
  /* background:rgba(204,204,204,1); */
  opacity:1;
  display: flex;
}
.item_right_pic2 image{
  width: 100%;
  height: 100%;
}
.button{
  width:686rpx;
  height:96rpx;
  line-height: 96rpx;
  background:linear-gradient(336deg,rgba(0,128,255,1) 0%,rgba(0,194,255,1) 100%);
  opacity:1;
  border-radius:8rpx;
  text-align: center;
  color: #fff;
  position: fixed;
  left: 32rpx;
  bottom: 30rpx;

}