seeAicoList.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. page {
  2. background: #F8F9FA;
  3. }
  4. .content {
  5. width: 100vw;
  6. display: flex;
  7. flex-direction: column;
  8. padding: 30rpx;
  9. position: relative;
  10. box-sizing: border-box;
  11. }
  12. .see-aico-info {
  13. width: 100%;
  14. height: 84rpx;
  15. margin-bottom: 20rpx;
  16. }
  17. .flex-level-center {
  18. display: flex;
  19. /*水平居中*/
  20. justify-content: center;
  21. }
  22. .flex-vertical-center {
  23. display: flex;
  24. /*垂直居中*/
  25. align-items: center;
  26. }
  27. .flex-column {
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .flex-space-between {
  32. display: flex;
  33. justify-content: space-between;
  34. }
  35. .see-aico-item {
  36. display: flex;
  37. height: 100%;
  38. padding: 0 30rpx;
  39. background: #FFFFFF;
  40. box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
  41. border-radius: 12rpx 12rpx 12rpx 12rpx;
  42. white-space: nowrap;
  43. }
  44. .see-aico-img {
  45. width: 36rpx;
  46. height: 36rpx;
  47. margin-right: 12rpx;
  48. }
  49. .see-aico-text {
  50. height: 36rpx;
  51. font-weight: 400;
  52. font-size: 30rpx;
  53. color: #333333;
  54. line-height: 36rpx;
  55. text-align: left;
  56. font-style: normal;
  57. text-transform: none;
  58. align-items: center;
  59. }
  60. .bindNotesInput {
  61. height: 36rpx;
  62. width: 100%;
  63. font-weight: 400;
  64. font-size: 26rpx;
  65. color: #888888;
  66. line-height: 36rpx;
  67. text-align: left;
  68. font-style: normal;
  69. text-transform: none;
  70. }
  71. .see-aico-list {
  72. width: 100%;
  73. background: #FFFFFF;
  74. box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
  75. border-radius: 12rpx 12rpx 12rpx 12rpx;
  76. margin-bottom: 16rpx;
  77. box-sizing: border-box;
  78. padding: 0 30rpx;
  79. }
  80. .bg-col-1{
  81. background: #EDFFFD;
  82. }
  83. .bg-col-2{
  84. background-color: #FFFFFF ;
  85. }
  86. .bg-col-3{
  87. background: #FFE5E5;
  88. }
  89. .status-text-col-1{
  90. color: #0BC3AA;
  91. }
  92. .status-text-col-2{
  93. color: #F76666 ;
  94. }
  95. .status-text-col-3{
  96. color: #F76666 ;
  97. }
  98. .see-aico-list-tbm-1 {
  99. padding-top: 30rpx;
  100. padding-bottom: 30rpx;
  101. }
  102. .room-number{
  103. flex:3;
  104. margin-left: 40rpx;
  105. height: 100%;
  106. }
  107. .room-number-text{
  108. font-weight: 400;
  109. font-size: 36rpx;
  110. color: #333333;
  111. line-height: 48rpx;
  112. text-align: left;
  113. font-style: normal;
  114. text-transform: none;
  115. }
  116. .inspection-date{
  117. flex:4;
  118. height: 100%;
  119. }
  120. .inspection-date-text{
  121. font-weight: 400;
  122. font-size: 28rpx;
  123. color: #333333;
  124. line-height: 40rpx;
  125. text-align: left;
  126. font-style: normal;
  127. text-transform: none;
  128. margin-bottom: 8rpx;
  129. }
  130. .room-status{
  131. flex:2;
  132. display: flex;
  133. justify-content: flex-end;
  134. height: 100%;
  135. }
  136. .room-status-title{
  137. width: 2rpx;
  138. height: 32rpx;
  139. background: #DEDEDE;
  140. border-radius: 0rpx 0rpx 0rpx 0rpx;
  141. margin-right: 30rpx;
  142. }
  143. .room-status-text{
  144. font-weight: 400;
  145. font-size: 30rpx;
  146. line-height: 36rpx;
  147. text-align: left;
  148. font-style: normal;
  149. text-transform: none;
  150. }
  151. .item-title{
  152. font-weight: 400;
  153. font-size: 24rpx;
  154. color: #777777;
  155. line-height: 36rpx;
  156. text-align: left;
  157. font-style: normal;
  158. text-transform: none;
  159. }