智慧申请系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

160 lines
2.5 KiB

  1. .container{
  2. background: rgb(230,230,230);
  3. display: flex;
  4. flex-direction: column;
  5. overflow: hidden;
  6. }
  7. .searchBox{
  8. padding: 0 24rpx;
  9. height: 80rpx;
  10. background: #FFFFFF;
  11. align-items: center;
  12. }
  13. .searchInput{
  14. height: 100%;
  15. padding-left: 20rpx;
  16. font-size: 24rpx;
  17. }
  18. .searchIcon{
  19. width: 40rpx;
  20. height: 40rpx;
  21. }
  22. .recode-total {
  23. display: flex;
  24. align-items: center;
  25. }
  26. .recodeText{
  27. width: 100rpx;
  28. padding: 0px;
  29. height: 100%;
  30. font-size: 24rpx;
  31. line-height: 80rpx;
  32. text-align: center;
  33. color: #FFFFFF;
  34. background: linear-gradient(to right, rgb(14, 165, 217),rgb(1,174,190))
  35. }
  36. .recodeNum{
  37. width: 100rpx;
  38. text-align: center;
  39. }
  40. .tab-list {
  41. height: 80rpx;
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. border-top: solid 1rpx #008fd7;
  46. border-bottom: solid 1rpx #008fd7;
  47. }
  48. .tab-item {
  49. flex: 1;
  50. line-height: 80rpx;
  51. font-size: 24rpx;
  52. text-align: center;
  53. border-right: solid 1rpx #008fd7;
  54. }
  55. .tab-item.active {
  56. background-color: #008fd7;
  57. color: #fff;
  58. }
  59. .list {
  60. flex: 1;
  61. background: rgb(230,230,230);
  62. padding-bottom:120rpx;
  63. overflow-y: auto;
  64. }
  65. .item{
  66. padding: 32rpx;
  67. margin-bottom: 20rpx;
  68. flex: 1;
  69. display: flex;
  70. align-items: center;
  71. background-color: white;
  72. }
  73. .item-type {
  74. width: 130rpx;
  75. height: 130rpx;
  76. border-radius: 50%;
  77. background-color: #008fd7;
  78. text-align: center;
  79. line-height: 130rpx;
  80. font-size: 32rpx;
  81. color: #ffffff;
  82. font-weight: 600;
  83. }
  84. .item-info {
  85. margin-left: 40rpx;
  86. flex: 1;
  87. font-size: 24rpx;
  88. color: #777777;
  89. }
  90. .flex-item{
  91. display: flex;
  92. }
  93. .item-info text {
  94. color: #46aba1;
  95. }
  96. .mt-7 {
  97. margin-top: 14rpx;
  98. }
  99. .first-info {
  100. justify-content: space-between;
  101. padding-right: 32rpx;
  102. }
  103. .table-count strong {
  104. color: #46aba1;
  105. }
  106. .menuUl img {
  107. width: 60rpx;
  108. }
  109. .active {background-color:#ccc;}
  110. .btn-groups {
  111. display: flex;
  112. flex-direction: column;
  113. justify-content: center;
  114. }
  115. .btn-group {
  116. background: white;
  117. position: fixed;
  118. bottom: 0;
  119. width: 100%;
  120. left: 0;
  121. box-sizing: border-box;
  122. padding: 40rpx 20rpx;
  123. text-align: center;
  124. display: flex;
  125. }
  126. .count {
  127. line-height: 80rpx;
  128. }
  129. .btn{
  130. height: 80rpx;
  131. line-height: 80rpx;
  132. color: #fff;
  133. display: block;
  134. margin: 0 10rpx;
  135. flex: 1;
  136. border-radius: 40rpx;
  137. background: #008fd7;
  138. font-size: 28rpx;
  139. }
  140. .search-btn {
  141. padding: 0 24rpx;
  142. height: 64rpx;
  143. line-height: 64rpx;
  144. color: #fff;
  145. display: block;
  146. border-radius: 8rpx;
  147. background: #008fd7;
  148. font-size: 28rpx;
  149. }
  150. .red {
  151. color: #f00;
  152. }
  153. .look-btn {
  154. margin: 8rpx 0;
  155. background: #008fd7 !important;
  156. }