history.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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: block;*/
  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. width:100%;
  31. height:100%;
  32. background-color: rgba(5, 75, 154, 0.95);
  33. /*border: 1px solid #74fffd;*/
  34. /*position: absolute;*/
  35. /*top: 5%;*/
  36. /*right: 0;*/
  37. /*left: 0;*/
  38. /*margin: 0 auto;*/
  39. }
  40. .close {
  41. width: .232323rem;
  42. height: .232323rem;
  43. background-color: #052e71;
  44. border-left: 1px solid #74fffd;
  45. border-bottom: 1px solid #74fffd;
  46. position: absolute;
  47. top: 0;
  48. right: 0;
  49. text-align: center;
  50. color: #74fffd;
  51. font-size: .151515rem;
  52. line-height: .232323rem;
  53. cursor: pointer;
  54. }
  55. /* header */
  56. .model-header{
  57. width: 100%;
  58. height: .353535rem;
  59. background: url(../img/header3.png) no-repeat;
  60. background-size: cover;
  61. text-align: center;
  62. line-height: .353535rem;
  63. color: #fff;
  64. font-size: .121212rem;
  65. letter-spacing: 2px;
  66. font-weight: 600;
  67. }
  68. .see{
  69. height: .212121rem;
  70. padding-left: .30303rem;
  71. padding-top: .20202rem;
  72. padding-right: .30303rem;
  73. margin-bottom: .227273rem;
  74. }
  75. .from{
  76. line-height: .20202rem;
  77. }
  78. .frright{
  79. margin-right: 0.4rem;
  80. }
  81. .line{
  82. margin-right: .363636rem;
  83. }
  84. .line span{
  85. font-size: .10101rem;
  86. color:#3fccf7 ;
  87. font-weight: 600;
  88. }
  89. .line-content{
  90. width: .99rem;
  91. height: .251616rem;
  92. background: url(../img/lishikuang2.png) no-repeat;
  93. background-size: cover;
  94. text-indent: 4px;
  95. color: #52d2ff;
  96. outline: none;
  97. border: none;
  98. }
  99. .submit{
  100. width: .620354rem;
  101. height: .252121rem;
  102. }
  103. .button{
  104. width: 100%;
  105. height: 100%;
  106. background: url(../img/chaxun.png) no-repeat;
  107. background-size: cover;
  108. border: none;
  109. outline: none;
  110. text-align: center;;
  111. color: #fff;
  112. font-size: .111111rem;
  113. letter-spacing: 4px;
  114. cursor: pointer;
  115. }
  116. .query{
  117. margin-right: .20202rem;
  118. }
  119. .date{
  120. width: 9.379798rem;
  121. height: 3.518182rem;
  122. margin: 0 .30303rem;
  123. padding-top: .242424rem;
  124. box-sizing: border-box;
  125. background: url(../img/lishikuang.png) no-repeat;
  126. background-size: cover;
  127. }
  128. .data-contentpic,
  129. .date-content{
  130. width: 8.666667rem;
  131. height: 2.994646rem;
  132. background-color: rgba(0, 186, 255, 0.1);
  133. margin: 0 auto;
  134. margin-top: 0.1rem;
  135. }
  136. /* 历史图片 */
  137. .date-content-pic{
  138. width: 1.439394rem;
  139. height: .934343rem;
  140. border: 1px solid #43dcff;
  141. padding: .050505rem;
  142. margin: .050505rem .055556rem;
  143. }
  144. .date-content-pic img{
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .data-contentpic{
  149. padding-top: .060606rem;
  150. box-sizing: border-box;
  151. background: none;
  152. }
  153. .querypic{
  154. margin-right: .505051rem;
  155. }