123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- html,body,dl,dt,dd,ol,ul,pre,form,field,p,blockquote,h1,h2,h3,h4,h5,h6,div,img,td {
- font-family: "microsoft yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif;
- margin: 0;
- padding: 0;
- color: #333333;
- font-size: 0.26rem;
- }
- body {
- background: #fff;
- }
- th,td {
- font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
- color: #333333;
- font-size: 0.12rem;
- }
- h1,h2,h3,h4,h5 {
- font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
- }
- a {
- text-decoration: none;
- color: #454545;
- }
- a:link,a:visited { text-decoration: none;}
- a:hover,a:active {
- text-decoration: none;
- color: #336699;
- }
- a,img,button,input,textarea,li,span,div {
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
- }
- ul,ol {
- list-style: none;
- list-style-type: none;
- }
- input,textarea,select,button,file {
- font-size: 0.26rem;
- }
- img {
- border: 0;
- }
- .img {
- display: block;
- }
- b {
- font-size: bold;
- }
- .clear {
- *zoom: 1;
- }
- .clear:before,
- .clear:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .clear:after {
- clear: both;
- }
- .clear {
- font-size: 0;
- height: 0px;
- overflow: hidden;
- clear: both;
- }
- #full_screen {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 9998;
- background: rgba(0, 0, 0, 0.3);
- display: block;
- }
- .alert-div{
- position: absolute;
- top: 50%;
- left: 50%;
- width:6.30rem;
- height: 4.80rem;
- margin-top:-2.40rem;
- margin-left:-3.15rem;
- z-index:9999;
- /*border:1px solid #999;*/
- }
- .alert-bg{
-
- width:6.3rem;
- min-height: 2.98rem;
- padding-top:1rem;
- padding-bottom: 0.2rem;
- }
- #danzb{
- background:url(../images/alert_bg.png?v=1) no-repeat;
- background-size:6.3rem auto;
-
- }
- #zhiqin{
- background:url(../images/alert_bg2.png?v=1) no-repeat;
- background-size:6.3rem auto;
-
- }
- .alert-bg .alert-text{
- width:4.6rem;
- height: 0.35rem;
- margin:0 auto;
- margin-top:0.2rem;
- }
- .alert-bg .alert-text input{
- border:none;
- border-bottom: 1px solid #A1969A;
- width:3rem;
- background:none;
- }
- .alert-bg .alert-text span{
- color:#BD1112;
- }
- .alert-bg .btn1{
- width:2rem;
- height: 0.56rem;
- line-height: 0.56rem;
- margin:0 auto;
- display: block;
- margin-top:0.2rem;
- background: #BD1112;
- color:#fff;
- border-radius: 5px;
- text-align: center;
- cursor: pointer;
- }
- .close{
- width:100%;
- text-align: center;
- }
- .close img{
- width:0.5rem;
- height: 0.5rem;
- margin:0 auto;
- margin-top:0.6rem;
- }
|