Sign in

w-front-end / select_good · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • select_good
  • src
  • pages
  • search
  • search.less
  • 搜索页面组件完成~
    aff307cf
    王强 authored
    2020-05-06 18:08:18 +0800  
    Browse Code »
search.less 342 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@charset "UTF-8";

.search-box {
    background-color: #F9F9F9;
    min-height: 100vh;
    .nav {
        position: fixed;
        top: 0;
        background-color: #FAFBFD;
    }
    .pl {
        background-color: transparent;
        width: 750px;
        height: 104px;
    }
    .list-com + .list-com {
        margin-top: 14px;
    }
}