index-admin.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* pages/index-admin/index-admin.wxss */
  2. .container {
  3. padding: 20rpx;
  4. align-items: flex-start;
  5. background-size: 100% 100%;
  6. z-index: -99;
  7. width: 100%;
  8. }
  9. .login-info {
  10. margin: 10rpx;
  11. font-size: 1.2em;
  12. color: #ffffff;
  13. }
  14. .role-name {
  15. font-size: .6em;
  16. background-color: #86b9ff;
  17. border-radius: 20rpx;
  18. padding: 8rpx 14rpx;
  19. margin: 0 20rpx;
  20. color: #ffffff;
  21. }
  22. .app-bottom {
  23. color: #eee;
  24. font-size: .8em;
  25. position: relative;
  26. top: 20rpx;
  27. }
  28. .next {
  29. width: 90%;
  30. margin-left: 5%;
  31. background-size: 100% 100%;
  32. position: relative;
  33. bottom: -30rpx;
  34. }
  35. .line-row {
  36. width: 80%;
  37. margin-left: 10%;
  38. display: inline-flex;
  39. align-items: center;
  40. text-align: center;
  41. justify-content: center;
  42. }
  43. .line {
  44. width: 30%;
  45. height: 1rpx;
  46. text-align: center;
  47. background-color: #dad8da;
  48. }
  49. .line-row span {
  50. width: 33%;
  51. }
  52. .next-row {
  53. margin-left: 5%;
  54. margin-top: 10rpx;
  55. margin-bottom: 10rpx;
  56. font-size: .9em;
  57. }
  58. .next-title {
  59. color: #cbcdce;
  60. }
  61. .second-part {
  62. width: 94%;
  63. height: 50%;
  64. padding: 30rpx 3%;
  65. background-color: #F0F4F7;
  66. display: inline-flex;
  67. flex-direction: column;
  68. align-items: center;
  69. }
  70. .inspection {
  71. width: 98%;
  72. height: 146rpx;
  73. margin-top: 20rpx;
  74. display: inline-flex;
  75. align-items: center;
  76. justify-content: center;
  77. border-radius: 20rpx;
  78. background-color: #ffffff;
  79. padding: 15rpx;
  80. }
  81. .inspection-left {
  82. width: 48%;
  83. height: 146rpx;
  84. line-height: 146rpx;
  85. color: #fff;
  86. background-size: 100% 100%;
  87. display: inline-flex;
  88. align-items: center;
  89. justify-content: center;
  90. text-align: center;
  91. }
  92. .inspection-left image {
  93. height: 80rpx;
  94. width: 80rpx;
  95. }
  96. .inspection-left text {
  97. margin-left: 15rpx;
  98. }
  99. .inspection-right {
  100. width: 48%;
  101. height: 146rpx;
  102. line-height: 146rpx;
  103. color: #fff;
  104. margin-left: 20rpx;
  105. background-size: 100% 100%;
  106. display: inline-flex;
  107. align-items: center;
  108. justify-content: center;
  109. text-align: center;
  110. }
  111. .inspection-right image {
  112. height: 80rpx;
  113. width: 80rpx;
  114. }
  115. .inspection-right text {
  116. margin-left: 15rpx;
  117. }
  118. .bottmo-module {
  119. width: 100%;
  120. margin-top: 20rpx;
  121. display: inline-flex;
  122. flex-direction: row;
  123. align-items: flex-start;
  124. justify-content: space-between;
  125. }
  126. .bottmo-module.bottom {
  127. width: 100%;
  128. margin-top: -145rpx;
  129. display: inline-flex;
  130. flex-direction: row;
  131. font-size: .8em;
  132. justify-content: flex-start;
  133. }
  134. .light {
  135. height: 130rpx;
  136. width: 32%;
  137. margin-right: 15rpx;
  138. margin-top: 15rpx;
  139. background: #fff;
  140. line-height: 130rpx;
  141. border-radius: 10rpx;
  142. display: inline-flex;
  143. align-items: center;
  144. text-align: center;
  145. }
  146. .light image {
  147. width: 70rpx;
  148. height: 70rpx;
  149. margin-left: 15rpx;
  150. }
  151. .light text {
  152. font-size: .8em;
  153. margin-left: 10rpx;
  154. }
  155. .big {
  156. height: 275rpx;
  157. width: 32%;
  158. background: #fff;
  159. text-align: center;
  160. border-radius: 10rpx;
  161. display: inline-flex;
  162. flex-direction: column;
  163. align-items: center;
  164. justify-content: center;
  165. margin-top: 15rpx;
  166. }
  167. .big image {
  168. width: 70rpx;
  169. height: 70rpx;
  170. }
  171. .big text {
  172. font-size: .8em;
  173. margin-top: 10rpx;
  174. }