mypublish.wxss 3.1 KB
@import '../used/used.wxss';
@import '../../../style/base.wxss';
@import '../../person/myReport/myReport.wxss';
@import '../../../icon/icon.wxss';
page{
  background: #FCF8F7;
}

.publish_nav{
  justify-content: center;
  background: #fff;
}
.good_list{
  padding-bottom: 160rpx;
  background: #fff;
}
.mypublish{
  color:#FC7E65;
}
.nav{
  display: flex;
  align-items: center;
  justify-items: center;
  height: 90rpx;
  box-sizing: border-box;
  border-bottom: solid 16rpx #FCF8F7;
}
.nav_item{
  position: relative;
  display: flex;
  align-items: center;
  height: 65rpx;
  margin: 0 30rpx;
  color: #97A0A8;
  font-size: 32rpx;
}
.active{
  color: #FD8779;
}
.active text{
  position: absolute;
  bottom: -5rpx;
  left: 50%;
  transform: translateX(-50%);
  width: 76rpx;
  height: 4rpx;
  background: #FC7E65;
}
.release_none{
  display: block;
  padding: 38rpx;
  color: #666;
  font-size: 32rpx;
  text-align: center;
}
.good_list_item{
  position: relative;
}
.statu_btn{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCF8F7;
  font-size: 26rpx;
  border-radius: 0 0 24rpx 0;
}
.pass_box{
  width: 145rpx;
  height: 48rpx;
  background: #FD8779;
}
.notPass_box{
  width: 115rpx;
  height: 48rpx;
  background: #747474;
}
.out_box{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 371rpx;
  height: 371rpx;
  background: rgba(0, 0, 0, 0.5)
}
.out_box image{
  width: 128rpx;
  height: 112rpx;
}
.icon-yixiajia{
  display: block;
  color: #fff;
  font-size: 126rpx;
}
.message_list{
  padding: 36rpx 32rpx;
}
.message_date{
  width: 190rpx;
  height: 40rpx;
  margin: 0 auto;
  line-height: 40rpx;
  text-align: center;
  color: #fff;
  font-size: 24rpx;
  border-radius: 20rpx;
  background: #E0DDDC;
}
.mess_name{
  font-weight: bold;
}
.mess_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1rpx #EBEBEB;
}
.mess_btn{
  width: 160rpx;
  height: 60rpx;
  line-height: 60rpx;
  text-align: center;
  color: #fff;
  font-size: 30rpx;
  border-radius: 30rpx;
  background: #FD8779;
}
.report_comment{
  margin-bottom: 0;
  border-bottom: none;
}
/* 我的回复弹层 */
.reply_fn{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3)
}
.reple_box{
  width: 646rpx;
  margin: 256rpx auto 0;
  padding: 30rpx 0;
  background: #fff;
  border-radius: 36rpx;
  box-sizing: border-box;
  position:relative;
}
.reple_title{
  color: #000;
  font-size: 36rpx;
  text-align: center;
}
.reple_area{
  padding: 16rpx 39rpx;
  color: #999999;
  font-size: 28rpx;
}
.reple_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 549rpx;
  height: 80rpx;
  margin: 0 auto;
  color: #fff;
  font-size: 30rpx;
  border-radius: 40rpx;
  background:linear-gradient(0deg,rgba(253,135,121,1),rgba(255,147,134,1));
}

.cancel{
  color:#CCCCCC;
  font-size: 40rpx;
  position: absolute;
  right:4rpx;
  top:8rpx;
}

.good_address{
  width:200rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}