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

    @charset "utf-8";  /* 2014.7.29 By ILoveXiaoming */
    article,aside,audio,bdi,canvas,command,datalist,details,figcaption,figure,footer,header,hgroup,keygen,mark,meter,nav,output,progress,rp,rt,ruby,section,source,summary,time,track,video,title{ display:block;}
    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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,figure,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%;}
    body{ color:#333; font-family:arial,'5B8B4F53',sans-serif; font-size:12px;}
    input,select,textarea{ font-size: 100%; vertical-align:middle;}
    ol,ul,li{list-style:none;}
    blockquote,q{quotes:none;}
    blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
    a:focus{outline:0;}
    ins{text-decoration:none;}
    del{text-decoration:line-through;}
    table{border-collapse:collapse; border-spacing:0;}
    a{ color:#333; text-decoration:none; background-color:transparent;}
    a:hover{ color: #f10180; text-decoration:underline;}

    /* 单独的清除元素*/
    .clear {clear: both;display: block;overflow: hidden;visibility: hidden; 0;height: 0;}

    /* 当一个外部元素内部有浮动元素时,外部元素如需清除浮动,用如下的清除样式 */
    .clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
    .clearfix {display: inline-block;}
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}



  • 相关阅读:
    12-Factor与云原生Part2
    Openshift部署流程介绍
    软件开发过程中的环境简介
    基于Openshift的SpringBoot微服务
    日志审计系统设计
    dotnetcore执行shell脚本
    12-Factor与云原生
    项目管理思考小记之一
    DevOps工程师的成长路线图
    消费者驱动的契约Consumer drivern Contract
  • 原文地址:https://www.cnblogs.com/ilovejiahuigege/p/3875845.html
Copyright © 2011-2022 走看看