order.css 5.34 KB
html,
body {
  height: 100%;
}
.addr-page {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 0 !important;
  z-index: 20;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.addr-page .m-header {
  background-color: #F8F8F8;
}
.addr-page .m-header .head h1 {
  font-size: 15px;
}
.addr-page .border-1px-full:after {
  border-width: 0 1px 1px 0;
  border-color: #ddd;
}
.addr-page .m-content {
  height: 100%;
  box-sizing: border-box;
  padding-top: 44px;
  overflow: hidden;
  margin-top: -44px;
}
.addr-page i {
  font-style: normal;
}
.addr-page .cell-radio {
  background-color: #FFF;
  margin-bottom: 0;
}
.addr-section {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.addr-section .m-table-view {
  margin: 0;
}
.province {
  width: 125px;
  float: left;
}
.province .cell {
  background-color: #f8f8f8;
}
.province .cell.selected {
  background-color: #FFF;
}
.province .cell.selected:after {
  border-width: 0 0 1px 0;
}
.city {
  margin-left: 135px;
}
.city .m-table-view {
  padding-right: 10px;
}
.city .cell {
  padding: 0;
}
.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 .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;
}
.orderPage .add-addr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 44px;
  line-height: 44px;
  width: 75px;
  display: block;
  border-left: 1px solid #eee;
  text-align: center;
}
.orderPage .add-addr .m-icon {
  margin: 0 !important;
}
.orderPage .add-time {
  padding: 10px 35px 0 35px;
}
.orderPage .add-time .btn-default {
  display: block;
  height: 45px;
  line-height: 45px;
}
.orderPage .add-time .btn-default .icon-public_shijian {
  margin-top: -3px;
}
.orderPage .freight .title {
  width: 75px;
}
.orderPage .freight .acc {
  right: 10px;
}
.m-content .m-table-view {
  margin-top: 0;
}
.m-content .m-table-view .cell-select {
  padding: 0 10px 0 0;
}
.m-content .m-table-view .cell-extend .m-input {
  padding-left: 0;
}
.m-content > .m-table-view > li {
  margin-top: 10px;
}
.cell-type {
  padding: 10px;
}
.type-select {
  margin-left: -1%;
}
.type-select > li {
  overflow: hidden;
  background-color: transparent;
  float: left;
  text-align: center;
  width: 25%;
}
.type-select h6 {
  font-size: 14px;
  font-weight: 100;
  height: 30px;
  line-height: 30px;
}
.type-select p {
  font-size: 13px;
  background-color: #fff;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #ccc;
}
.type-select .scell {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 5%;
}
.afford-car {
  display: block !important;
  margin: 0 10px;
}
.select-ul {
  padding: 10px;
}
.select-ul > li {
  float: left;
  width: 33%;
  text-align: center;
  padding: 5px 0;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.select-ul > li > a {
  display: block;
  border-radius: 5px;
}
.select-ul > li > a:focus {
  background-color: #21b563;
  color: #fff;
}
.money-ul {
  margin-top: 0;
  overflow: hidden;
  border-radius: 5px;
}
.money-ul li {
  border-bottom: 1px solid #eee;
}
.money-ul .title {
  color: #999;
  width: 90px;
  text-indent: 10px;
}
.money-ul .text {
  margin-left: 90px;
  padding-right: 10px;
  text-align: right;
}
.font-ora {
  color: #f60 !important;
}
.warn-no {
  padding: 10px 0;
}
.warn {
  color: #f89f96;
  margin-bottom: 5px;
  font-size: 15px;
}
#getmore {
  overflow: hidden;
  position: relative;
}
#getmore .morewrap {
  height: 0;
  overflow: hidden;
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
}
.icon-public_jia {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.showup .icon-public_jia {
  animation-name: rot;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}