order_info.wxss 2.6 KB
/* pages/order_info/order_info.wxss */
page{
  background:rgba(247,247,247,1);
  margin: auto;
  text-align: center;
}
.contentBox{
   width:686rpx;
   margin: auto;
   background:rgba(255,255,255,1);
   border-radius:32rpx;
   border: black;
   margin-top:30rpx ;
}
.text-line{
  display:  flex;
  justify-content: flex-start;
  flex-wrap:wrap
}
.name_box{
  width: 180rpx;
  text-align: left;
  font-weight: bold;
}
.mobile_box{
  width: 280rpx;
  text-align: left;
  font-weight: bold;
}
.address_box{
  margin-top: 16rpx;
  margin-bottom: 16rpx;
  width: 100%;
  font-size:24rpx;
}
.image_box{
  margin: 32rpx;
  background:rgba(247,247,247,1);
  border-radius:16rpx;
}
.image_box image{
  width:160rpx;
  height:160rpx;
  border-radius:16rpx;
}
.goodinfo{
  /* height: 224rpx; */
  display:  flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.good_text{
  width: 390rpx;
  margin-top: 32rpx;
  text-align: left;
  font-size:28rpx;
  font-weight:bold;
  color:rgba(6,18,31,1);
  line-height:40rpx;
}
.price{
  width: 200rpx;
  height:36rpx;
  font-size:36rpx;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(254,64,5,1);
  line-height:36rpx;
}
.good_name{
  margin-right: 50rpx;
}
.good_price{
  margin-top: 42rpx;
  display:  flex;
  justify-content: space-between;
}

.num{
  width: 70rpx;
}

.kd{
  padding: 32rpx;
  display:  flex;
  justify-content: space-between;
}

.sj{
  margin:32rpx;
  font-size:24rpx;
}

.sj .text-line{
  padding-bottom: 16rpx;
}


.bottom{
  position:fixed;
  bottom: 0rpx;
  width:750rpx;
  line-height: 98rpx;
  height:98rpx;
  text-align: left;
  display:  flex;
  justify-content: flex-end;
  background:rgba(255,255,255,1);
}
.total{
  width:112rpx;
height:42rpx;
font-size:28rpx;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:rgba(61,68,76,1);
}
.price_total{
  width:146rpx;
  height:48rpx;
  font-size:40rpx;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  margin-left: 40rpx;
  color:rgba(254,64,5,1);
}
.order_sn{
  padding: 32rpx;
}
.order_time {
  padding: 16rpx;
  padding-left:32rpx ;
 
}

.address{
  padding-top: 16px;
  padding-left: 16px;
}
.address image{
  width: 32rpx;
  height: 32rpx;
  padding-right: 10px;
}
.address_info{
  text-align: left;
  padding-bottom: 16px;
  padding-left: 16px;
}
.yunbox{
  width: 100%;
  justify-content:space-between
}
.wuliu{
  color: rgba(255,177,99,1);
  text-align: center;
  line-height:64rpx;
  width:168rpx;
  height:64rpx;
  border-radius:8rpx;
  border:1px solid rgba(255,177,99,1);
}
.wuliubox{
  padding-top: 2rpx;
  width: 100%;
  display: flex;
  justify-content:flex-end;
}