国外MOSE官网
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.

100 lines
2.6 KiB

3 days ago
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .page.data-v-5e624878 {
  28. background-color: #f5f5f5;
  29. min-height: 100vh;
  30. padding: 20rpx;
  31. }
  32. .activity-card.data-v-5e624878 {
  33. display: flex;
  34. background: #fff;
  35. border-radius: 12rpx;
  36. padding: 20rpx;
  37. margin-bottom: 40rpx;
  38. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1);
  39. }
  40. .activity-image.data-v-5e624878 {
  41. width: 180rpx;
  42. height: 180rpx;
  43. border-radius: 8rpx;
  44. margin-right: 20rpx;
  45. }
  46. .activity-info.data-v-5e624878 {
  47. flex: 1;
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: space-between;
  51. }
  52. .title-row.data-v-5e624878 {
  53. display: flex;
  54. align-items: center;
  55. margin-bottom: 10rpx;
  56. }
  57. .activity-badge.data-v-5e624878 {
  58. width: 31px;
  59. height: 20px;
  60. background: #218cdd;
  61. border-radius: 3.5px;
  62. margin-right: 7rpx;
  63. display: flex;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .badge-text.data-v-5e624878 {
  68. font-size: 18rpx;
  69. color: #fff;
  70. }
  71. .activity-title.data-v-5e624878 {
  72. font-size: 28rpx;
  73. font-weight: bold;
  74. color: #333;
  75. line-height: 1.4;
  76. }
  77. .activity-location.data-v-5e624878, .activity-time.data-v-5e624878, .activity-participants.data-v-5e624878 {
  78. display: flex;
  79. align-items: center;
  80. margin-bottom: 6rpx;
  81. }
  82. .location-text.data-v-5e624878, .time-text.data-v-5e624878, .participants-text.data-v-5e624878 {
  83. font-size: 24rpx;
  84. color: #999;
  85. margin-left: 6rpx;
  86. }
  87. .qrcode-container.data-v-5e624878 {
  88. display: flex;
  89. justify-content: center;
  90. margin-bottom: 60rpx;
  91. }
  92. .qrcode-wrapper.data-v-5e624878 {
  93. background: #fff;
  94. border-radius: 12rpx;
  95. padding: 40rpx;
  96. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1);
  97. }
  98. .save-container.data-v-5e624878 {
  99. padding: 0 40rpx;
  100. }