Skip to content
goods-cart.scss 1.36 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-goods-cart {
wangqinghua's avatar
wangqinghua committed
  .stuff-footer {
    position: fixed;
    bottom: 0;
wangqinghua's avatar
wangqinghua committed
    height: 4rem;
wangqinghua's avatar
wangqinghua committed
    width: 100%;
    text-align: center;
    border-top: 1px solid #eeeeee;
    z-index: 9;
wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed
    img {
      margin-top: .5rem;
      width: 30px;
    }

    .tip-num {
      position: absolute;
      right: 15px;
      top: 10px;
      color: #e12724;
      font-size: 1rem;
      background: #fff;
      display: block;
      line-height: 1rem;
      border-radius: 5px;
    }

    ion-icon {
      color: #666666;
      position: relative;
      font-size: 2.5rem;
    }

    ion-icon.main-color {
      color: #e66866;
    }

    .input {
      background: #ddd;
      border: 1px solid #ddd;
      border-radius: 2px;
      height: 2.8rem;
      line-height: 2.8rem;
      color: #666666;
    }
  }

  .cart-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
wangqinghua's avatar
wangqinghua committed
    .model{
      padding: 5px 0;
      font-size: 1.4rem;
    }

    .specs {
      margin-left: 5px;
      color: #666666;
      font-size: 1.3rem;
    }

    .amount {
      color: #666666;
      font-size: 1.3rem;

      span {
        margin-left: 5px;
      }
    }

    .center{
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .footer-flex{
    display: flex;
wangqinghua's avatar
wangqinghua committed
  }
wangqinghua's avatar
wangqinghua committed
  .footer-flex > div{
    width: 50%;
    line-height: 3rem;
    padding: 0 20px;
  }

wangqinghua's avatar
wangqinghua committed
}