www.gusucode.com > OurPHP傲派企业+电商建站系统PHP版 v1.6.1源码程序 > ourphp_v1.6.1.20160606/templates/wap/YQUI/moblie/css/style.css

    /*逸祺UI标准CSS*/
@charset "utf-8";
* { padding: 0; margin: 0; border: 0; font-family:"微软雅黑";} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,tr,td {   
  padding: 0;   
  margin: 0;   
}

body {
   font-size:12px;
}

/* 短引用的内容可取值:''或"" */
q:before,q:after {content:”;}  

/* 缩写,图片等无边框 */
fieldset,img,abbr,acronym {border: 0 none;}
abbr,acronym {font-variant: normal;}
legend {color:#000;}
*:focus {outline:none;}

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var {   
  font-weight: normal;   
  font-style: normal;   
}

/* 上下标 */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {   
  border-collapse: collapse;   
  border-spacing: 0;   
}   

/* 表格标题及内容居左显示 */
caption,th {text-align: left;}
input,img,select {vertical-align:middle;}

/* 清除列表样式 */
ol,ul,li {list-style: none;}  

/* 输入控件字体 */
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/* 标题元素样式清除 */ 
h1,h2,h3,h4,h5,h6 {   
  font-weight: normal;   
  font-size: 100%;   
}   

/* 链接样式,颜色可酌情修改 */
del,ins,a {text-decoration:none;}
a:link {color:#009;}
a:visited {color:#800080;}
a:hover,a:active,a:focus {color:#c00; text-decoration:none;} 

/* 鼠标样式 */
input[type="submit"] {cursor: pointer;}
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}

/*屏蔽苹果INPUT*/
input[type="button"], input[type="submit"], input[type="reset"], input[type="select"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}  

/*各种类*/
.clear {clear:both;}
.search {}
.search .text { width:388px; height:18px; line-height:30px; color:#999; border:1px #ccc solid; padding:6px; border-right:0; float:left; background:url(../images/searchgb.jpg) repeat-x;}
.search .button { width:50px; height:32px; float:left; background:url(../images/search.jpg) center #005AA9 no-repeat; color:#FFF;}
/*END*/