明梦爽
2021-11-24 55213fd6d8958e922c13e2c50c8423c9e459ede2
src/assets/css/my_style.css
@@ -2,6 +2,9 @@
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
.ft-20{
  font-size: 20px;
}
@@ -19,6 +22,9 @@
}
.marb10{
  margin-bottom: 10px !important;
}
.marb20{
  margin-bottom: 20px !important;
}
.padt10{
  padding-top:10px !important;
@@ -44,4 +50,12 @@
}
.liStylenone {
  list-style: none;
}
/* 链接去除下划线 */
.anone {
  text-decoration: none;
}
/* 蓝色标题 */
.color {
  color: rgb(1, 72, 153);
}