unship.wxss 2.8 KB
/* pages/my/orderDetail/orderDetail.wxss */

page {
  background-color: #f5f5f5;
}

.user_guide{
  font-size: 28rpx;
  color: #222;
}
.banner_box {
        height: 360rpx;
        position: relative;
}

.banner {
        position: absolute;
        left: 0;
        top: 0;
}

.banner_imaimg {
        width: 100%;
        height: 360rpx;
}

.state {
        position: absolute;
        top: 124rpx;
        right:220rpx;
}

.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;
}