| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- @charset "UTF-8";
- /**
- *
- * p_base.css
- *
- * @authors leiTingGame-Tp
- * @date 2021-03-10
- * @version v2021
- *
- */
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- hr,
- p,
- blockquote,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- pre,
- fieldset,
- lengend,
- button,
- input,
- textarea,
- th,
- td {margin: 0; padding: 0;}
- body,
- button,
- input,
- select,
- textarea { font: 14px/1 'Microsoft YaHei';}
- address,
- cite,
- dfn,
- em,
- i,
- var { font-style: normal; }
- small { font-size: 12px;}
- ul,ol { list-style: none;}
- a { text-decoration: none; color: #000; outline: none;}
- a:hover { text-decoration: none;}
- abbr[title],
- acronym[title] { border-bottom: 1px dotted; cursor: help;}
- q:before,
- q:after { content: '';}
- legend { color: #000;}
- fieldset,
- img { border: none;}
- button,
- input,
- select,
- textarea { font-size: 100%;}
- input { outline: none; border: 0;}
- table { border-collapse: collapse; border-spacing: 0;}
- hr { border: none; height: 1px;}
- input,
- textarea {
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -webkit-appearance: none;
- appearance: none;
- }
- video { outline: none }
- .clearfix:after{content:""; display:block; clear:both;}
- .clearfix{zoom:1;}
- .fl{ float:left;}
- .fr{ float:right;}
- .pr { position:relative;}
- .pa { position:absolute;}
- .hid{ display: none !important;}
- /*通栏初始化高度*/
- #LTTopBar {min-height: 43px}
- /*极验调整*/
- .LT_popup .geetest_holder.geetest_wind{ min-width: 246px ;}
- /*阿里验证调整*/
- .sm-pop{ left: 0 !important; top: 0 !important; height:100% !important; line-height:100% !important; box-sizing:border-box; width: 100% !important; overflow: hidden;}
- .sm-pop-inner{top: 4px !important;left: 50% !important;margin-left: -150px !important;}
- .sm-btn{ box-sizing:border-box; height: 100%;}
- #rectMask{ display: none !important;}
|