Sign in

colleague / study-project · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • study-project
  • trunk
  • www
  • apidocassets
  • css
  • mess_front.css
  • 【留言板】手机端留言列表 界面实现
    98083ba1
    luoyanshou authored
    2018-09-05 14:32:23 +0800  
    Browse Code »
mess_front.css 286 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
*{
    margin: 0;
    padding: 0;
}
html,
body{
    width:90%;
}
.con{
    width: 60%;
    padding-top: 20px;
    margin: 20px auto;
    text-align: center;
}
.con table{
    width: 70%;
    margin: 0 auto;
}
.con table tr{
    height: 25px;
}
.con table tr td{
    text-align: left;
}