123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- @charset 'UTF-8';
- html, body, div, span, applet, object, iframe, table, caption,
- tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
- kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
- acronym, address, big, cite, code, i, b, dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,input{
- vertical-align: baseline;
- font-family: inherit;
- font-weight: normal;
- outline: 0;
- padding: 0;
- margin: 0;
- border: 0;
- }
- a,u{
- text-decoration: none;
- }
- input[type="text"],input[type="number"],input[type="password"],textarea,select,button{
- font-size: 1rem;
- font-family: Microsoft YaHei,SimSun,Arial;
- -webkit-appearance: none;
- resize: none;
- border:0;
- outline: 0;
- -webkit-user-select: text;
- }
- li{
- list-style: none;
- }
- table{
- border-collapse: collapse;
- border-spacing: 0;
- }
- html{max-width:640px;margin:0 auto;background: #f5f5f5;}
- body{font-family: Microsoft YaHei,SimSun,Arial; line-height: 1.2; color: #000; background:url(../images/bg.jpg) no-repeat center top; background-size:100% 100%;}
- img{
- width: 100%;
- border:0;
- }
- *{
- box-sizing: border-box;
- -webkit-user-select:none;
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
- -webkit-touch-callout: none;
- font-style: normal;
- }
- .loading{
- display: none;
- width: 100%;
- height: 100%;
- background: url(../images/loading.gif) center 20px no-repeat #fff;
- position: fixed;
- left: 0;
- z-index: 99999;
- top:0;
- }
- /* placeholder="" */
- /*通用*/
- header{
- z-index: 99;
- top: 0;
- max-width: 640px;
- width: 100%;
- height: 2.5rem;
- background: #fff;
- border-bottom: 2px solid #cf0000;
- }
- header h3{
- position: absolute;
- z-index: 1;
- width: 100%;
- max-width:640px;
- height:2.5rem;
- text-align: center;
- line-height: 2.5rem;
- font-size: 1.2rem;
- color:#fff;
- background:#232225;
- }
- header a{
- position: relative;
- z-index: 2;
- display: block;
- min-width: 2.2rem;
- height: 2.2rem;
- padding: 0.4rem;
- color:#999999;
- margin-top:0.2rem;
- }
- header a img{
- width: auto;
- height: 100%;
- float: left;
- }
- header a span{
- float: left;
- line-height:1.4rem;
-
- }
- header a:active{
- opacity: 0.7;
- }
- header .xf_headerleft{
- float: left;
- font-size: 0.8rem;
- color:#fff;
- }
- header .xf_headerright{
- float: right;
- }
- /*通用 end*/
- /*-----查询结果chaxunjieguo------*/
- .hc_page{ height:32rem; padding:0.8rem 0; padding-bottom:4rem; }
- .hc_pagecxjg{ width:94%; margin:0 auto; background:rgba(240,248,253,0.8); border-radius:6px;}
- .hc_cxjg_ul01 li{ width:100%; color:#212122; border-bottom:1px solid #d4e7f7; overflow:hidden;}
- .hc_cxjg_ul01 li:nth-child(1){ font-size:1rem; border:1px solid #009fbc; border-top-left-radius:6px; border-top-right-radius:6px; background:url(../images/bg01.png) repeat-x; color:#fff; }
- .hc_cxjg_ul01 li:last-child{ border:0px;}
- .hc_cxjg_ul01 li span{ width:50%; text-align:center; display:block; height:auto;word-wrap: break-word;padding: 10px;float:left; line-height:2.5rem; font-weight:100; }
- .hc_cxjg_ul01 li span:nth-child(1){border-right:1px solid #d4e7f7; }
- .hc_cxjg_ul01 li:nth-child(1) span:nth-child(1){ border-right: 1px solid #239dbf;}
- /*-----用水计划查询yongshuijihua------*/
- .hc_pageysjh{ border:1px solid rgba(255,255,255,0.6); background:rgba(255,255,255,0.6);}
- .hc_ysjh_ul01 li{ width:100%; color:#212122; border-bottom:1px solid #a4d2e6; overflow:hidden; padding:0 1rem;}
- .hc_ysjh_ul01 li span{ text-align:center; display:block; height:3.2rem; float:left; line-height:3.2rem; font-weight:100; }
- .hc_ysjh_ul01 li span:nth-child(1){ float:left;}
- .hc_ysjh_ul01 li span:nth-child(2){ float:right;}
- .hc_ysjh_ul01 li:last-child{ border:none;}
- /*-----水量查询shuiliangchaxun------*/
- .hc_slcx_ul01{ width:94%; margin:0 auto;}
- .hc_slcx_ul01 li{ width:100%; height:3rem; background:rgb(255,255,255); margin-bottom:0.8rem; border-radius:6px; padding:0.8rem; position: relative; }
- .hc_slcx_ul01 li .select{ position: absolute; left: 0; top: 0; width:100%; overflow:hidden;}
- .hc_slcx_ul01 li .select select{ width:23rem; padding: 0.8rem 0; padding-left: 0.8rem; background: transparent; padding-right: 15%; border:none; outline:none;}
- .hc_slcx_ul01 li .select select:focus{outline:none;}
- .hc_slcx_ul01 li .select option{ border:none;}
- .hc_slcx_ul01 input{ width:85%; height:100%; float:left; font-weight:100; }
- .hc_slcx_ul01 span{ width:15%; float:right; border-left:1px solid #c0d7e3; padding-left:1rem;}
- .hc_slcx_ul01 span img{ width:1.5rem; height:1.5rem;}
- .hc_slcx_ul01 .btn{ padding:0px;}
- .hc_slcx_ul01 .btn a{ border:1px solid #0888d1; border-radius:6px; display:block; width:100%; height:100%; background:url(../images/btn_bg01.jpg) repeat-x; text-align:center; line-height:3rem; font-size:1rem;}
- .hc_slcx_ul01 .btn a:link,.hc_slcx_ul01 .btn a:visited{ color:#fff;}
- .hc_slcx_ul01 .btn a:active{ background:url(../images/btn_bg02.jpg) repeat-x;}
- /*-----微信查询shuiliangchaxun------*/
- .hc_wxcx_ul01 .btn{ background:none;}
- .hc_wxcx_ul01 .btn a{ width:48%; float:left;}
- .hc_wxcx_ul01 .btn a:first-child{ margin-right:4%;}
- .hc_wxcx_ul01 .btn a.on{background:url(../images/btn_bg02.jpg) repeat-x;}
|