home.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .top {
  2. display: flex;
  3. align-items: center;
  4. flex-direction: column;
  5. }
  6. .top-area {
  7. position: absolute;
  8. width: 1300rpx;
  9. height: 368rpx;
  10. border-bottom-left-radius: 80%;
  11. border-bottom-right-radius: 80%;
  12. background-color: #495dfc;
  13. }
  14. .content {
  15. /* position: absolute; */
  16. margin-top: 220rpx;
  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.50);
  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: 32rpx;
  69. }
  70. .item-icon {
  71. width: 64rpx;
  72. height: 64rpx;
  73. }
  74. .box {
  75. margin-top: 40rpx;
  76. }
  77. .box-tit {
  78. font-size: 32rpx;
  79. font-weight: 500;
  80. margin-bottom: 10rpx;
  81. }
  82. .auto {
  83. overflow-x: auto;
  84. }
  85. .my-meeting {
  86. background-color: #f3faf9;
  87. width: 472rpx;
  88. height: 178rpx;
  89. margin-right: 32rpx;
  90. }
  91. .data-time {
  92. width: 122rpx;
  93. background-color: #6473fb;
  94. color: #fff;
  95. font-size: 26rpx;
  96. padding: 16rpx 20rpx;
  97. box-sizing: border-box;
  98. border-radius: 20rpx 0 0 20rpx;
  99. }
  100. .time {
  101. font-size: 30rpx;
  102. font-weight: 700;
  103. margin-top: 12rpx;
  104. }
  105. .meeting-right {
  106. width: 300rpx;
  107. padding: 15rpx 30rpx 0 24rpx;
  108. line-height: 52rpx;
  109. background-color: #f3faf9;
  110. margin-right: 32rpx;
  111. border-radius: 0 20rpx 20rpx 0;
  112. }
  113. .over {
  114. max-width: 296rpx;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. white-space: nowrap;
  118. }
  119. .meeting-name {
  120. color: #6473FB;
  121. font-size: 36rpx;
  122. font-weight: 700;
  123. }
  124. .location {
  125. color: rgba(58, 60, 101, 0.65);
  126. font-size: 26rpx;
  127. }
  128. .flex1 {
  129. flex-wrap: wrap;
  130. }
  131. .room {
  132. background-color: #f7f9fc;
  133. padding: 24rpx;
  134. width: 277rpx;
  135. font-size: 28rpx;
  136. margin-bottom: 30rpx;
  137. }
  138. .rooom-name {
  139. font-size: 36rpx;
  140. font-weight: 700;
  141. margin-bottom: 20rpx;
  142. }
  143. .room>.over {
  144. margin-bottom: 17rpx;
  145. }
  146. /* .over>text {
  147. margin-left: 10rpx;
  148. } */
  149. .go-subscribe {
  150. background-color: #daf5f2;
  151. color: #317d9e;
  152. padding: 12rpx 32rpx;
  153. margin-top: 25rpx;
  154. display: inline-block;
  155. font-weight: 500;
  156. }
  157. .more {
  158. color: rgba(100, 115, 251, 0.70);
  159. font-size: 26rpx;
  160. font-weight: 500;
  161. text-align: center;
  162. margin: 20rpx 0;
  163. }