order.wxss 2.33 KB
@import "./template/item/item.wxss";
@import "./template/reason/reason.wxss";

button:after {
  border: none;
}

.page-container {
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.list-container {
  padding-top: 100rpx;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 180rpx;
}

.list-container .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.list-container .zero-order {
  padding-top: 100rpx;
}

.order-types {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  border-bottom: 1rpx solid #e0e0e0;
  border-top: 1rpx solid #e0e0e0;
}

.order-types > .type {
  flex: 1;
  height: 81rpx;
  line-height: 81rpx;
  color: #b0b0b0;
  font-size: 23.4rpx;
  text-align: center;
}

.order-types .type-text {
  display: block;
  height: 100%;
  width: 100%;
  color: #b0b0b0;
  font-size: 28rpx;
  font-family: PingFang-SC-Regular, sans-serif;
  letter-spacing: -0.39rpx;
}

.order-types > view.active .type-text {
  color: #222;
}

.order-page .order:last-child {
  margin-bottom: 0;
}

.order-page .order {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20rpx;
  border-top: 1rpx solid #e0e0e0;
  border-bottom: 1rpx solid #e0e0e0;
}

.order-page .order .header {
  border-bottom: 1rpx solid #e0e0e0;
}

.order-page .order .footer,
.order-page .order .header {
  height: 91rpx;
  line-height: 81rpx;
  font-size: 27rpx;
  padding: 0 27rpx;
  color: #444;
}

.order-page .order .order-status {
  float: right;
}

.order-page .order-tip {
  font-size: 25.2rpx;
  margin-left: 15rpx;
  color: red;
  margin-top: 10rpx;
}

.order-good:last-child {
  border-bottom: none;
  margin-bottom: 0rpx;
}

image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 0;
}

a {
  outline: none;
  color: #444;
  text-decoration: none;
}

.shopping-btn {
  width: 65%;
  height: 90rpx;
  font-size: 30rpx;
  line-height: 90rpx;
  text-align: center;
  margin-top: 150rpx;
  background-color: #444;
  color: white;
}

.addr-item {
  text-align: center;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  filter: alpha(opacity=30);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 1009;
}

.picker-view {
  z-index: 1100;
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400rpx;
}