EventItem.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .event-content{
  2. background:#F0F0F0;
  3. width:100%;
  4. }
  5. .com-event-item{
  6. background:#FFF;
  7. display: flex;
  8. flex-direction: row;
  9. min-height:80px;
  10. margin-bottom:5px;
  11. padding-top: 5px;
  12. .event-img{
  13. display: flex;
  14. width:90px;
  15. height:90px;
  16. vertical-align: top;
  17. align-items: center;
  18. margin: 10px 15px 0px 10px;
  19. border-radius: 5px;
  20. overflow: hidden;
  21. .img{
  22. width:100%;
  23. height:100%;
  24. }
  25. }
  26. .event-info{
  27. display:flex;
  28. width:45%;
  29. flex-direction: column;
  30. .name{
  31. height:30px;
  32. line-height: 30px;
  33. font-size:14px;
  34. font-weight: bold;
  35. color:#000;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. }
  40. .tip{
  41. font-size:12px;
  42. color:#333;
  43. height:20px;
  44. line-height: 20px;
  45. }
  46. .header{
  47. margin-top:5px;
  48. margin-bottom: 5px;
  49. .user{
  50. height:30px;
  51. width:30px;
  52. float:left;
  53. margin-right: 5px;
  54. border-radius: 50%;
  55. overflow: hidden;
  56. .header-icon{
  57. width:30px;
  58. height:30px;
  59. border-radius: 50%;
  60. }
  61. }
  62. .more{
  63. border-radius: 50%;
  64. overflow: hidden;
  65. border:1px solid #b21c1c;
  66. display:flex;
  67. justify-content: center;
  68. align-items: center;
  69. padding-bottom:10px;
  70. }
  71. }
  72. }
  73. .tags{
  74. display: flex;
  75. flex-direction: row;
  76. .tag{
  77. margin-right: 4px;
  78. font-size:12px;
  79. border:1px solid #b21c1c;
  80. border-radius: 7px;
  81. color: #b21c1c;
  82. padding: 0px 5px;
  83. }
  84. }
  85. .event-btn{
  86. font-size:12px;
  87. display: flex;
  88. flex-direction: column;
  89. margin-top: 30px;
  90. width: 80px;
  91. margin-left: 10px;
  92. .btn{
  93. margin-top:10px;
  94. margin-right:10px;
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. .btn-yy{
  99. height:30px;
  100. line-height: 30px;
  101. width:60px;
  102. padding:0px;
  103. background:#b21c1c;
  104. font-size:12px;
  105. color:#FFF;
  106. border-radius: 10px;
  107. }
  108. }
  109. .qty{
  110. font-size:12px;
  111. margin-top:10px;
  112. }
  113. }
  114. }
  115. .part_area{
  116. margin-top: -5px;
  117. width: 150px;
  118. height: 40px;
  119. overflow: hidden;
  120. display: flex;
  121. flex-wrap: wrap;
  122. }
  123. .partic{
  124. border-radius: 50%;width: 20px; height: 20px; overflow: hidden; margin-right:1px; margin-bottom:2px; display: flex;
  125. }
  126. .partic img {
  127. width: 100%;
  128. height:100%;
  129. }
  130. .parttip{
  131. width: 100%;
  132. position: relative;
  133. font-size: 12px;
  134. }