settedamount.wxss 3.9 KB


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;

}
.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;
}

.orderlistitem{
  width:710rpx;
  border:10rpx;
  margin:30rpx auto;
  background: #fff;
  display:flex;

  padding: 20rpx 10rpx 20rpx 10rpx;
  box-sizing: border-box;
  position: relative
}
.moreorderlistitem{
  width:710rpx;
  border:10rpx;
  margin:30rpx auto;
  background: #fff;
  padding: 20rpx 10rpx 20rpx 0rpx;
  box-sizing: border-box;
  position: relative
}
.imgcontainer{
  width:450rpx;
  display:flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.orderright{
  margin-left:20rpx;
}
.orderimage{
  width:146rpx;
  height:164rpx;
  font-size: 0;
  flex:0 0 auto;
  position: relative
}
.orderimage image{
  width:100%;
  height:100%;
}
.orderfight_top{
  display:flex;
  justify-content: space-between;
  border-bottom:1rpx solid #f5f5f5;
  padding-bottom: 10rpx;
  
}
.orderinfobottom{
  display:flex;
  align-items: center;
  margin-top:17rpx;
}
.lastbottom{
  margin-top:8rpx;
}
.ordername{
  width:290rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#333;
  font-size: 26rpx;
}
.oredercolor{
  color:#707070;
  font-size: 19rpx;
  margin-top:5rpx;
}
.orderinfoname{
  color:#707070;
  font-size:24rpx;
  margin-left:30rpx;
}
.orderinfomoney{
  
  border-radius:10rpx;
  color:#15276D;
  font-size: 30rpx;
  font-weight: bold;
  margin-top:11rpx;
  margin-right:15rpx;
}

.orderinfocartnum{
  color:#707070;
  font-size: 24rpx;
  margin-right:20rpx;
  
  
}
.ordertotalnum{
  color:#333333;
  font-size: 24rpx;
  margin-left:14rpx;
}
.heji{
  color:#707070;
  font-size: 28rpx;
  margin-left:13rpx;
}
.hejimoney{
  color:#15276D;
  font-size: 24rpx;
  margin-left:14rpx;
  font-weight: bold;
}
.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: 28rpx;
  text-align: center;
  line-height: 43rpx;
  margin-left:20rpx;
}
.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: 20rpx;
  position: absolute;
  right:5rpx;
  bottom:10rpx;
}
.containertext{
  display:flex;
  border-bottom:1rpx solid #f5f5f5;
  
}
.containerimg{
  width:136rpx;
  height:164rpx;
  font-size: 0;
  position:relative;
  margin-left:10rpx
}
.containerimg image{
  width:100%;
  height:100%;
}
.searchnoreword{
  color:#707070;
  font-size:24rpx;
  margin-top:74rpx;

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

  color:#707070;
  font-size: 24rpx;
  margin-left:30rpx;
}
.searchmore{
  margin-left:20rpx;
}
.jienum{
  color:#707070;
  font-size: 20rpx;
}
.jienum:last-child{
  margin-left:12rpx;
}
.orderinfonum{
  margin-left:50rpx;
}
.moreorder{
  margin-top: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;
}
.orderfinish{
  width:99rpx;
  height:46rpx;
  background:#E47855;

  border-top-right-radius: 10rpx;
  border-bottom-left-radius: 10rpx;
  text-align: center;
  line-height: 46rpx;
  color:#fff;
  position: absolute;
  top:0;
  right:0 
}
.box{
  margin-top: 56rpx;
}