shengqingshouhou.wxss 4.8 KB
page {
    width: 100%;
    height: 100%;
    background: #fafafa;
}

.page {
    width: 100%;
    min-height: 100%;
    padding-bottom: 58rpx;
    box-sizing: border-box
}

.one {
    padding: 0 25rpx;
    box-sizing: border-box;
}

.second {
    margin-top: 16rpx;
}

.goods_info {
    padding: 30rpx;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
    border-radius: 16rpx;
}

.goods_info_title, .goods_info_titles {
    font-size: 30rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(38, 54, 58, 1);
}

.goods_info_titles {
    font-size: 24rpx;
    margin-top: 10rpx;
    margin-bottom: 10rpx;
}

.goods_item {
    display: flex;
    position: relative;
    height: 100rpx;
    width: 100%;
    margin-top: 40rpx;
    margin-bottom: 15rpx;
}

.goods_avatar {
    width: 100rpx;
    height: 100rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35rpx;
}

.goods_avatar image {
    width: 100%;
    height: 100%;
}

.goods_center {
    font-size: 24rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(38, 54, 58, 1);
}

.goods_title {
    margin-bottom: 26rpx;
}

.goods_count {
    font-size: 24rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(148, 154, 154, 1);
}

.danjia {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 24rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(148, 154, 154, 1);
}

.three, .four {
    height: 100rpx;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
    border-radius: 16rpx;
    margin-top: 16rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30rpx;
    box-sizing: border-box;
}

.four {
    padding: 30rpx 30rpx 15rpx 30rpx;
    box-sizing: border-box;
    height: auto;
    display: block;
}

.three_left {
    font-size: 24rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(38, 54, 58, 1);
    display: flex;
    align-items: center;
}

.three_right {
    font-size: 30rpx;
    font-family: PingFang SC;
    font-weight: 800;
    color: rgba(93, 194, 72, 1);
}

.icon-icondayu {
    font-weight: 600 !important;
    color: #999 !important;
}

.img_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 19rpx;
}



.content_img {
    width: 160rpx;
    height: 160rpx;
    border: 2rpx dashed #ededed;
    border-radius: 11rpx;
    text-align: center;
    line-height: 160rpx;
    margin: 15rpx 78rpx 15rpx 0;
    position: relative;
}

.content_img:nth-child(3n) {
    margin-right: 0;
}

.icon-cuowu {
    position: absolute;
    top: -80rpx;
    right: 0;
    font-size: 24rpx;
    color: rgba(0, 0, 0, 0.8);
}

.content_img image {
    width: 100%;
    height: 100%;
}

.icon-jia {
    font-size: 46rpx;
    color: #ededed;
}

.five {
    font-size: 24rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    margin-top: 35rpx;
    text-align: center
}

.six {
    margin-top: 137rpx;
    width: 100%;
    height: 80rpx;
  background:rgba(255,218,68,1);
  box-shadow:0 15rpx 30rpx 0 rgba(255,204,68,0.6);
    border-radius: 40rpx;
    text-align: center;
    font-size: 26rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 80rpx;
}

/*订单取消*/
.cancelOrder_mask{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
}
.cancelOrder_diceng{
  width:600rpx;
  height: 580rpx;
  background:#fff;
  border-radius:16rpx;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  overflow-y: auto;
  padding-bottom: 127rpx;
  box-sizing: border-box
}
.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;
  z-index: 999;
}
.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);
  position: absolute;
  bottom: 47rpx;
  left: 50%;
  transform: translateX(-50%)
}