Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footseen-large-website
  • css
  • base.css
Find file
Normal viewHistoryPermalink
base.css 2.31 KB
Newer Older
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*初始化  reset*/
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span,font,em,i,b,strong,button{margin:0;padding:0;}
body{ margin:0;font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;background:#fff; overflow:visible; color:#333333;}
html, body { height: 100%;}
input,select{font-size:12px;line-height:16px; border:0 none; vertical-align:middle;}
button{ border:0 none;}
.clear{clear:both;padding:0px;margin:0px;}
img{border:0;}
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
a:focus { outline:0; }
input,button,select,textarea{outline:none}
ul,li{list-style-type:none;_list-style:outside;}
a{ text-decoration:none; color:#333;}
libai's avatar
测试
592f551e
 
libai committed 2 years ago
16
a:hover{ }
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
/* new clearfix清除浮动 */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.clearfix { display: block;zoom:1 }
* html .clearfix {height: 1%; zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
html[xmlns] .clearfix { display: block; zoom:1}
/*清除浮动-end*/
h1,h2,h3,h4,h5,h6{font-weight: normal}

/*这一句是用来解决在安卓上的点击出现篮框问题*/
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
/*下面是解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus{
 -webkit-tap-highlight-color:rgba(0,0,0,0);
 -webkit-user-modify:read-only;
}
/*清除浮动*/
.w{
 width: 1200px;
 margin: 0 auto;
}
button{
 cursor: pointer;
 outline:none;
}
input[type=number] {
 -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

libai's avatar
测试
592f551e
 
libai committed 2 years ago
61 62 63 64 65
.yourclass5 {
    border-radius: 0rem !important;
    background: rgba(0, 0, 0, 0) !important;
} 
.yourclass5::-webkit-scrollbar{
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
66 67
 display:none;
}
libai's avatar
测试
592f551e
 
libai committed 2 years ago
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
.yourclass5 .layui-layer-content {
    border-radius: 0rem !important;
}
.layui-layer{
    box-shadow: none !important;
}
.layui-layer-ico{
    display: none !important;
}
/*版芯*/

.neck-nav {
    height: 60px;
    width: 100%;
    background: #E43985;
    position: fixed;
    z-index: 500;
  }
  .neck-nav .neck-nav-content {
    width: 1440px;
    margin: 0 auto;
    height: 60px;
    position: relative;
  }