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
  • 搜索功能实现~
    b3f9a9bc
    王强 authored
    2020-05-08 13:03:12 +0800  
    Browse Code »
search.less 559 Bytes
Edit Raw Blame History Permalink
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
@charset "UTF-8";

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