thxyhisdata.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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 .tr {
  116. display: flex;
  117. overflow: hidden;
  118. }
  119. .condition .scroll-X .tr .th,
  120. .condition .scroll-X .tr .td {
  121. display: inline-block;
  122. padding: 5rpx;
  123. width: 240rpx;
  124. text-align: center;
  125. height: 52rpx;
  126. line-height: 52rpx;
  127. border: 2rpx solid #F1F1F1;
  128. }
  129. .condition .scroll-X .tr .th:first-child,
  130. .condition .scroll-X .tr .td:first-child {
  131. width: 300rpx;
  132. }
  133. .condition .scroll-X .tr:nth-child(2n-1) {
  134. background-color: #f5fff8;
  135. }
  136. .condition .scroll-X .tr:first-child {
  137. background-color: #57c878;
  138. color: #fff;
  139. }
  140. .condition .pagenumber {
  141. display: flex;
  142. margin: 20rpx auto;
  143. }
  144. .condition .pagenumber button {
  145. width: 150rpx;
  146. height: 50rpx;
  147. line-height: 50rpx;
  148. font-size: 26rpx;
  149. text-align: center;
  150. background-color: #57c878;
  151. color: #FFFFFF;
  152. }
  153. .condition .pagenumber .pagenumber_page {
  154. height: 50rpx;
  155. line-height: 50rpx;
  156. font-size: 26rpx;
  157. text-align: center;
  158. margin: 0 20rpx;
  159. }