order.css 1.16 KB
.orderPage .m-page {
  padding-bottom: 70px;
}
.orderPage .cell .title {
  width: 45px;
}
.orderPage .cell .title .m-icon {
  margin-left: 3px;
}
.orderPage .cell .text {
  margin-left: 45px;
}
.orderPage .cell .text .m-icon {
  margin: 12px 10px 0 0;
}
.orderPage .m-state {
  margin: 12px 10px 0 0;
}
.orderPage .countdown {
  padding-top: 10px;
}
.orderPage .m-circle {
  font-size: 0;
  padding: 0 5px;
  width: 45px;
  height: 45px;
}
.orderPage .m-footer {
  padding: 12px 25px;
}
.orderPage .actions {
  position: relative;
}
.orderPage .font-blue {
  color: #1c69a3 !important;
}
.orderPage .move {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 33.3%;
  line-height: 1.5;
  text-align: center;
  float: left;
  background-color: #FFF;
  border-right: none;
  box-sizing: border-box;
  color: #FFF;
  background-color: #1c69a3;
  border-radius: 16px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}