histor.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. .history {
  2. display: block;
  3. margin-top: .030303rem;
  4. width: 100%;
  5. font-size: .070707rem;
  6. color: #4b7ae2;
  7. text-align: center;
  8. margin-bottom: .050505rem;
  9. }
  10. .modalpic{
  11. display: none;
  12. }
  13. .modal{
  14. display: none;
  15. }
  16. .modalpic,
  17. .modal {
  18. position: fixed;
  19. z-index: 1;
  20. left: 0;
  21. top: 0;
  22. width: 100%;
  23. height: 100%;
  24. overflow: auto;
  25. background-color: rgba(58, 52, 52, 0.5);
  26. }
  27. .modal-content {
  28. width: 7.626263rem;
  29. height: 4.030303rem;
  30. background-color: rgba(5, 75, 154, 0.95);
  31. border: 1px solid #74fffd;
  32. position: absolute;
  33. top: 5%;
  34. right: 0;
  35. left: 0;
  36. margin: 0 auto;
  37. }
  38. .close {
  39. width: .232323rem;
  40. height: .232323rem;
  41. background-color: #052e71;
  42. border-left: 1px solid #74fffd;
  43. border-bottom: 1px solid #74fffd;
  44. position: absolute;
  45. top: 0;
  46. right: 0;
  47. text-align: center;
  48. color: #74fffd;
  49. font-size: .151515rem;
  50. line-height: .232323rem;
  51. cursor: pointer;
  52. }
  53. /* header */
  54. .model-header{
  55. width: 100%;
  56. height: .353535rem;
  57. background: url(../img/header3.png) no-repeat;
  58. background-size: cover;
  59. text-align: center;
  60. line-height: .353535rem;
  61. color: #fff;
  62. font-size: .121212rem;
  63. letter-spacing: 2px;
  64. font-weight: 600;
  65. }
  66. .see{
  67. height: .212121rem;
  68. padding-left: .30303rem;
  69. padding-top: .20202rem;
  70. padding-right: .30303rem;
  71. margin-bottom: .227273rem;
  72. }
  73. .from{
  74. line-height: .20202rem;
  75. }
  76. .line{
  77. margin-right: .363636rem;
  78. }
  79. .line span{
  80. font-size: .10101rem;
  81. color:#3fccf7 ;
  82. font-weight: 600;
  83. }
  84. .line-content{
  85. width: .647364rem;
  86. height: .161616rem;
  87. background: url(../img/lishikuang2.png) no-repeat;
  88. background-size: cover;
  89. text-indent: 4px;
  90. color: #52d2ff;
  91. outline: none;
  92. border: none;
  93. }
  94. .submit{
  95. width: .535354rem;
  96. height: .212121rem;
  97. }
  98. .button{
  99. width: 100%;
  100. height: 100%;
  101. background: url(../img/chaxun.png) no-repeat;
  102. background-size: cover;
  103. border: none;
  104. outline: none;
  105. text-align: center;;
  106. color: #fff;
  107. font-size: .111111rem;
  108. letter-spacing: 4px;
  109. cursor: pointer;
  110. }
  111. .query{
  112. margin-right: .20202rem;
  113. }
  114. .date{
  115. width: 6.979798rem;
  116. height: 2.818182rem;
  117. margin: 0 .30303rem;
  118. padding-top: .242424rem;
  119. box-sizing: border-box;
  120. background: url(../img/lishikuang.png) no-repeat;
  121. background-size: cover;
  122. }
  123. .data-contentpic,
  124. .date-content{
  125. width: 6.666667rem;
  126. height: 2.464646rem;
  127. background-color: rgba(0, 186, 255, 0.1);
  128. margin: 0 auto;
  129. }
  130. /* 历史图片 */
  131. .date-content-pic{
  132. width: 1.439394rem;
  133. height: .934343rem;
  134. border: 1px solid #43dcff;
  135. padding: .050505rem;
  136. margin: .050505rem .055556rem;
  137. }
  138. .date-content-pic img{
  139. width: 100%;
  140. height: 100%;
  141. }
  142. .data-contentpic{
  143. padding-top: .060606rem;
  144. box-sizing: border-box;
  145. background: none;
  146. }
  147. .querypic{
  148. margin-right: .505051rem;
  149. }