index-admin.wxss 3.3 KB

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