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
  • test
  • test.less
  • test页面
    16f30c82
    zhiyangdu authored
    2020-11-03 18:02:01 +0800  
    Browse Code »
test.less 559 Bytes
Edit Raw Blame History
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;
                }
            }
        }
    }
}