sellidel.wxss 1.9 KB
@import '../../partneritem/sureorder/sureorder.wxss';

page{
  background: #fff;
}
.type_good{
  display: flex;
  align-items: center;
  height:80rpx;
  padding-left: 37rpx;
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
  border-bottom:1rpx solid #f5f5f5;
}
.enterdescribe{
  width:750rpx;
  height:236rpx;
  border-bottom:16rpx solid #FCF8F7;
}
.describetext{
  width:750rpx;
  height:236rpx;
  padding: 15rpx 34rpx;
  line-height: 50rpx;
  color:#CCBAB8;
  font-size: 28rpx;
  box-sizing: border-box;
}
.support{
  display:flex;
  height:100rpx;
  justify-content: space-between;
  align-items: center;
  padding: 0 45rpx;
}
.supportitem{
  padding: 14rpx 22rpx;
  color:#999999;
  font-size: 26rpx;
  border: solid 1rpx #EBEBEB;
  border-radius:30rpx;
}
.support .active{
  color:#fff;
  border: none;
  background: #FD8779;
}
.publish{
  width:686rpx;
  height:80rpx;
  background:rgba(253,135,121,1);
  border-radius:40rpx;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 80rpx;
  margin: 36rpx auto;
}
.uploadtext{
  padding:27rpx 0rpx 12rpx 38rpx;
  box-sizing: border-box;
}
.picture{
  color:#292525;
  font-size: 28rpx;
  font-weight: bold;
}
.uploadimg{
  color:#CCBAB8;
  font-size: 28rpx;
}
.choseimg{
  overflow:hidden;
  padding: 0 0rpx 27rpx 0rpx;
  border-bottom:16rpx solid #FCF8F7;
}
.selectpic{
  float:left;
  width:160rpx;
  height:160rpx;
  font-size: 0;
  margin-left:20rpx;
  margin-top: 20rpx;
  position: relative
}
.selectpic image{
  width:100%;
  height:100%;
}
.selectpic video{
  width:160rpx;
  height:160rpx;
}
.commentlist_name{
  font-size: 28rpx;
}
.goodedescribe{
  border-top: solid 16rpx #FCF8F7;
}
.selshop{
  width: auto;
  padding-top: 3rpx;
  text-align: right;
}
.select_size{
  color: #666666;
  font-size: 26rpx;
}
.parcurr{
  color: #fff;
  border: none;
  background: #FD8779;
}

.del {

top:5rpx;
right:0rpx;
color:#999;
font-size:40rpx;

}