zoukankan      html  css  js  c++  java
  • 常用global.css

    html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0;}
    fieldset, img { border: medium none;}
    address, caption, cite, code, dfn, th, var { font-style: normal;font-weight: normal;}
    input { padding-bottom: 0; padding-top: 0;}
    input::-moz-focus-inner { border: medium none; padding: 0;}
    select, input { vertical-align: middle;}
    select, input, textarea { font-size: 12px; margin: 0;}
    input[type="text"], input[type="password"], textarea { outline-style: none;}
    textarea { resize: none;}
    .clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden;}
    .clearit { clear: both; font-size: 0; height: 0;overflow: hidden;}

    img{border: 0 none; vertical-align:middle; }
    table { border-collapse: collapse; border-spacing: 0;}
    fieldset{ border: 0;}
    address, caption cite, code, dfn, strog, th, var {font-style: normal; font-weight: normal;}
    h1, h2, h3, h4, h5, h6,b { font-size: 100%; font-weight: normal;}
    ul,li{ list-style: none; float:left;}
    caption, th { text-align: left;}
    body, input, select, button, textarea { font-size: 12px; font-family:arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;}
    button { cursor: pointer; }
    i, em, cite { font-style: normal; }
    body {color:#333; line-height:18px;}


    a, a:link{color:#333; text-decoration: none;}
    a:visited{ }
    a:active, a:hover { text-decoration: underline;}
    a:focus { outline: none; }
    input, textarea, select {font-size:100%; vertical-align:middle; }
    legend { color: #000;}
    table { font-size: inherit; font: 100%;}
    pre, code, kbd, samp, tt{ font-family: monospace; font-size:100%; line-height:100%;}
    .clear,.ht5,.ht1, .ht2, .ht10,.ht16{font:0px/0px serif;clear: both;display: block;height:0px;}
    .ht5{ height:5px;}
    .ht10{ height:10px;}
    .ht16{ height:16px;}
    .ht30{ height:30px;}
    .ht1{ height:21px; 923px; position:relative; left:12px;}
    .ht2{ clear:both; height:16px; 923px; position:relative; left:12px;}
    a, *:focus, *:active{ outline:none}

    textarea{ border:none; border:1px solid #ebebeb;}
    select{ border:none; border:1px solid #ebebeb; line-height:25px; height:25px; vertical-align:middle}
    input[type="text"], input[type="password"], input[type="file"], textarea, select {
    border:1px solid #ccc; background:none; color:#777; font-size:12px; line-height:29px; height:29px; background:#fff; padding-left:3px;
    font-family:inherit; /*corner*/
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:2px;}
    input[type="button"]{ cursor:pointer}

    input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover, select:hover { color:#666; background: #fff none; border-color:#c6c6c6;}
    input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
    color:#333; background: #fff none; border-color:#659ec9 #70aedd #a8cfec; outline: 0; }
    .container-01pic-three input[type="text"]{ line-height:18px; height:18px;}
    .container-xiaopic-three input[type="text"]{ line-height:18px; height:18px;}

    .add input[type="text"]{ 23px; line-height:16px; height:16px; text-align:center}

    心怀梦想,勿忘初心
  • 相关阅读:
    Spring 整合Struts2 + hibernate
    回调机制
    Struts2配置RESULT中TYPE的参数说明
    hibernate:通用DAO+动态生成HQL语句
    java API chm html 1.5 1.6 中文版英文版 帮助文档
    generator class中各项值的作用及定义
    Hibernate 中 set 里的属性及定义
    一个人的前端项目,踩过的那些坑,一一道来。
    哪些个在 Sublime Text 下,"任性的" 好插件!
    深度挖掘,Html5的 Range 滑动刻度的坑,兼容全平台,将任性进行到底!
  • 原文地址:https://www.cnblogs.com/qshting/p/4767075.html
Copyright © 2011-2022 走看看