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
  • 【留言板】界面修改
    25ce31d4
    luoyanshou authored
    2018-09-06 15:39:04 +0800  
    Browse Code »
mess_front.css 307 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
*{
    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{
    font-size: 12px;
    text-align: left;
}