明梦爽
2021-11-06 aef7583ccccd04b6f63a81d8cdf174bdb57d390f
src/assets/css/my_style.css
@@ -1,3 +1,7 @@
ul{
  padding: 0;
  margin: 0;
}
.ft-20{
  font-size: 20px;
}
@@ -9,6 +13,12 @@
}
.mart15{
  margin-top: 15px !important;
}
.marr10{
  margin-right: 10px !important;
}
.marb10{
  margin-bottom: 10px !important;
}
.padt10{
  padding-top:10px !important;
@@ -27,4 +37,11 @@
}
.fr{
  float: right;
}
.liPointer {
  cursor: pointer;
}
.liStylenone {
  list-style: none;
}