thxyhisdata.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. position: relative;
  34. width: 90%;
  35. margin: 30rpx auto;
  36. box-shadow: 0 0 10rpx #bcb9ca;
  37. padding-top: 20rpx;
  38. height: 550rpx;
  39. }
  40. .shuju_one .canvastishi {
  41. font-size: 32rpx;
  42. position: absolute;
  43. top: 50%;
  44. left: 50%;
  45. margin-left: -64rpx;
  46. margin-top: -21rpx;
  47. }
  48. .shuju_one .canvastishi .dataloading:after {
  49. overflow: hidden;
  50. display: inline-block;
  51. vertical-align: bottom;
  52. -webkit-animation: ellipsis 2s infinite;
  53. animation: ellipsis 2s infinite;
  54. content: "\2026";
  55. }
  56. @-webkit-keyframes ellipsis {
  57. from {
  58. width: 2px;
  59. }
  60. to {
  61. width: 15px;
  62. }
  63. }
  64. @keyframes ellipsis {
  65. from {
  66. width: 2px;
  67. }
  68. to {
  69. width: 15px;
  70. }
  71. }
  72. .shuju_one .shuju_one_title {
  73. width: 70%;
  74. margin: 0 auto;
  75. display: flex;
  76. }
  77. .shuju_one .shuju_one_title .tltle_text {
  78. width: 25%;
  79. border: 2rpx solid #B2B2B2;
  80. color: #57c878;
  81. text-align: center;
  82. font-size: 24rpx;
  83. height: 50rpx;
  84. line-height: 50rpx;
  85. }
  86. .shuju_one .shuju_one_title .title_text_color {
  87. width: 25%;
  88. border: 2rpx solid #57c878;
  89. background-color: #57c878;
  90. color: #fff;
  91. text-align: center;
  92. font-size: 24rpx;
  93. height: 50rpx;
  94. line-height: 50rpx;
  95. }
  96. .u-calendar__action {
  97. display: flex;
  98. justify-content: space-around;
  99. }
  100. .u-calendar__action .u-calendar__action__text {
  101. line-height: 25px;
  102. }
  103. .condition {
  104. display: flex;
  105. flex-wrap: wrap;
  106. width: 90%;
  107. margin: 30rpx auto;
  108. box-shadow: 0 0 10rpx #bcb9ca;
  109. margin-bottom: 30rpx;
  110. }
  111. .condition .scroll-X {
  112. width: 95%;
  113. margin: 20rpx auto;
  114. }
  115. .condition .scroll-X .table {
  116. width: 1416px;
  117. }
  118. .condition .scroll-X .tr {
  119. display: flex;
  120. overflow: hidden;
  121. }
  122. .condition .scroll-X .tr .th,
  123. .condition .scroll-X .tr .td {
  124. display: inline-block;
  125. padding: 5rpx;
  126. width: 240rpx;
  127. text-align: center;
  128. height: 52rpx;
  129. line-height: 52rpx;
  130. border: 2rpx solid #F1F1F1;
  131. }
  132. .condition .scroll-X .tr .th:first-child,
  133. .condition .scroll-X .tr .td:first-child {
  134. width: 300rpx;
  135. }
  136. .condition .scroll-X .tr:nth-child(2n-1) {
  137. background-color: #f5fff8;
  138. }
  139. .condition .scroll-X .tr:first-child {
  140. background-color: #57c878;
  141. color: #fff;
  142. }
  143. .condition .pagenumber {
  144. display: flex;
  145. margin: 20rpx auto;
  146. }
  147. .condition .pagenumber button {
  148. width: 150rpx;
  149. height: 50rpx;
  150. line-height: 50rpx;
  151. font-size: 26rpx;
  152. text-align: center;
  153. background-color: #57c878;
  154. color: #FFFFFF;
  155. }
  156. .condition .pagenumber .pagenumber_page {
  157. height: 50rpx;
  158. line-height: 50rpx;
  159. font-size: 26rpx;
  160. text-align: center;
  161. margin: 0 20rpx;
  162. }