detail.wxss 1.8 KB
@import "./template/reason/reason.wxss";

page { /* stylelint-disable-line */
  background-color: #f0f0f0;
}

.red {
  color: #d0021b;
}

.gray {
  color: #b0b0b0;
}

.container {
  padding-top: 1rpx;
  padding-bottom: 100rpx;
}

button:after {
  border: none;
}

.reciever-moble {
  background-color: #fff;
  padding: 0 30rpx;
  line-height: 80rpx;
  font-size: 28rpx;
  margin-bottom: 20rpx;
}

.address-wrap {
  border-top: 1rpx solid #e0e0e0;
  margin-bottom: 20rpx;
}

.order-info,
.payment-wrap {
  background-color: #fff;
  padding: 10rpx 30rpx;
  line-height: 54rpx;
  font-size: 24rpx;
  margin-bottom: 20rpx;
}

.goods-list {
  background-color: #fff;
  padding-left: 30rpx;
  margin-bottom: 20rpx;
}

.payment-wrap .price {
  float: right;
}

.bottom-options {
  height: 100rpx;
  padding-top: 20rpx;
  padding-right: 30rpx;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-options .time-left {
  width: 100%;
  height: 60rpx;
  line-height: 60rpx;
  font-size: 24rpx;
  background-color: #fff;
  text-align: center;
  border-bottom: 1rpx solid #e0e0e0;
  position: absolute;
  top: -60rpx;
}

.bottom-options .time-left .iconfont {
  color: #444;
  font-size: 26rpx;
  margin-right: 6rpx;
}

.bottom-options .right-block {
  float: right;
}

.bottom-options .only-app-tips {
  line-height: 60rpx;
  font-size: 28rpx;
  color: #444;
}

.bottom-options .option-btn {
  width: 140rpx;
  height: 60rpx;
  line-height: 58rpx;
  font-size: 28rpx;
  color: #444;
  background-color: #fff;
  margin-left: 30rpx;
  border: 1rpx solid #444;
  border-radius: 4rpx;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.bottom-options .red-btn {
  background-color: #d0021b;
  border-color: #d0021b;
  color: #fff;
}