• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • web-static
  • sass
  • about
  • _newpower.css
  • PC接口相关
    abebc28e
    by whb
    2016-04-28 14:11:57 +0800  
    Browse Files
_newpower.css 401 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.newpower-about-page {

    .main-container {
        width: 720px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        overflow: hidden;

        .text-info {
            line-height: 30px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            color: #333;
            padding: 20px;
            overflow: hidden;
        }
    }
}