groupOrders.wxss 5.5 KB
page {
  display: block;
  min-height: 100%;
  background-color: #f0f0f0;
}

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

.order-nav>view {
    float: left;
    height: 81rpx;
    width: 50%;
    line-height: 81rpx;
    color: #b0b0b0;
    font-size: 23.4rpx;
    text-align: center;
}

.order-nav .nav-tap {
    display: block;
    height: 100%;
    width: 100%;
    color: #b0b0b0;
    font-size: 28rpx;
}

.order-nav>view.active .nav-tap {
    color: #444444;
}

.order-container {
    margin-top: 81rpx;
}

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

.order-page .order {
    position: relative;
    display: block;
    background: #fff;
    /* margin: 10rpx 0; */
    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: 81rpx;
    line-height: 81rpx;
    font-size: 27rpx;
    padding: 0 27rpx;
    color: #444444;
}

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

.order-good {
    position: relative;
    margin: 18rpx 0;
    margin-left: 30.6rpx;
    height: 144rpx;
    border-bottom: 1rpx solid #e0e0e0;
    font-size: 23.4rpx;
}

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

.order-good .thumb-wrap {
    position: relative;
    float: left;
    width: 108rpx;
    height: 144rpx;
    top: -9rpx;
}
.productTag{
  width: 100%;
  height: 20rpx;
  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: 121.5rpx;
}

.order-good .name {
    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: 90%;
}

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

.order-good .row .size {
    display: inline-block;
    max-width: 200rpx;
    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: 0rpx;
    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-page .order .footer {
    text-align: right;
    border-top: 1rpx solid #e0e0e0;
}

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

.order-page .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-page .order .order-opt .counterView{
    position: absolute;
    left: 33rpx;
    height: 108rpx;
    bottom: 0rpx;
    display: flex; 
    flex-direction:row;  
    align-items: center;
}

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

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

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

.order-opt .invite {
  background: #d0021b; 
}

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

.order-page .order .order-opt .pay {
    background: #d0021b; 
    color: #fff;
    border: none;
    font-size: 25rpx;
    margin-left: 20rpx;
    line-height: 58rpx;
}

.loginBtn {
  width: 65%;
  height: 90rpx;
  font-size: 30rpx;
  text-align: center;
  margin-top: 150rpx;
  background-color: #444444;
  color: white;
}
.addr-item {
    line-height: 100rpx;
    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;
}
.chooseBtn{
  position: fixed;
  background-color: white;
  width: 80rpx;
  height: 40rpx;
  color: #444444;
  font-size: 28rpx;
  bottom: 340rpx;
  right: 0;
  z-index: 1101;
}
.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;
}