index.acss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* pages/meeting/index/index.wxss */
  2. .search-box {
  3. background-color: #fff;
  4. height: 114rpx;
  5. width: 100vw;
  6. padding: 16rpx 32rpx;
  7. box-sizing: border-box;
  8. margin-bottom: 24rpx;
  9. display: flex;
  10. }
  11. .search {
  12. background-color: #f3f4f6;
  13. padding: 14rpx 22rpx;
  14. display: flex;
  15. }
  16. .pl-css {
  17. color: #909399;
  18. }
  19. input {
  20. width: 600rpx;
  21. display: inline-block;
  22. vertical-align: middle;
  23. }
  24. .contenr {
  25. padding: 0 24rpx;
  26. margin-bottom: 50rpx;
  27. }
  28. .item {
  29. width: 702rpx;
  30. height: 202rpx;
  31. padding: 24rpx;
  32. background-color: #fff;
  33. position: relative;
  34. color: rgba(58, 60, 101, 0.7);
  35. line-height: 45rpx;
  36. margin-bottom: 24rpx;
  37. box-sizing: border-box;
  38. }
  39. .item>image {
  40. position: absolute;
  41. top: 0;
  42. right: 0;
  43. width: 100%;
  44. height: 100%;
  45. }
  46. van-icon {
  47. margin-right: 10rpx;
  48. }
  49. .rooom-name {
  50. color: #3a3c65;
  51. font-size: 36rpx;
  52. text-align: left;
  53. font-weight: 700;
  54. margin-bottom: 20rpx;
  55. max-width: 484rpx;
  56. overflow: hidden;
  57. text-overflow: ellipsis;
  58. white-space: nowrap;
  59. }
  60. .go-subscribe {
  61. position: absolute;
  62. top: 22rpx;
  63. right: 32rpx;
  64. background-color: #d3fbf5;
  65. color: #317d9e;
  66. padding: 8rpx 17rpx 8rpx 32rpx;
  67. border-radius: 40rpx;
  68. /* margin-top: 25rpx; */
  69. display: inline-block;
  70. font-weight: 500;
  71. font-size: 26rpx;
  72. }
  73. .rooom-icon {
  74. text-align: left;
  75. }
  76. .green {
  77. color: #6da8c1;
  78. font-size: 28rpx;
  79. font-weight: 500;
  80. margin-top: 16rpx;
  81. text-align: left;
  82. }
  83. .m-l {
  84. margin-left: 28rpx;
  85. }
  86. .over-text {
  87. margin-left: 10rpx;
  88. }
  89. .meeting-img {
  90. width: 28rpx;
  91. height: 25rpx;
  92. margin-right: 10rpx;
  93. }
  94. .meeting-bottom {
  95. display: flex;
  96. align-items: center;
  97. padding-left: 5rpx;
  98. }