OrderPay.scss 255 Bytes
Newer Older
姜雷 committed
1 2 3 4 5 6 7 8
.OrderPay {
  padding: 0 32px;
  .OrderPay-price {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 48px;
  }
姜雷 committed
9 10 11 12 13
  .OrderPay-line {
    margin-top: 28px;
    margin-bottom: 20px;
    border-top: 1px dashed #f2f2f2;
  }
姜雷 committed
14
}