index.scss 530 Bytes
Newer Older
xuzhenghua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
.search-nav {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: $bg_f7f9fc;
  display: flex;
  justify-content: space-between;

  .am-search {
    width: 81%;
    background-color: $bg_f7f9fc;
  }

  .am-search-input, .am-search-synthetic-ph, .am-search-value {
    text-align: left;
    padding-left: 15px;
    height: 26px;
    line-height: 26px;
  }

  .am-search-input {
    background-color: $bg_EBEFF5;
    border-radius: 13px;
  }

  .shopping-cart, .return {
    font-size: 18px !important;
  }
}