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

109 lines
2.7 KiB

3 days ago
3 days ago
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. .goods-detail.data-v-45e1a53a {
  28. background: #f8f8f8;
  29. min-height: 100vh;
  30. padding-bottom: 120rpx;
  31. }
  32. .banner-container.data-v-45e1a53a {
  33. height: 700rpx;
  34. }
  35. .banner-container .banner-swiper.data-v-45e1a53a {
  36. width: 100%;
  37. }
  38. .banner-container .banner-swiper .banner-image.data-v-45e1a53a {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .goods-info.data-v-45e1a53a {
  43. background: #ffffff;
  44. margin-top: 20rpx;
  45. padding: 30rpx;
  46. }
  47. .points-section.data-v-45e1a53a {
  48. display: flex;
  49. align-items: center;
  50. margin-bottom: 20rpx;
  51. }
  52. .points-section .points-icon.data-v-45e1a53a {
  53. width: 32rpx;
  54. height: 32rpx;
  55. margin-right: 8rpx;
  56. }
  57. .points-section .points-text.data-v-45e1a53a {
  58. font-size: 32rpx;
  59. font-weight: bold;
  60. color: #1488DB;
  61. }
  62. .title-section.data-v-45e1a53a {
  63. margin-bottom: 40rpx;
  64. }
  65. .title-section .goods-title.data-v-45e1a53a {
  66. font-size: 28rpx;
  67. color: #333333;
  68. line-height: 1.5;
  69. display: block;
  70. }
  71. .detail-container.data-v-45e1a53a {
  72. background: #ffffff;
  73. margin-top: 20rpx;
  74. padding: 30rpx;
  75. margin-bottom: 120rpx;
  76. }
  77. .detail-title-section.data-v-45e1a53a {
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. margin-bottom: 30rpx;
  82. }
  83. .bottom-bar.data-v-45e1a53a {
  84. position: fixed;
  85. bottom: 0;
  86. left: 0;
  87. right: 0;
  88. background: #ffffff;
  89. padding: 20rpx 30rpx;
  90. border-top: 1rpx solid #f0f0f0;
  91. z-index: 999;
  92. box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.1);
  93. display: flex;
  94. align-items: center;
  95. justify-content: center;
  96. }
  97. .bottom-bar .exchange-btn.data-v-45e1a53a {
  98. width: 100%;
  99. height: 80rpx;
  100. border-radius: 40rpx;
  101. background-color: #218cdd;
  102. display: flex;
  103. align-items: center;
  104. justify-content: center;
  105. }
  106. .bottom-bar .exchange-btn .exchange-text.data-v-45e1a53a {
  107. color: #ffffff;
  108. font-size: 28rpx;
  109. }