Sign in

杨泽宇 / cms_songs · Files

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • cms_songs
  • src
  • css
  • styles.css
  • add new project
    459617dd
    杨泽宇 authored
    2021-09-22 14:42:46 +0800  
    Browse Code »
styles.css 312 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 28 29 30
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text {
  font-size: 14px;
}

.item {
  margin-bottom: 18px;
}

.red {
  color: red;
  margin-left: 10px;
}

.box-card {
  width: 480px;
}

.page-container {
  padding: 20px;
}

.text-container {
  text-align: center;
}