home.wxss 3.1 KB

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