明梦爽
2021-11-18 07ecebb09d124f877f5b96badecd86682d9e5939
src/assets/css/my_style.css
@@ -1,3 +1,10 @@
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
.ft-20{
  font-size: 20px;
}
@@ -9,6 +16,12 @@
}
.mart15{
  margin-top: 15px !important;
}
.marr10{
  margin-right: 10px !important;
}
.marb10{
  margin-bottom: 10px !important;
}
.padt10{
  padding-top:10px !important;
@@ -27,4 +40,19 @@
}
.fr{
  float: right;
}
.liPointer {
  cursor: pointer;
}
.liStylenone {
  list-style: none;
}
/* 链接去除下划线 */
.anone {
  text-decoration: none;
}
/* 蓝色标题 */
.color {
  color: #0f99e9;
}