index.acss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. .item {
  2. width: 702rpx;
  3. padding: 24rpx;
  4. background-color: #fff;
  5. position: relative;
  6. color: rgba(58, 60, 101, 0.7);
  7. line-height: 45rpx;
  8. margin-bottom: 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .mymeetingmodule-item {
  12. width: 702rpx;
  13. padding: 24rpx;
  14. background-color: #fff;
  15. position: relative;
  16. color: rgba(58, 60, 101, 0.7);
  17. line-height: 45rpx;
  18. margin-bottom: 24rpx;
  19. box-sizing: border-box;
  20. }
  21. .border-radius-20 {
  22. border-radius: 10rpx;
  23. }
  24. .icon {
  25. position: absolute;
  26. top: 0;
  27. right: 0;
  28. width: 100%;
  29. height: 212rpx;
  30. }
  31. .mymeetingmodule-icon {
  32. position: absolute;
  33. top: 0;
  34. right: 0;
  35. width: 100%;
  36. height: 212rpx;
  37. }
  38. van-icon {
  39. margin-right: 10rpx;
  40. }
  41. .date {
  42. color: #3a3c65;
  43. font-size: 17px;
  44. font-weight: 500;
  45. }
  46. .name,
  47. .logo {
  48. color: #3a3c65;
  49. font-size: 30rpx;
  50. font-weight: 500;
  51. margin-top: 32rpx;
  52. }
  53. .logo {
  54. color: #6473fb;
  55. margin-top: 10rpx;
  56. }
  57. .status {
  58. position: absolute;
  59. top: 22rpx;
  60. right: 26rpx;
  61. font-size: 24rpx;
  62. text-align: right;
  63. }
  64. .status-text {
  65. background-color: #f9faff;
  66. padding: 0 12rpx;
  67. }
  68. .status1 {
  69. color: #ff8831;
  70. }
  71. .status2 {
  72. color: #6473fb;
  73. }
  74. .status3 {
  75. color: #9baed5;
  76. }
  77. .f-w {
  78. font-weight: 500;
  79. font-size: 26rpx;
  80. }
  81. .underway {
  82. color: #6473fb;
  83. }
  84. .over {
  85. color: #90a1c5;
  86. }
  87. .status-img1 {
  88. width: 92rpx;
  89. height: 84rpx;
  90. position: absolute;
  91. bottom: 50rpx;
  92. right: 24rpx;
  93. }
  94. .status-img {
  95. width: 92rpx;
  96. height: 84rpx;
  97. position: absolute;
  98. bottom: 10rpx;
  99. right: 24rpx;
  100. }
  101. .wid {
  102. width: 530rpx;
  103. }
  104. .mymeetingmodule-status-img {
  105. width: 92rpx;
  106. height: 84rpx;
  107. position: absolute;
  108. top: 75rpx;
  109. right: 24rpx;
  110. }
  111. .mymeetingmodule-status-img2 {
  112. width: 92rpx;
  113. height: 84rpx;
  114. position: absolute;
  115. bottom: 30rpx;
  116. right: 24rpx;
  117. }
  118. .over-text {
  119. margin-left: 10rpx;
  120. }