aftermarketDetail.wxss 4.2 KB
/* pages/my/orderDetail/orderDetail.wxss */
page {
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
}
.page{
        width: 100%;
        height: 100%
}
.page.active{
        overflow: hidden
}
.user_guide{
  font-size: 28rpx;
  color: #222;
}
.banner_box {
  height: 268rpx;
  background-image: url(http://hifresh.w.bronet.cn/assets/wxapp/bg@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; 
  /* background: linear-gradient(#FFBF44,#FFDA44); */
}

.banner_box {
  position: relative;
}

.state {
  position: absolute;
  top: 51rpx;
  right: 235rpx;
}

.wait_pay {
  font-size: 38rpx;
  font-weight: bold;
  color: #333;
}

.state_btn {
  display: flex;
  margin-top: 31rpx;
}

.pay {
  width:140rpx;
height:50rpx;
  font-size: 24rpx;
  color: #222;
  border-radius: 25rpx;
  text-align: center;
  line-height: 50rpx;
  border:1rpx solid rgba(51,51,51,1);
}

.cancel_order {
        width: 140rpx;
        height: 50rpx;
        font-size: 24rpx;
        color: #333;
        border-radius: 25rpx;
        text-align: center;
        line-height: 50rpx;
        background: #fff;
        margin-right: 24rpx;
}

.content_item {
  padding: 0 26rpx;
}

.item_list {
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 29rpx 32rpx 40rpx 32rpx;
  position: relative;
  margin-top: -55rpx;
  z-index: 5;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.item_list1 {
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 29rpx 32rpx 40rpx 32rpx;
  margin-top: 20rpx;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.list_title {
  font-size: 30rpx;
  color: #222;
}

.expected_time {
  display: flex;
  margin-top: 41rpx;
}

.shipping_information {
  display: flex;
  margin-top: 33rpx;
}

.hint {
  color: #888;
  margin-right: 36rpx;
}
.hint2 {
  font-size: 22rpx;
  color: #888;

}

.content {
        margin-top: 40rpx;
        min-height: 100rpx;
        max-height:370rpx;
        overflow-y: hidden
}
.content.active{
        max-height: 100%
}

.content_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30rpx;
}

.content_img {
  width: 100rpx;
  height: 100rpx;
}

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

.content_detail {
  display: flex;
}

.num {
  color: #888;
}

.species {
  margin-left: 35rpx;
}

.more_box {
  color: #888;
  border-top: 1rpx solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24rpx;
  margin-top: 35rpx;
}

.icon-zhankai {
  font-size: 14rpx;
}

.total{
  font-size: 24rpx;
  color: #26363A;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 25rpx 27rpx 25rpx 0rpx;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-end;
}

.goods_detail{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35rpx;
}
.bottom{
  margin-bottom: 0rpx;
}
.money{
  color: red;
}
/*订单取消*/
.cancelOrder_mask{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index:999
}
.cancelOrder_diceng{
  width:600rpx;
  height: 600rpx;
  background:#fff;
  border-radius:16rpx;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
}
.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;
}
.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);
}