myOrder.wxss 5.3 KB
/* pages/my/myOrder/myOrder.wxss */

page {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%
}
.page{
        width: 100%;
        height: 100%
}
.content_item{
        height: calc(100% - 160rpx)
}
.gogogo{
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 500rpx;
        color: #888;
        font-size: 32rpx;
        position: relative;
}
.gogogo image{
        height: 247rpx;
        width: 340rpx;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-70%)
}
.gogogo view{
        font-size:26rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(136,136,136,1);
        position: absolute;
        left: 50%;
        transform: translate(-50%,-20%);
        top: 50%
}
.page{
        width: 100%;
        height: 100%;
}
.page.active{
        overflow: hidden
}

.item_list {
  background-color: #fff;
  padding: 24rpx 27rpx;
  margin-top: 20rpx;
}

.select_list {
  width: 100%;
  height: 75rpx;
  font-size: 28rpx;
  color: #888;
  padding: 24rpx 50rpx 24rpx 48rpx;
  background-color: #fff;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
}
  ::-webkit-scrollbar {
display:none
}
.nav_item{
        margin-right:38rpx;
          position: relative;
          padding:0 20rpx;
}
.nav_item:first-child{
        padding-left:0
}
.nav_item:last-child{
        padding-right: 0
}
.nav_item.active::after{
            content: '';
        position: absolute;
        width: 80%;
        left: 10%;
        bottom:-20rpx;
        height:5rpx;
        background:rgba(255,218,68,1);
        border-radius:3rpx;
}
.nav_item:first-child.active::after{
            content: '';
        position: absolute;
        width: 80%;
        left: -9%;
        bottom:-18rpx;
        height:5rpx;
        background:rgba(255,218,68,1);
        border-radius:3rpx;
}
.nav_item:last-child.active::after{
            content: '';
        position: absolute;
        width: 80%;
        right:34%;
        bottom:-18rpx;
        height:5rpx;
        background:rgba(255,218,68,1);
        border-radius:3rpx;
}
.list_title {
  font-size: 26rpx;
  display: flex;
  justify-content: space-between;
}

.title {
  display: flex;
}

.auto_cancle {
  color: #ff5757;
  margin-left: 31rpx;
}

.wait_pay {
  color: #ff5757;
}

.list_content {
  display: flex;
  flex-wrap: wrap;
  padding: 30rpx 0;
  background-color: #fafafa;
  border-radius: 10rpx;
  margin-top: 25rpx;
}

.content_img {
  width: 100rpx;
  height: 100rpx;
  margin-left: 20rpx;
}

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

.order_detail {
  display: flex;
  justify-content: space-between;
  font-size: 22rpx;
  margin-top: 25rpx;
}

.time {
  color: #888;
}

.order_money {
  font-size: 22rpx;
  color: #26363a;
  display: flex;
  justify-content: space-between;
  border-top: 1rpx solid #ededed;
  padding-top: 28rpx;
  margin-top: 25rpx;
}

.money_num {
  font-size: 30rpx;
  font-weight: bold;
  color: #26363a;
}

.money_btn {
  display: flex;
  font-size: 24rpx;
}

.cancel {
  width: 140rpx;
  height: 50rpx;
  color: #26363a;
  border: 1rpx solid #949a9a;
  border-radius: 25rpx;
  text-align: center;
  line-height: 50rpx;
}

.pay {
  color: #333;
  line-height: 50rpx;
  text-align: center;
  width: 140rpx;
  height: 50rpx;
  background-color: #ffda44;
  border-radius: 25rpx;
  margin-left: 20rpx;
}

.list_detail {
  margin-left: 40rpx;
}

.progress_bar_box {
  font-size: 24rpx;
  color: #26363a;
  display: flex;
  align-items: center;
}

.progress_bar {
  width: 456rpx;
  height: 14rpx;
  background-color: #ffdc3b;
  border-radius: 6rpx;
  margin-right: 22rpx;
}

.list_result {
  font-size: 24rpx;
  color: #94999a;
  display: flex;
  justify-content: space-between;
}

.end_time {
  color: #ff5757;
  border: 1rpx solid #ff5757;
  border-radius: 15rpx;
  padding: 0 10rpx;
}
.hint{
        /* width: 100rpx; */
  font-size: 22rpx;
  color: #949A9A;
}
/*订单取消*/
.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: scroll;
  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%)
}