国外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.

103 lines
2.7 KiB

4 days ago
4 days ago
4 days ago
4 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. .volunteer-header.data-v-781d871a {
  28. width: 100%;
  29. }
  30. .volunteer-header .swiper-container.data-v-781d871a {
  31. position: relative;
  32. margin: 20rpx;
  33. border-radius: 20rpx;
  34. overflow: hidden;
  35. }
  36. .volunteer-header .swiper-container .header-title.data-v-781d871a {
  37. position: absolute;
  38. bottom: 20rpx;
  39. left: 20rpx;
  40. z-index: 10;
  41. display: flex;
  42. flex-direction: column;
  43. background-color: rgba(0, 0, 0, 0.4);
  44. padding: 10rpx 20rpx;
  45. border-radius: 10rpx;
  46. }
  47. .volunteer-header .swiper-container .header-title .title-text.data-v-781d871a {
  48. font-size: 36rpx;
  49. font-weight: bold;
  50. color: #fff;
  51. }
  52. .volunteer-header .swiper-container .header-title .date-text.data-v-781d871a {
  53. font-size: 28rpx;
  54. color: #2c5e2e;
  55. margin-top: 6rpx;
  56. }
  57. .volunteer-header .swiper-container .dove-icon.data-v-781d871a {
  58. position: absolute;
  59. right: 20rpx;
  60. bottom: 20rpx;
  61. z-index: 10;
  62. width: 70rpx;
  63. height: 70rpx;
  64. background-color: #fff;
  65. border-radius: 50%;
  66. padding: 10rpx;
  67. }
  68. .volunteer-header .notice-bar.data-v-781d871a {
  69. display: flex;
  70. align-items: center;
  71. background-color: #fff;
  72. padding: 20rpx;
  73. margin: 0 20rpx 20rpx;
  74. border-radius: 12rpx;
  75. box-shadow: 0rpx 1rpx 0rpx 0rpx #3a94e1;
  76. }
  77. .volunteer-header .notice-bar .horn-icon.data-v-781d871a {
  78. width: 40rpx;
  79. height: 40rpx;
  80. margin-right: 10rpx;
  81. }
  82. .volunteer-header .notice-bar .notice-scroll-container.data-v-781d871a {
  83. flex: 1;
  84. height: 60rpx;
  85. overflow: hidden;
  86. position: relative;
  87. }
  88. .volunteer-header .notice-bar .notice-scroll.data-v-781d871a {
  89. position: absolute;
  90. top: 0;
  91. left: 0;
  92. width: 100%;
  93. }
  94. .volunteer-header .notice-bar .notice-text.data-v-781d871a {
  95. display: block;
  96. height: 60rpx;
  97. line-height: 60rpx;
  98. font-size: 28rpx;
  99. color: #333;
  100. white-space: nowrap;
  101. overflow: hidden;
  102. text-overflow: ellipsis;
  103. }