outbackpeopledoor.wxss 2.2 KB
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;
}

.plan {
  width: 300rpx;
}

.commonenter {
  width: 420rpx;
  margin-right: 50rpx;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.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;
}

.enterzhong {
  color: #fa3030;
  font-size: 32rpx;
  width: 690rpx;
  margin:0 auto;
  padding: 26rpx 0 0;
  box-sizing: border-box;
}
.tu{
  text-align: right;
  margin-right:50rpx;
}