SSH
明梦爽
2021-11-19 3f747107835f019270a688a15aad4fd843cb8853
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);
}