码迷,mamicode.com
首页 > Web开发 > 详细

Baes.css

时间:2019-06-23 15:33:22      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:add   html   样式   input   border   lock   dde   content   orm   

这个公告样式还不错

html,body,ul,li,ol,img,a,p,div,form,input,h1,h2,h3,h4.h5,h6{
    margin: 0;
    padding: 0;
    /*盒模型*/
    box-sizing: border-box;
    /*移动端点击特效*/
    -webkit-tap-highlight-color: transparent;
}
html{
    font-family:"微软雅黑";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
  }

html,body{
    height: 100%;
    width: 100%;
}

a,
a:hover{
    color: #eeeeee;
    text-decoration: none;
}
ul{
    list-style: none;
}
input{
    /*清除阴影*/
    outline: none;
    border: none;
    border:1px solid #cccccc;
}
.clearfix::before,
.clearfix:after{
    content: ‘‘;
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

  

Baes.css

标签:add   html   样式   input   border   lock   dde   content   orm   

原文地址:https://www.cnblogs.com/ruogu/p/11072901.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!