alert.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. html,body,dl,dt,dd,ol,ul,pre,form,field,p,blockquote,h1,h2,h3,h4,h5,h6,div,img,td {
  2. font-family: "microsoft yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif;
  3. margin: 0;
  4. padding: 0;
  5. color: #333333;
  6. font-size: 0.26rem;
  7. }
  8. body {
  9. background: #fff;
  10. }
  11. th,td {
  12. font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
  13. color: #333333;
  14. font-size: 0.12rem;
  15. }
  16. h1,h2,h3,h4,h5 {
  17. font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
  18. }
  19. a {
  20. text-decoration: none;
  21. color: #454545;
  22. }
  23. a:link,a:visited { text-decoration: none;}
  24. a:hover,a:active {
  25. text-decoration: none;
  26. color: #336699;
  27. }
  28. a,img,button,input,textarea,li,span,div {
  29. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  30. }
  31. ul,ol {
  32. list-style: none;
  33. list-style-type: none;
  34. }
  35. input,textarea,select,button,file {
  36. font-size: 0.26rem;
  37. }
  38. img {
  39. border: 0;
  40. }
  41. .img {
  42. display: block;
  43. }
  44. b {
  45. font-size: bold;
  46. }
  47. .clear {
  48. *zoom: 1;
  49. }
  50. .clear:before,
  51. .clear:after {
  52. display: table;
  53. content: "";
  54. line-height: 0;
  55. }
  56. .clear:after {
  57. clear: both;
  58. }
  59. .clear {
  60. font-size: 0;
  61. height: 0px;
  62. overflow: hidden;
  63. clear: both;
  64. }
  65. #full_screen {
  66. position: absolute;
  67. left: 0;
  68. top: 0;
  69. width: 100%;
  70. height: 100%;
  71. z-index: 9998;
  72. background: rgba(0, 0, 0, 0.3);
  73. display: block;
  74. }
  75. .alert-div{
  76. position: absolute;
  77. top: 50%;
  78. left: 50%;
  79. width:6.30rem;
  80. height: 4.80rem;
  81. margin-top:-2.40rem;
  82. margin-left:-3.15rem;
  83. z-index:9999;
  84. /*border:1px solid #999;*/
  85. }
  86. .alert-bg{
  87. width:6.3rem;
  88. min-height: 2.98rem;
  89. padding-top:1rem;
  90. padding-bottom: 0.2rem;
  91. }
  92. #danzb{
  93. background:url(../images/alert_bg.png?v=1) no-repeat;
  94. background-size:6.3rem auto;
  95. }
  96. #zhiqin{
  97. background:url(../images/alert_bg2.png?v=1) no-repeat;
  98. background-size:6.3rem auto;
  99. }
  100. .alert-bg .alert-text{
  101. width:4.6rem;
  102. height: 0.35rem;
  103. margin:0 auto;
  104. margin-top:0.2rem;
  105. }
  106. .alert-bg .alert-text input{
  107. border:none;
  108. border-bottom: 1px solid #A1969A;
  109. width:3rem;
  110. background:none;
  111. }
  112. .alert-bg .alert-text span{
  113. color:#BD1112;
  114. }
  115. .alert-bg .btn1{
  116. width:2rem;
  117. height: 0.56rem;
  118. line-height: 0.56rem;
  119. margin:0 auto;
  120. display: block;
  121. margin-top:0.2rem;
  122. background: #BD1112;
  123. color:#fff;
  124. border-radius: 5px;
  125. text-align: center;
  126. cursor: pointer;
  127. }
  128. .close{
  129. width:100%;
  130. text-align: center;
  131. }
  132. .close img{
  133. width:0.5rem;
  134. height: 0.5rem;
  135. margin:0 auto;
  136. margin-top:0.6rem;
  137. }