index.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. /* pages/index-guest/index-guest.wxss */
  2. page {
  3. background-color: #F0F4F7;
  4. }
  5. .body {
  6. background-size: 100% 100%;
  7. z-index: -99;
  8. width: 100%;
  9. height: 50%;
  10. padding-top: 78rpx;
  11. }
  12. .login-info {
  13. margin-left: 33rpx;
  14. font-size: 38rpx;
  15. color: #FFFFFF;
  16. }
  17. .role-name {
  18. font-size: 24rpx;
  19. background-color: #FFFFFF20;
  20. border-radius: 20rpx;
  21. padding: 9rpx 15rpx;
  22. margin-left: 11rpx;
  23. color: #ffffff;
  24. }
  25. .app-bottom {
  26. color: #FFFFFF60;
  27. font-size: 22rpx;
  28. margin-top: 25rpx;
  29. }
  30. .next {
  31. background: none;
  32. box-sizing: border-box;
  33. background-size: 100% 100%;
  34. margin: 0 36rpx;
  35. height: 260rpx;
  36. position: relative;
  37. top: -250rpx;
  38. display: flex;
  39. flex-direction: column;
  40. align-items: center;
  41. padding-top: 40rpx;
  42. padding-bottom: 21rpx;
  43. }
  44. .line-row {
  45. color: #EC6D27;
  46. font-size: 50rpx;
  47. }
  48. .next-line {
  49. height: 2rpx;
  50. background-color: #BD927D30;
  51. width: 50%;
  52. margin-top: 15rpx;
  53. }
  54. image.next-line {
  55. width: 70%;
  56. margin-top: 15rpx;
  57. z-index: 10;
  58. }
  59. .next-row-org {
  60. margin-top: 33rpx;
  61. font-size: 32rpx;
  62. color: #8C441C;
  63. }
  64. .next-row-time {
  65. margin-top: 12rpx;
  66. font-size: 22rpx;
  67. color: #8C441C60;
  68. }
  69. .second-part {
  70. width: 100%;
  71. padding: 30rpx;
  72. display: flex;
  73. flex-direction: column;
  74. align-items: center;
  75. box-sizing: border-box;
  76. margin-top: -260rpx;
  77. }
  78. .curr-meeting {
  79. width: 90%;
  80. height: 180rpx;
  81. margin-top: 20rpx;
  82. border-radius: 20rpx;
  83. background-color: #ffffff;
  84. padding: 30rpx;
  85. }
  86. .curr-time {
  87. font-size: 32rpx;
  88. border-bottom: solid 1rpx #EBE8E3;
  89. padding-bottom: 20rpx;
  90. }
  91. .curr-row {
  92. margin-top: 20rpx;
  93. }
  94. .row-title {
  95. color: #999999;
  96. font-size: 28rpx;
  97. }
  98. .row-value {
  99. margin-left: 13rpx;
  100. font-size: 28rpx;
  101. }
  102. .next-meeting {
  103. background: none;
  104. box-sizing: border-box;
  105. background-size: 100% 100%;
  106. margin: 0 36rpx;
  107. height: 260rpx;
  108. position: relative;
  109. top: -250rpx;
  110. display: flex;
  111. flex-direction: column;
  112. /* align-items: flex-start; */
  113. justify-content: flex-start;
  114. padding-top: 35rpx;
  115. padding-bottom: 25rpx;
  116. }
  117. .next-title {
  118. box-sizing: border-box;
  119. /* width: 80%; */
  120. /* margin-left: 10%; */
  121. display: flex;
  122. flex-direction: row;
  123. align-items: center;
  124. text-align: center;
  125. justify-content: center;
  126. }
  127. .next-title .line {
  128. width: 25%;
  129. height: 1rpx;
  130. background-color: #29191A33;
  131. }
  132. .next-title text {
  133. margin: 0 25rpx;
  134. }
  135. .next-row {
  136. margin-top: 15rpx;
  137. margin-bottom: 15rpx;
  138. font-size: 22rpx;
  139. margin-left: 42rpx;
  140. display: flex;
  141. align-items: center;
  142. justify-content: flex-start;
  143. }
  144. .next-row .next-title {
  145. color: #B7B7B7;
  146. font-size: 22rpx;
  147. }
  148. .next-row .next-content {
  149. font-size: 22rpx;
  150. }
  151. .bottmo-module {
  152. width: 100%;
  153. margin-top: 30rpx;
  154. display: flex;
  155. flex-direction: row;
  156. align-items: flex-start;
  157. justify-content: space-between;
  158. }
  159. .light {
  160. height: 140rpx;
  161. width: 32%;
  162. margin-right: 15rpx;
  163. /* margin-top: 15rpx; */
  164. background: #fff;
  165. line-height: 140rpx;
  166. border-radius: 10rpx;
  167. display: inline-flex;
  168. align-items: center;
  169. text-align: center;
  170. }
  171. .light image {
  172. width: 70rpx;
  173. height: 70rpx;
  174. margin-left: 15rpx;
  175. }
  176. .light text {
  177. font-size: .8em;
  178. margin-left: 10rpx;
  179. }
  180. .big {
  181. height: 290rpx;
  182. width: 32%;
  183. background: #fff;
  184. text-align: center;
  185. border-radius: 10rpx;
  186. display: inline-flex;
  187. flex-direction: column;
  188. align-items: center;
  189. justify-content: center;
  190. }
  191. .big image {
  192. width: 70rpx;
  193. height: 70rpx;
  194. }
  195. .big text {
  196. font-size: .8em;
  197. margin-top: 10rpx;
  198. }
  199. .inspection {
  200. box-sizing: border-box;
  201. width: 100%;
  202. padding: 20rpx;
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. border-radius: 20rpx;
  207. background-color: #FFFFFF;
  208. }
  209. .inspection-left {
  210. width: 48%;
  211. height: 145rpx;
  212. line-height: 145rpx;
  213. color: #FFFFFF;
  214. background-size: 100% 100%;
  215. display: flex;
  216. align-items: center;
  217. justify-content: center;
  218. }
  219. .inspection-left image {
  220. height: 68rpx;
  221. width: 60rpx;
  222. }
  223. .inspection-left text {
  224. margin-left: 15rpx;
  225. }
  226. .inspection-right {
  227. width: 48%;
  228. height: 145rpx;
  229. line-height: 145rpx;
  230. color: #fff;
  231. margin-left: 26rpx;
  232. background-size: 100% 100%;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. }
  237. .inspection-right image {
  238. height: 76rpx;
  239. width: 70rpx;
  240. }
  241. .inspection-right text {
  242. margin-left: 15rpx;
  243. }
  244. .bottmo-module.bottom {
  245. width: 100%;
  246. margin-top: -140rpx;
  247. display: flex;
  248. flex-direction: row;
  249. justify-content: flex-start;
  250. }