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

91 lines
2.6 KiB

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-features.data-v-114230ec {
  28. margin: 20rpx;
  29. }
  30. .volunteer-features .features-container.data-v-114230ec {
  31. display: flex;
  32. gap: 40rpx;
  33. height: 400rpx;
  34. }
  35. .volunteer-features .features-container .feature-block.data-v-114230ec {
  36. position: relative;
  37. border-radius: 20rpx;
  38. overflow: hidden;
  39. }
  40. .volunteer-features .features-container .left-feature.data-v-114230ec {
  41. flex: 1;
  42. height: 100%;
  43. }
  44. .volunteer-features .features-container .feature-bg.data-v-114230ec {
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. width: 100%;
  49. height: 100%;
  50. object-fit: cover;
  51. z-index: 1;
  52. }
  53. .volunteer-features .features-container .right-features.data-v-114230ec {
  54. flex: 1;
  55. display: flex;
  56. flex-direction: column;
  57. gap: 20rpx;
  58. }
  59. .volunteer-features .features-container .right-features .right-feature.data-v-114230ec {
  60. flex: 1;
  61. }
  62. .volunteer-features .features-container .feature-content.data-v-114230ec {
  63. position: absolute;
  64. top: 0;
  65. left: 0;
  66. right: 0;
  67. padding: 30rpx;
  68. display: flex;
  69. justify-content: space-between;
  70. align-items: flex-end;
  71. z-index: 2;
  72. }
  73. .volunteer-features .features-container .feature-content .feature-info.data-v-114230ec {
  74. display: flex;
  75. flex-direction: column;
  76. gap: 10rpx;
  77. }
  78. .volunteer-features .features-container .feature-content .feature-info .feature-title.data-v-114230ec {
  79. font-size: 32rpx;
  80. color: #000000;
  81. margin-bottom: 5rpx;
  82. }
  83. .volunteer-features .features-container .feature-content .feature-info .feature-desc.data-v-114230ec {
  84. font-size: 20rpx;
  85. color: #999999;
  86. }
  87. .volunteer-features .features-container .feature-content .feature-info .arrow-icon.data-v-114230ec {
  88. width: 54rpx;
  89. height: 29rpx;
  90. margin-left: 20rpx;
  91. }