home.acss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .top {
  2. display: flex;
  3. align-items: center;
  4. flex-direction: column;
  5. }
  6. .top-area {
  7. position: absolute;
  8. width: 100%;
  9. height: 368rpx;
  10. border-bottom-left-radius: 7%;
  11. border-bottom-right-radius: 7%;
  12. background-color: #495dfc;
  13. }
  14. .content {
  15. /* position: absolute; */
  16. margin-top: 120rpx;
  17. padding-left: 24rpx;
  18. padding-right: 24rpx;
  19. }
  20. .content-box {
  21. background-color: #fff;
  22. border-radius: 6px;
  23. position: relative;
  24. margin-bottom: 40rpx;
  25. padding: 24rpx 16rpx;
  26. overflow: hidden;
  27. }
  28. .flex {
  29. display: flex;
  30. justify-content: space-between;
  31. }
  32. .left {
  33. width: 372rpx;
  34. font-size: 34rpx;
  35. }
  36. .m-r {
  37. margin-right: 10rpx;
  38. }
  39. .right {
  40. width: 240rpx;
  41. height: 72rpx;
  42. background-color: #f1f4fd;
  43. border-radius: 50rpx;
  44. padding: 14rpx 16rpx;
  45. box-sizing: border-box;
  46. color: rgba(58, 60, 101, 0.5);
  47. font-size: 28rpx;
  48. }
  49. .bg {
  50. width: 670rpx;
  51. height: 260rpx;
  52. /* margin: 16rpx 0 32rpx 0; */
  53. }
  54. .bg image {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .fun {
  59. flex-wrap: wrap;
  60. justify-content: left;
  61. }
  62. .item {
  63. display: flex;
  64. flex-direction: column;
  65. justify-content: center;
  66. align-items: center;
  67. width: 25%;
  68. margin-bottom: 20rpx;
  69. color: #3A3C65;
  70. }
  71. .home-item {
  72. padding: 0 !important;
  73. }
  74. .item-icon {
  75. width: 64rpx;
  76. height: 64rpx;
  77. }
  78. .box {
  79. margin-top: 20rpx;
  80. }
  81. .box-tit {
  82. font-size: 32rpx;
  83. font-weight: 500;
  84. margin-bottom: 10rpx;
  85. color: #3A3C65;
  86. }
  87. .auto {
  88. overflow-x: auto;
  89. }
  90. .my-meeting {
  91. background-color: #f3faf9;
  92. width: 472rpx;
  93. height: 178rpx;
  94. margin-right: 32rpx;
  95. }
  96. .data-time {
  97. width: 122rpx;
  98. background-color: #6473fb;
  99. color: #fff;
  100. font-size: 26rpx;
  101. padding: 16rpx 20rpx;
  102. box-sizing: border-box;
  103. border-radius: 20rpx 0 0 20rpx;
  104. }
  105. .time {
  106. font-size: 30rpx;
  107. font-weight: 700;
  108. margin-top: 12rpx;
  109. }
  110. .meeting-right {
  111. width: 300rpx;
  112. height: 165rpx;
  113. padding: 15rpx 30rpx 0 24rpx;
  114. /* line-height: 165rpx; */
  115. background-color: #f3faf9;
  116. margin-right: 32rpx;
  117. border-radius: 0 20rpx 20rpx 0;
  118. }
  119. .over {
  120. max-width: 296rpx;
  121. overflow: hidden;
  122. text-overflow: ellipsis;
  123. white-space: nowrap;
  124. display: flex;
  125. align-items: center;
  126. }
  127. .meeting-name {
  128. color: #6473fb;
  129. font-size: 36rpx;
  130. font-weight: 700;
  131. margin-bottom: 13rpx;
  132. }
  133. .location {
  134. color: rgba(58, 60, 101, 0.65);
  135. font-size: 26rpx;
  136. }
  137. .flex1 {
  138. flex-wrap: wrap;
  139. }
  140. .room {
  141. background-color: #f7f9fc;
  142. padding: 24rpx;
  143. width: 277rpx;
  144. font-size: 28rpx;
  145. margin-bottom: 30rpx;
  146. }
  147. .rooom-name {
  148. font-size: 36rpx;
  149. font-weight: 700;
  150. margin-bottom: 20rpx;
  151. color: #3A3C65 !important;
  152. }
  153. .room>.over {
  154. margin-bottom: 17rpx;
  155. color: #333;
  156. width: 330rpx !important;
  157. }
  158. /* .over>text {
  159. margin-left: 10rpx;
  160. } */
  161. .go-subscribe {
  162. background-color: #daf5f2;
  163. color: #317d9e;
  164. padding: 12rpx 32rpx;
  165. margin-top: 25rpx;
  166. display: inline-block;
  167. font-weight: 500;
  168. }
  169. .more {
  170. color: rgba(100, 115, 251, 0.7);
  171. font-size: 26rpx;
  172. font-weight: 500;
  173. text-align: center;
  174. margin: 20rpx 0;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. }
  179. .over-text {
  180. margin-left: 10rpx;
  181. }
  182. .home-over-text {
  183. margin-right: 10rpx;
  184. }
  185. .meeting-img {
  186. width: 28rpx;
  187. height: 25rpx;
  188. margin-right: 10rpx;
  189. }
  190. .meeting-bottom {
  191. display: flex;
  192. align-items: center;
  193. padding-left: 5rpx;
  194. }
  195. .home-text-color {
  196. color: #3A3C65B2 !important;
  197. }