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

简单手机端头部设置 及css代码

时间:2015-12-21 16:13:49      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:

<html>
 <head>
  <title>今日报表</title>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1" />  
  
 </head>
 <style>
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,td,th { margin: 0; padding: 0;}
body { font-size: 1em; line-height:4em; }  
table{border-collapse:collapse;border-spacing:0; line-height:30px;}
td,th{ text-align:center;  font-weight:normal;font-size: 1em; }
.form-table{text-align:center;line-height:30px; color:#333; width:100%}
.form-table th{border:1px solid #ccc; background:#f0f0f0; }
.form-table td{  border:1px solid #d6dde6;}
.color-blue{ color:#1f82c5}
.color-red{ color:#f00;}
.gray{ color:#999; font-size:0.6em;}
 </style>
 <body>
......
</body>
</html> 

简单手机端头部设置及CSS

简单手机端头部设置 及css代码

标签:

原文地址:http://www.cnblogs.com/qshting/p/5063310.html

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