图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.5 KiB

2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .activity-img.data-v-23024f0f {
  5. width: 100%;
  6. height: 150px;
  7. }
  8. .activity-base.data-v-23024f0f {
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: flex-start;
  12. background-color: #fff;
  13. padding: 15px;
  14. }
  15. .activity-base .title.data-v-23024f0f {
  16. font-size: 16px;
  17. font-weight: bold;
  18. color: #333;
  19. padding-bottom: 10px;
  20. }
  21. .activity-base .time.data-v-23024f0f,
  22. .activity-base .location.data-v-23024f0f {
  23. display: flex;
  24. justify-content: flex-start;
  25. align-items: center;
  26. font-size: 12px;
  27. color: #999;
  28. }
  29. .activity-base .time .detail-icon.data-v-23024f0f,
  30. .activity-base .location .detail-icon.data-v-23024f0f {
  31. width: 20px;
  32. }
  33. .activity-base .time.data-v-23024f0f {
  34. padding-bottom: 10px;
  35. }
  36. .activity-base .time .detail-icon.data-v-23024f0f {
  37. margin-top: 2px;
  38. margin-left: 2px;
  39. }
  40. .activity-content.data-v-23024f0f {
  41. display: flex;
  42. flex-direction: column;
  43. justify-content: flex-start;
  44. background-color: #fff;
  45. margin-top: 20px;
  46. padding: 15px 0;
  47. }
  48. .activity-content .content-title.data-v-23024f0f {
  49. position: relative;
  50. font-size: 16px;
  51. font-weight: bold;
  52. color: #333;
  53. padding-left: 12px;
  54. }
  55. .activity-content .content-title.data-v-23024f0f::before {
  56. position: absolute;
  57. left: 0;
  58. top: 50%;
  59. margin-top: -9px;
  60. content: "";
  61. width: 4px;
  62. height: 18px;
  63. background-color: #01a4fe;
  64. }
  65. .activity-content .content-desc.data-v-23024f0f {
  66. padding: 15px;
  67. font-size: 14px;
  68. line-height: 24px;
  69. }