eOrder.wxss 1.3 KB
page{
  background: #f7f7f7;
}
.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
}
.top{
  width: 750rpx;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 32rpx;
  background: #fff;
}
.top textarea{
  width: 100%;
  height:200rpx;
  font-size:26rpx;
  font-family:PingFang SC;
  font-weight:400;
  opacity:1;
  /* background: rosybrown; */
  
}
.top_bottom{
  display: flex;
  justify-content: space-between;
}
.top_item{
  margin-top: 10rpx;
  display: flex;
  flex-wrap: wrap;
}
.top_item_pic{
  width:128rpx;
  height:128rpx;
  opacity:1;
  display: flex;
  margin-top: 30rpx;
  margin-right: 40rpx;
  position: relative;
}
.top_item_pic image{
  width: 100%;
  height: 100%;
}
.top_bottom_right{
  
  font-size:22rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(51,51,51,1);
  opacity:1;
}
.bottom{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_btn{
  margin-top: 248rpx;
  width:688rpx;
  height:96rpx;
  line-height: 96rpx;
  text-align: center;
  background:linear-gradient(168deg,rgba(181,222,150,1) 0%,rgba(74,172,32,1) 100%,rgba(0,0,0,1) 100%);
  opacity:1;
  border-radius:48rpx;

  font-size:34rpx;
  font-family:PingFang SC;
  font-weight:600;
  color:rgba(255,255,255,1);
}
.delete{
  position: absolute;
  right: 10rpx;
  top: -3rpx;
  font-size: 30rpx;
}