Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • footseen
  • Nesting
  • vipBuyRecord
  • css
  • index.less
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen h5 移植 · 6161a8cd
    dabai committed 4 years ago
    6161a8cd
index.less 1.06 KB
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
body {
  background: #0A0A0A;
}
.list {
  .item {
    height: 1.467rem;
    background: #171717;
    font-size: 0;
    border-bottom: 1px solid #0A0A0A;
    padding: 0 0.35rem;
    .left {
      float: left;
      .gem {
        display: inline-block;
        vertical-align: top;
        height: 0.65rem;
        margin: 0.4085rem 0.05rem 0 0;
      }
      .num {
        display: inline-block;
        vertical-align: top;
        font-size: 0.4rem;
        color: #00F3D7;
        height: 1.467rem;
        line-height: 1.5rem;
      }
    }
    .right {
      float: right;
      .notice {
        font-size: 0.4rem;
        color: #CCCCCC;
        text-align: right;
        margin-top: 0.2rem;
        margin-bottom: 0.06rem;
      }
      .time {
        font-size: 0.267rem;
        color: #808080;
        text-align: right;
      }
    }
  }
}

.no-record-box {
  .no-record  {
    width: 2.6rem;
    display: block;
    margin: 0 auto;
    margin-top: 2.4rem;
    margin-bottom: 0.3rem;
  }
  .notice {
    font-size: 0.4rem;  
    text-align: center;
    color: #B3B3B3;
  }
}