orderListCell.ttss 4.27 KB

.order-container {
  margin-top: 221rpx;

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

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

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

.order-container .order .footer, 
.order-container .order .header {
  height: 81rpx;
  line-height: 81rpx;
  font-size: 27rpx;
  padding: 0 27rpx;
  color: #444444;
  font-family: PingFang SC;
}

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

.order-good {
  position: relative;
  margin-left: 30.6rpx;
  height: 144rpx;
  border-bottom: 1rpx solid #e0e0e0;
  font-size: 23.4rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

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

.order-good .thumb-wrap {
  position: relative;
  float: left;
  width: 90rpx;
  height: 120rpx;
}

.productTag{
  width: 100%;
  height: 24rpx;
  bottom: 0;
  left: 0;
  position: absolute;
}
.order-good .thumb {
  width: 100%;
  height: 100%;
}

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

.order-good .deps {
  margin-left: 20rpx;
  flex-grow: 1;
  width:85%;
}

.order-good .name {
  font-family: PingFang SC;
  font-size: 25.2rpx;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order-good .row:nth-child(2) {
  height: 40.5rpx;
  line-height: 40.5rpx;
  width: 80%;
}

.order-good .row .color {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}

.order-good .row .size {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    padding-left: 20rpx;
}

.order-good .color .order-good .size {
    color: #b6b6b6;
}

.order-good .price-wrap {
    position: absolute;
    top: 20rpx;
    right: 27rpx;
    text-align: right;
}

.order-good .price {
    color: #e01;
}

.order-good .count {
    display: block;
    color: #999;
    text-align: right;
    line-height: 40.5rpx;
}

.order-container .order .footer {
    text-align: right;
    border-top: 1rpx solid #e0e0e0;
}

.order-container .order .sum-cost {
    color: #e01;
    margin-left: 4.5rpx;
    display: inline-block;
}

.order-container .order .order-opt {
    position: relative;
    padding: 27rpx 0;
    padding-right: 27rpx; 
    border-top: 1rpx solid #e0e0e0; 
    text-align: right;
    margin-right: 20rpx;
    display: flex;
    flex-direction:row;
    justify-content:flex-end;
}

.order-container .order .order-opt .counterView{
    position: absolute;
    left: 33rpx;
    height: 108rpx;
    bottom: 0rpx;
    display: flex; 
    flex-direction:row;  
    align-items: center;
}

.order-container .order .order-opt .counterView .timeIcon{
    height: 24rpx;
    width: 24rpx;
}

.order-container .order .order-opt .counterView .counter{
    margin-left: 10rpx;
    font-size: 24rpx;
    text-align: center;
}

.order-container .order .order-opt .btn {
    display: inline-block;
    box-sizing: border-box;
    height: 54rpx;
    line-height: 54rpx;
    width: 126rpx;
    font-size: 25rpx;
    text-align: center;
    border: 1px solid #444444;
    border-radius: 10rpx;
    color: #444444;
}

.button {
    height: 54rpx;
    line-height: 54rpx;
    width: 130rpx;
    padding-left: 1rpx;
    padding-right: 1rpx;
    font-size: 25rpx;
    text-align: center;
    margin-right: 1rpx; 
}


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

.order-container .order .order-opt .pay {
    background: #d0021b; 
    color: #fff;
    border: none;
    font-size: 25rpx;
    margin-left: 20rpx;
    line-height: 54rpx;
    min-width: 63px;
    display: inline-block;
    box-sizing: border-box;
    height: 54rpx;
    text-align: center;
    border-radius: 10rpx;
}
.order-opt .inviteBtn {
  height: 54rpx;
  line-height: 54rpx;
  font-size: 25rpx;
  text-align: center;
  margin-right: 0rpx; 
  background: #d0021b;
  color: #fff;
  border: none;
  margin-left: 10px;
  padding: 0px 8px 0px 8px;
}