index.wxss 4.8 KB

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