cancelOrder.wxss 1.3 KB
/* pages/my/cancelOrder/cancelOrder.wxss */
page{
  width: 100%;
  height: 100%;
}
.cancelOrder_mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
}
.cancelOrder_diceng{
  width:600rpx;
  height:500rpx;
  background:#fff;
  border-radius:16rpx;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
}
.cancel_one{
  margin:33rpx 0 37rpx;
  text-align: center;
  font-size:30rpx;
  font-family:PingFang-SC-Heavy;
  font-weight:800;
  color:rgba(34,34,34,1);
  line-height:62rpx;
}
.cancel_two{
  padding-left: 28rpx;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:35rpx;
}
.cancel_two_item{
  height:51rpx;
  background:rgba(247,247,247,1);
  border-radius:16rpx;
  margin:0 21rpx 21rpx 0;
  font-size:26rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:51rpx;
  text-align: center;
  padding:0 35rpx;
  box-sizing: border-box;
}
.cancel_two_item.active{
  background:rgba(255,218,68,1);
}
.cancel_three{
  width:500rpx;
  height:80rpx;
  margin:0 auto;
  background:rgba(255,218,68,1);
  box-shadow:0 15rpx 30rpx 0 rgba(255,204,68,0.6);
  border-radius:40rpx;
  text-align: center;
  line-height: 80rpx;
  font-size:26rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
}