index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. /**
  27. * 这里是uni-app内置的常用样式变量
  28. *
  29. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  30. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  31. *
  32. */
  33. /**
  34. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  35. *
  36. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  37. */
  38. /* 颜色变量 */
  39. /* 行为相关颜色 */
  40. /* 商城颜色变量 */
  41. /* 背景颜色 */
  42. /* 边框颜色 */
  43. /* 尺寸变量 */
  44. /* 文字尺寸 */
  45. /* 图片尺寸 */
  46. /* Border Radius */
  47. /* 水平间距 */
  48. /* 垂直间距 */
  49. /* 透明度 */
  50. /* 文章场景相关 */
  51. .product-bg.data-v-afea8b02 {
  52. width: 100%;
  53. height: 750rpx;
  54. position: relative;
  55. }
  56. .product-bg swiper.data-v-afea8b02 {
  57. width: 100%;
  58. height: 100%;
  59. position: relative;
  60. }
  61. .product-bg .slide-image.data-v-afea8b02 {
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .product-bg .pages.data-v-afea8b02 {
  66. position: absolute;
  67. background-color: #fff;
  68. height: 34rpx;
  69. padding: 0 10rpx;
  70. border-radius: 3rpx;
  71. right: 30rpx;
  72. bottom: 30rpx;
  73. line-height: 34rpx;
  74. font-size: 24rpx;
  75. color: #050505;
  76. }
  77. #myVideo.data-v-afea8b02 {
  78. width: 100%;
  79. height: 100%;
  80. }
  81. .product-bg .item.data-v-afea8b02 {
  82. position: relative;
  83. width: 100%;
  84. height: 100%;
  85. }
  86. .product-bg .item .poster.data-v-afea8b02 {
  87. position: absolute;
  88. top: 0;
  89. left: 0;
  90. height: 750rpx;
  91. width: 100%;
  92. z-index: 9;
  93. }
  94. .product-bg .item .poster .image.data-v-afea8b02 {
  95. width: 100%;
  96. height: 100%;
  97. }
  98. .product-bg .item .stop.data-v-afea8b02 {
  99. position: absolute;
  100. top: 50%;
  101. left: 50%;
  102. width: 136rpx;
  103. height: 136rpx;
  104. margin-top: -68rpx;
  105. margin-left: -68rpx;
  106. z-index: 9;
  107. }
  108. .product-bg .item .stop .image.data-v-afea8b02 {
  109. width: 100%;
  110. height: 100%;
  111. }