index.acss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. .layout {
  2. color: #3a3c65;
  3. text-align: center;
  4. font-size: 32rpx;
  5. font-weight: 700;
  6. letter-spacing: 4rpx;
  7. }
  8. .bor {
  9. border: 2px solid #a09ffe;
  10. }
  11. .bor1 {
  12. border: 2px solid #e9e8fe;
  13. }
  14. .basics {
  15. background-color: #f5f7fe;
  16. border-radius: 15rpx;
  17. }
  18. .top {
  19. width: 346rpx;
  20. height: 114rpx;
  21. line-height: 114rpx;
  22. margin: 0 auto;
  23. margin-bottom: 56rpx;
  24. }
  25. .top1 {
  26. width: 346rpx !important;
  27. height: 114rpx !important;
  28. line-height: 114rpx !important;
  29. margin: 0 auto !important;
  30. margin-bottom: 56rpx !important;
  31. }
  32. .live {
  33. margin-right: 32rpx;
  34. font-size: 50rpx;
  35. }
  36. .img {
  37. width: 48rpx;
  38. height: 48rpx;
  39. margin-right: 32rpx;
  40. vertical-align: middle;
  41. }
  42. .img1 {
  43. width: 38rpx;
  44. height: 38rpx;
  45. margin-right: 32rpx;
  46. vertical-align: middle;
  47. }
  48. .flex {
  49. display: flex;
  50. justify-content: center;
  51. }
  52. .meetinglayout-flex {
  53. flex-wrap: wrap;
  54. position: relative;
  55. justify-content: space-between !important;
  56. }
  57. .meeting-flex {
  58. /* padding-left: 0 !important;
  59. padding-right: 0 !important; */
  60. display: flex;
  61. }
  62. .item {
  63. /* width: 236rpx; */
  64. color: rgba(58, 60, 101, 0.5);
  65. text-align: center;
  66. font-size: 27rpx;
  67. font-weight: 500;
  68. margin-bottom: 48rpx;
  69. }
  70. .left1-item {
  71. color: rgba(58, 60, 101, 0.5);
  72. text-align: center;
  73. font-size: 27rpx;
  74. font-weight: 500;
  75. margin-bottom: 48rpx;
  76. }
  77. .meeting-left {
  78. width: 280rpx !important;
  79. }
  80. .item-top {
  81. background-color: #fbfcfe;
  82. height: 74rpx;
  83. padding: 0 25rpx;
  84. line-height: 74rpx;
  85. margin-bottom: 12rpx;
  86. }
  87. .m-l {
  88. margin-left: 8rpx;
  89. }
  90. .item-bottom {
  91. background-color: #fbfcfe;
  92. padding: 0 17rpx;
  93. font-weight: 400;
  94. height: 58rpx;
  95. margin-bottom: 10rpx;
  96. line-height: 58rpx;
  97. position: relative;
  98. }
  99. .center {
  100. margin: 0 15rpx;
  101. background-color: #f1f4fd;
  102. padding: 18rpx;
  103. display: flex;
  104. align-items: center;
  105. }
  106. .center>view {
  107. width: 100rpx;
  108. text-align: center;
  109. padding: 94rpx 0;
  110. }
  111. .air {
  112. display: inline-block;
  113. margin-left: 20rpx;
  114. margin-bottom: 47rpx;
  115. }
  116. .bgc {
  117. background-color: #cffff8;
  118. color: #3a3c65;
  119. }
  120. .over {
  121. width: 206rpx;
  122. overflow: hidden;
  123. text-overflow: ellipsis;
  124. white-space: nowrap;
  125. }
  126. /* .wid1 {
  127. width: 110rpx;
  128. } */
  129. .clear-icon1 {
  130. position: absolute !important;
  131. top: -15rpx !important;
  132. /* left: 100rpx; */
  133. right: -15rpx !important;
  134. /* text-align: center !important; */
  135. /* margin-right: 0; */
  136. /* font-size: 33rpx; */
  137. /* z-index: 999; */
  138. }
  139. .meetinglayout-text {
  140. position: absolute !important;
  141. right: 1rpx !important;
  142. top: -18rpx !important;
  143. }
  144. /* .meetinglayout-picker {
  145. position: relative;
  146. } */