historydatas.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .timeandtype {
  2. box-sizing: border-box;
  3. width: 90%;
  4. margin: 40rpx auto 0;
  5. }
  6. .timeandtype .timebox {
  7. box-shadow: 0 0 10rpx #bcb9ca;
  8. display: flex;
  9. background-color: #fff;
  10. padding: 10px;
  11. border-top-right-radius: 5px;
  12. border-top-left-radius: 5px;
  13. }
  14. .timeandtype .timebox .jiange {
  15. width: 5%;
  16. text-align: center;
  17. }
  18. .timeandtype .timebox .firsttime,
  19. .timeandtype .timebox .endtime {
  20. width: 45%;
  21. text-align: center;
  22. }
  23. .timeandtype .warntypebox {
  24. display: flex;
  25. justify-content: space-between;
  26. background-color: #fff;
  27. padding: 10px;
  28. border-top: 1px solid #F6F6FB;
  29. border-bottom-right-radius: 5px;
  30. border-bottom-left-radius: 5px;
  31. }
  32. .shuju_one,
  33. .shuju_two {
  34. width: 90%;
  35. margin: 40rpx auto;
  36. box-shadow: 0 0 10rpx #bcb9ca;
  37. padding-top: 20rpx;
  38. height: 550rpx;
  39. }
  40. .shuju_one .canvastishi,
  41. .shuju_two .canvastishi {
  42. font-size: 32rpx;
  43. position: absolute;
  44. top: 50%;
  45. left: 50%;
  46. margin-left: -64rpx;
  47. margin-top: -21rpx;
  48. }
  49. .shuju_one .canvastishi .dataloading:after,
  50. .shuju_two .canvastishi .dataloading:after {
  51. overflow: hidden;
  52. display: inline-block;
  53. vertical-align: bottom;
  54. -webkit-animation: ellipsis 2s infinite;
  55. animation: ellipsis 2s infinite;
  56. content: "\2026";
  57. }
  58. @-webkit-keyframes ellipsis {
  59. from {
  60. width: 2px;
  61. }
  62. to {
  63. width: 15px;
  64. }
  65. }
  66. @keyframes ellipsis {
  67. from {
  68. width: 2px;
  69. }
  70. to {
  71. width: 15px;
  72. }
  73. }
  74. .shuju_one .shuju_one_title,
  75. .shuju_two .shuju_one_title {
  76. width: 70%;
  77. margin: 0 auto;
  78. display: flex;
  79. }
  80. .shuju_one .shuju_one_title .tltle_text,
  81. .shuju_two .shuju_one_title .tltle_text {
  82. width: 25%;
  83. border: 2rpx solid #B2B2B2;
  84. color: #57c878;
  85. text-align: center;
  86. font-size: 24rpx;
  87. height: 50rpx;
  88. line-height: 50rpx;
  89. }
  90. .shuju_one .shuju_one_title .title_text_color,
  91. .shuju_two .shuju_one_title .title_text_color {
  92. width: 25%;
  93. border: 2rpx solid #57c878;
  94. background-color: #57c878;
  95. color: #fff;
  96. text-align: center;
  97. font-size: 24rpx;
  98. height: 50rpx;
  99. line-height: 50rpx;
  100. }
  101. .refresh {
  102. width: 90%;
  103. margin-left: 5%;
  104. width: 160rpx;
  105. height: 50rpx;
  106. background-color: #57c878;
  107. color: #FFFFFF;
  108. line-height: 50rpx;
  109. text-align: center;
  110. }
  111. .condition {
  112. margin: 40rpx auto;
  113. display: flex;
  114. flex-wrap: wrap;
  115. width: 90%;
  116. box-shadow: 0 0 10rpx #bcb9ca;
  117. margin-bottom: 30rpx;
  118. }
  119. .condition .scroll-X {
  120. width: 95%;
  121. margin: 20rpx auto;
  122. }
  123. .condition .scroll-X .table {
  124. width: 1042px;
  125. }
  126. .condition .scroll-X .tr {
  127. display: flex;
  128. overflow: hidden;
  129. }
  130. .condition .scroll-X .tr .th,
  131. .condition .scroll-X .tr .td {
  132. display: inline-block;
  133. padding: 5rpx;
  134. width: 240rpx;
  135. text-align: center;
  136. height: 52rpx;
  137. line-height: 52rpx;
  138. }
  139. .condition .scroll-X .tr .th:first-child,
  140. .condition .scroll-X .tr .td:first-child {
  141. width: 300rpx;
  142. }
  143. .condition .scroll-X .tr:nth-child(2n-1) {
  144. background-color: #f5fff8;
  145. }
  146. .condition .scroll-X .tr:first-child {
  147. background-color: #57c878;
  148. color: #fff;
  149. }
  150. .condition .pagenumber {
  151. display: flex;
  152. margin: 20rpx auto;
  153. }
  154. .condition .pagenumber button {
  155. width: 150rpx;
  156. height: 50rpx;
  157. line-height: 50rpx;
  158. font-size: 26rpx;
  159. text-align: center;
  160. background-color: #57c878;
  161. color: #FFFFFF;
  162. }
  163. .condition .pagenumber .pagenumber_page {
  164. width: 100rpx;
  165. height: 50rpx;
  166. line-height: 50rpx;
  167. font-size: 26rpx;
  168. text-align: center;
  169. }
  170. .u-calendar__action {
  171. display: flex;
  172. justify-content: space-around;
  173. }
  174. .u-calendar__action .u-calendar__action__text {
  175. line-height: 25px;
  176. }