index.scss 999 Bytes
Newer Older
zhanghaozhe committed
1
.search-page {
zhanghaozhe committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  .search-main {
    background-color: #fff;
    padding: 10px;

    .search-land {
      .search-history {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;

        span {
          color: #333;
          font-size: 14px;
          img {
            display: inline-block;
            width: 12px;
            height: 8px;
            margin-left: 5px;
          }
baiguangyao committed
21
        }
zhanghaozhe committed
22

zhanghaozhe committed
23 24 25 26
        img {
          width: 16px;
          height: 16px;
          display: block;
baiguangyao committed
27
        }
zhanghaozhe committed
28 29 30 31 32 33 34 35 36
      }

      .search-tag {
        overflow: hidden;
      }
      .no_search_history {
        font-size: 12px;
      }
    }
zhanghaozhe committed
37

zhanghaozhe committed
38 39 40 41
    .search-hot {
      margin-top: 10px;
      font-size: 14px;
    }
zhanghaozhe committed
42

zhanghaozhe committed
43 44 45 46 47 48
    ul,
    li {
      list-style: none;
      padding: 0;
      margin: 0;
    }
zhanghaozhe committed
49

zhanghaozhe committed
50 51 52
    .list {
      padding: 10px 0;
      border-bottom: 1px solid #eee;
baiguangyao committed
53
    }
zhanghaozhe committed
54

zhanghaozhe committed
55 56
    .list:last-child {
      border-bottom: 0;
baiguangyao committed
57
    }
zhanghaozhe committed
58 59 60 61 62 63
  }

  .searct-lists {
    padding: 0 10px;
  }
}