|
@@ -0,0 +1,49 @@
|
|
|
+@charset "utf-8";
|
|
|
+/*格式化*/
|
|
|
+#content p img{ width:100%;display:block; margin:0 auto; max-width:560px;}
|
|
|
+html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
|
|
|
+body{ font-size:14px;font-family:"[PingFang]",Verdana,Arial,Helvetica,sans-serif; background:#FFFFFF;}
|
|
|
+li, ol { list-style:none; }
|
|
|
+ins { text-decoration:none; }
|
|
|
+i, em { font-style:normal; }
|
|
|
+a { text-decoration:none;font-family:"[PingFang]";}
|
|
|
+a:hover { cursor:pointer; text-decoration:none;}
|
|
|
+a:active{star:expression(this.onFocus=this.blur());}
|
|
|
+:focus{outline:0;}
|
|
|
+.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
|
|
|
+.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
|
|
|
+img{ padding:0; margin:0;}
|
|
|
+a img { border:none; }
|
|
|
+input,textarea{ border:none;font-family:"[PingFang]"; font-size:13px;}
|
|
|
+h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
|
|
|
+
|
|
|
+/*解决苹果点击闪屏问题*/
|
|
|
+html, body{ height: 100%;}
|
|
|
+html, head, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea ,section{-webkit-tap-highlight-color:transparent;}
|
|
|
+/*input取消光标 readonly unselectable="on" onfocus="this.blur()"*/
|
|
|
+/*iphone手机 btn按钮 兼容设置*/
|
|
|
+input[type="button"]{-webkit-appearance: none;}
|
|
|
+input{outline:none; }
|
|
|
+
|
|
|
+ /*排版通用*/
|
|
|
+.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/
|
|
|
+.f-fl{ float:left;} /*左浮动*/
|
|
|
+.f-fr{ float:right;} /*右浮动*/
|
|
|
+.f-tr{ text-align:right;} /*右对齐*/
|
|
|
+.f-tl{ text-align:left;} /*左对齐*/
|
|
|
+.f-tc{ text-align:center;} /*中间对齐*/
|
|
|
+.f-pr{ position:relative;} /*定位*/
|
|
|
+.f-di{ display:inline;}
|
|
|
+/*杂项*/
|
|
|
+.u-co-bt{ border-radius:4px; /*css3圆角*/ width:80px; height:26px; line-height:26px; display: inline-block; vertical-align: middle; padding-top:1px;}/*提交按钮样式*/
|
|
|
+.u-co-bt.z-spe{ width:100%;}
|
|
|
+.u-lico{ width:24px; height:24px; border-radius:4px; /*css3圆角*/ background:#000; padding:10px;opacity: 0.8; position:relative; left:50%; margin:10px 0 10px -14px; box-shadow:0 0 3px #2d2d2d;}/*等待载入*/
|
|
|
+.fs15{font-size:15px;} /*15号字体*/
|
|
|
+.fs12{font-size:12px;} /*12号字体*/
|
|
|
+.pdr12{ padding-right:12px;} /*右边距12px*/
|
|
|
+.pl10{ padding-left:10px;} /*左边距10px*/
|
|
|
+.red { color:#f00; } /*字体颜色红色*/
|
|
|
+.emptyData{padding-left:10px;line-height:26px; }
|
|
|
+.hide{ display: none;}
|
|
|
+
|
|
|
+
|