myOrder.wxss 3.8 KB
/* pages/person/myOrder/myOrder.wxss */
@import '../../../style/base.wxss';
@import '../../cityWide/matronStrategy/matronStrategy.wxss';

.orderActive{
  color: #FD8779;
  font-size: 36rpx;
  font-weight: bold;
  border-bottom: solid 5rpx #FD8779;
  border-radius: 3rpx;
}
.course_box{
  position: relative;
}
.order_name{
  color: #000000;
  font-size: 32rpx;
  width:485rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.order_price{
  padding: 18rpx 0;
  color: #292525;
  font-size: 30rpx;
}
.order_tab{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90rpx;
  height: 32rpx;
  color: #fff;
  font-size: 24rpx;
  background: #FFC299;
  border-radius: 3rpx;
}
.pre{
  display:flex;
  align-items: center;
  position: absolute;
  bottom: 16rpx;
  right: 32rpx;
}

.course_btn{
   
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130rpx;
  height: 60rpx;
  color: #FEFEFE;
  font-size: 28rpx;
  border-radius: 30rpx;
  background: #FD8779;
}
.yuyue{
  margin-right: 20rpx;
}
.course_none{
  padding-left: 32rpx;
  color: #292525;
  font-size: 30rpx;
  text-align: center
}
.warp_head{
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0;
}
.warp_name{
  padding: 0 20rpx 10rpx;
  flex:0 0 auto;
}
.clerk_fn_foot{
  display:flex;
  /* padding: 0 33rpx; */
  /* justify-content: space-between; */
  align-items: center;
  position:absolute;
  bottom:33rpx;


}

.close{
  width:312rpx;
  height:82rpx;
  background:rgba(247,247,247,1);
  border:1px solid rgba(226,226,226,1);
  border-radius:40rpx;
  color:#FD8779;
  font-size: 30rpx;
  text-align: center;
  line-height: 82rpx;
  margin-left: 33rpx;
}
.clerk_con{
  margin-top: 231rpx;
  color:#FD8779;
}
.shopphone{
  height:97rpx;
  line-height: 97rpx;
  font-size: 36rpx;
  color:#000000;
  text-align: center;
  border-bottom:1rpx solid #f5f5f5;
  font-weight: bold;
  
}
.clerk_box{
  height:703rpx;
}
.searchfuwu{
  width:310rpx;
  height:80rpx;
  background:rgba(253,135,121,1);
  border-radius:40rpx;
  color:#fff;
  text-align: center;
  line-height: 80rpx;
  position: absolute;
  bottom:32rpx;
  left:0;
  right:0;
  margin:0 auto
}
.paylist{
  display:flex;
  align-items: center;
  justify-content: space-between
}
.course_menu{
flex:0 0 auto
}
.waitlist{
  display:flex;
  align-items: center;

}
.waitpay{
  width:118rpx;
  height:60rpx;
  background:rgba(253,135,121,1);
  border-radius:60rpx;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 60rpx;
  margin-right: 20rpx;
}
.waitcancel{
   width:118rpx;
  height:60rpx;
  border:1rpx solid rgba(253,135,121,1);
  border-radius:60rpx;
  color:rgba(253,135,121,1);
  font-size: 28rpx;
  text-align: center;
  line-height: 60rpx;
}
.cancelregister{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     position:fixed;
     top:0;
     left:0;
     right:0;
     z-index: 5;
 }
.cancelregisterwrap{
    width:568rpx;
    height:335rpx;
    background: #ffffff;
    border-radius: 10rpx;
    position: absolute;
    z-index: 6;
    /*left:0.4rem;*/
    /*top: 3rem;*/
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
   
}
.cancelordernot{
  color:#666;
  font-size: 30rpx;
  text-align: center;
  padding: 20rpx 0;
  border-bottom:1rpx solid #f5f5f5;
}
.cancelbtn{
   display:flex;
    align-items: center;
   justify-content: center;
   margin-top:76rpx;
}
.ordercancel{
  width:144rpx;
  height:64rpx;
  background:rgba(255,255,255,1);
  border:2rpx solid rgba(230,230,230,1);
  opacity:1;
  border-radius:244rpx;
  color:#666;
  font-size:28rpx;
  text-align: center;
  line-height: 64rpx;
}
.ordersure{
  width:144rpx;
  height:64rpx;
  background:rgba(253,135,121,1);
  box-shadow:0px 6px 12px rgba(149,27,27,0.16);
  opacity:1;
  border-radius:244rpx;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 64rpx;
  margin-left: 40rpx;
}