@charset "utf-8"; /* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html -------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0;} :focus { outline:0;} ol, ul { list-style:none;} h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;} /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse:separate; border-spacing:0;} caption, th, td { font-weight:normal; text-align:left;} blockquote:before, blockquote:after, q:before, q:after { content:'';} blockquote, q { quotes:'' '';} a img { border:0;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;} /* =Structure ----------------------------------------------- */ body { font:12px/1.5 'Microsoft yahei', Tahoma, Geneva, sans-serif; color:#666; background:#d5d8dd;} a { text-decoration:none; color:#4a5566;} a:hover { text-decoration:underline; color:#3061b0;} .area { width:960px; margin:auto;} .pt { padding-top:20px; !important;} .mb { margin-bottom:20px !important;} .clearfix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; font-size:0;} .clearfix { min-height:1%;} .red { color:#c33;} .tright { text-align:right;} .dis { display:none !important;} /* = Layout ----------------------------------------------- */ /* header */ /* body */ /* footer */
详细解决方案
一个大局的css global.css
热度:458 发布时间:2012-09-16 17:33:17.0
相关解决方案
- C++ CLI global function 有关问题 分不多了 多谢
- asp.net 使用 Global.asax 实现 伪静态 显示 无法找到该页解决办法
- 在 asp.NET 中 Global.asax 的 Application_Start解决思路
- global.asax文件执行不到.
- C# Global.asax 应用类有关问题
- GLOBAL.ASAX 文件有什么用,如何用
- global.asax文件中的application_start方法执行有关问题
- 命名空间"<global namespace>"已经包含了"ST_type"的定义 这个异常等待您的答复
- Global.asax解决方案
- 使用eWebEditor 出现 msxml3.dll 异常 '80072ee2' 超时 /LM/W3SVC/519066790/Root/global.asa
- global.asax 多线程有关问题
- global.asax中怎么使用server.mappath
- asp.net Global.asax 页面访问只执行一次的事件解决思路
- ASP2005 global.asax的Application_Start如何不运行
- global.asax 的session 有关问题
- vs2005 发布网站时 Global.asax 不管用解决方法
- Global.asax里找不到protected void Application_authenticaterequest(Object sender, EventArgs e),该怎么解决
- Global.asax与Global.asax.cs什么关系,小弟我用的是vs2005
- Global.asax 中的 Session_Start 没有执行,该如何处理
- global.asax不执行稍后给100分解决思路
- 异常 16 找不到类型或命名空间名称“ARExamWithAspnet”(是否缺少 using 指令或程序集引用?)E:\che 练习文件\061\Global.asax 2
- Global.asax的Application_Start中不能用Transfer实施指定页面吗
- Global.asax和HttpModule中的异常处理
- Global.asax 未被执行是咋回事
- asp.net项目中,Global.asax文件起什么作用?解决方法
- 怎么使用ldap协议获取outlook global address list中的用户信息,
- Global access to Rake DSL methods is deprecated
- global.asa 定时执行程序,该怎么处理
- Global.asa 报错解决方法
- 升级到win2003sp2后,Global.asa的session_onstart和在session_onend失效解决方案