fugongshenqing.wxss 2.3 KB
/* pages/ resumption/resumption.wxss */page{
  background: #F9F9FB
}

.backhead {
  width: 750rpx;
  height: 320rpx;
  font-size: 0;
}

.backbox {
  width: 750rpx;
  height: 860rpx;
  background: linear-gradient(180deg, rgba(28, 143, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
  opacity: 1;
  position: relative;
}

.backboxitem {
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  display:flex;
  justify-content: center;
  flex-direction: column;
}

.backtop {
  width: 690rpx;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
  padding: 0 26rpx;
  box-sizing: border-box;
  margin:0 auto;
}
.useboxitem{
  width:100%;
  padding: 30rpx 0;
  box-sizing: border-box;
  background: #fff;
  border-bottom:1rpx solid #f5f5f5;
}
.leftimg{
  width:48rpx;
  height:48rpx;
  font-size: 0
}
.itemname{
  font-size:28rpx;
  font-weight: bold;
  
}

.ren{
  color:#EF7847;
  font-size: 28rpx;
  margin-right:26rpx;
}
.loimg{
  width:48rpx;
  height:48rpx;
  font-size: 0
}
.lotop{
  display:flex;
  justify-content: flex-end;
  align-items: center
}
.seltype{
  width:400rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;

  margin-right:24rpx;
}
.commonenter{
  width:420rpx;
  margin-right:50rpx;

}
.commonenter input{
  width:100%;
  height:100%;
  text-align: right
}
.userbox{
  margin-top:30rpx;
}

.selzuo{
  margin-right:56rpx;
}
.sellefitemimg{
  width:24rpx;
  height:24rpx;
  font-size: 0;
  margin-right:18rpx;
}
.gicity{
  width:300rpx;
}
.addbtn{
  width:364rpx;
  height:88rpx;
  background: #1C8FFF;
  border-radius: 44rpx;
  margin:56rpx auto 0;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
}

.rangeimg{
    width:32rpx;
    height:32rpx;
    font-size: 0;
    margin-right: 8rpx;
}
.rangename{
    color:#FA3030;
    font-size:28rpx;
}
.range{
    padding:30rpx;
    justify-content: flex-end;
}
.commonenter{
  margin-right:0;
}
.entertext{
  height:125rpx;
  margin-top:18rpx;
}
.entertext textarea{
  width:100%;
  height:100%;
}
.upimg{
  width:160rpx;
  height:160rpx;
  font-size: 0;
  margin-top:18rpx;
}
.imgflex{
  flex-wrap: wrap
}
.showimg{
  margin-right:23rpx;
  margin-bottom:10rpx;
  position: relative
}
.chadel{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  position: absolute;
  right:-10rpx;
  top:-10rpx;
}