myorder.wxss 3.9 KB
/* @import '../template/template.wxss'; */

page{
  background: #f4f4f4;
}
.nav {
height:100rpx;
display:flex;
justify-content:space-between;
align-items: center;
text-align:center;
box-sizing: border-box;
padding:20rpx 20rpx;
background:#fff;
border-bottom:1rpx solid #f5f5f5;

}
.shopnav{
  height:100rpx;
  display:flex;
  /* justify-content:space-between; */
  align-items: center;
  text-align:center;
  box-sizing: border-box;
  padding:20rpx 20rpx;
  background:#fff;
  border-bottom:1rpx solid #f5f5f5;
}
.shopnavitem{
  margin-left:85rpx;
}
.shopnavitem:first-child{
  margin-left:0
}
.nav_item {
white-space:nowrap;
list-style:none;
font-size:28rpx;
color:#666666;
width:auto;
padding:0 20rpx;
position:relative;
}
.active{
  color:#15276D;

}
.active:after{
  content:"";
  display:bloc;
  position:absolute;
  left:0;
  right:0;
  margin: 0 auto;
  top:56rpx;
  width:44px;
  height:3px;
  background:#15276D;
  opacity:1;
}
.orderlist{
  padding-bottom: 50rpx;
}
.orderlistitem{
  width:710rpx;
  border:10rpx;
  margin:30rpx auto;
  background: #fff;
  display:flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 20rpx 40rpx;
  box-sizing: border-box
}
.moreorderlistitem{
  width:710rpx;
  border:10rpx;
  margin:30rpx auto;
  background: #fff;
  padding: 20rpx 43rpx;
  box-sizing: border-box;
}
.imgcontainer{
  width:450rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display:flex;
}
.orderright{
  margin-left:20rpx;
}
.orderimage{
  width:136rpx;
  height:157rpx;
  font-size: 0;
  flex:0 0 auto;
  position: relative
}
.orderimage image{
  width:100%;
  height:100%;
}
.orderfight_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rpx solid #f5f5f5;
  padding-bottom:10rpx;
}
.orderinfobottom{
  display:flex;
  align-items: center;
  margin-top:49rpx;
  justify-content: flex-end;
}
.ordermiddlelistitem{
  display:flex;
  align-items: center
}
.ordername{
  color:#333;
  font-size: 28rpx;
}
.oredercolor{
  color:#707070;
  font-size: 22rpx;
  margin-top:10rpx;
}
.orderinfoname{
  color:#707070;
  font-size:24rpx;
  margin-left:30rpx;
}
.orderinfomoney{
  color:#15276D;
  font-size: 30rpx;
  font-weight: bold;
  margin-top:40rpx;
  margin-left:10rpx;
}
.orderinfocartnum{
  color:#707070;
  font-size: 22rpx;
  text-align: right
}
.ordertotalnum{
  color:#707070;
  font-size: 24rpx;
  margin-bottom:37rpx;
}
.heji{
  color:#707070;
  font-size: 24rpx;
  margin-left:13rpx;
}
.hejimoney{
  color:#707070;
  font-size: 30rpx;
}
.buybtn{
  width:133rpx;
  height:43rpx;
  background:rgba(255,255,255,1);
  border:1px solid rgba(21,39,109,1);
  border-radius:22rpx;
  color:#15276D;
  font-size: 22rpx;
  text-align: center;
  line-height: 43rpx;
  margin-left:20rpx;
}
.again{
   width:133rpx;
  height:43rpx;
}
.remainnum{
  width:30rpx;
  height:30rpx;
  text-align: center;
  line-height: 30rpx;
  background:rgba(0,0,0,1);
  opacity:0.3;
  border-radius:10rpx;
  color:#fff;
  font-size: 26rpx;
  position: absolute;
  right:5rpx;
  bottom:10rpx;
}
.containertext{
 
  display:flex;
  margin-left:24rpx;
  border-bottom:1rpx solid #f5f5f5;
  padding-bottom: 5rpx;
}
.containerimg{
  width:136rpx;
  height:157rpx;
  font-size: 0;
  position:relative;
  margin-left:15rpx;
  flex:0 0 auto;
}
.containerimg:first-child{
  margin-left:0;
}
.containerimg image{
  width:100%;
  height:100%;
}
.searchnoreword{
  color:#707070;
  font-size:24rpx;
  margin-top:50rpx;

}
.searchmoreimg{
  width:23rpx;
  height:23rpx;
  font-size: 0;
  margin:0 auto;
}
.searchmoreimg image{
  width:100%;
  height:100%;
}
.conorderinfoname{
  position: absolute;
  right:60rpx;

  color:#707070;
  font-size: 24rpx;
  margin-left:30rpx;
}
.searchmore{
  margin-left:20rpx;
}

/* 没有订单 */
.cartkong{
  margin-bottom:260rpx;
}
.cartimg{
  width:217rpx;
  height:217rpx;
  font-size: 0;
  margin: 240rpx auto 0;
}
.cartimg image{
  width:100%;
  height:100%
}
.cartname{
  color:#707070;
  font-size: 36rpx;
  text-align: center;
  margin-top:40rpx;
}