首页 > 其他 > 详细

vue初始化样式

时间:2021-03-04 12:14:16      阅读:54      评论:0      收藏:0      [点我收藏+]

在App.vue文件中:

#app {
  font-family: ‘Avenir‘, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
ul {
  list-style:none;
}
a {
  text-decoration: none;
} 
img{
  vertical-align:top;
  border:none;
}

 

vue初始化样式

原文:https://www.cnblogs.com/Willa-Wei/p/14479054.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!