goods.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. .indexBox.data-v-54ff7c9b {
  28. padding-bottom: 214rpx;
  29. }
  30. .indexBox_introduce.data-v-54ff7c9b {
  31. margin: 6rpx 0 24rpx 0;
  32. padding: 24rpx 24rpx 24rpx 8rpx;
  33. background-color: #fff;
  34. }
  35. .indexBox_introduce view.data-v-54ff7c9b:first-child {
  36. font-size: 56rpx;
  37. font-weight: bold;
  38. color: #FB231F;
  39. margin-left: 12rpx;
  40. }
  41. .indexBox_introduce view.data-v-54ff7c9b:nth-child(2) {
  42. font-size: 36rpx;
  43. font-weight: bold;
  44. color: #333333;
  45. margin: 16rpx 0 24rpx 0;
  46. }
  47. .indexBox_introduce view.data-v-54ff7c9b:last-child {
  48. font-size: 28rpx;
  49. font-weight: 400;
  50. color: #FB231F;
  51. margin-left: 16rpx;
  52. }
  53. .indexBox_stepper.data-v-54ff7c9b {
  54. padding: 24rpx;
  55. background-color: #fff;
  56. }
  57. .indexBox_stepper text.data-v-54ff7c9b {
  58. font-size: 32rpx;
  59. color: #333333;
  60. }
  61. .indexBox_stepper .count.data-v-54ff7c9b {
  62. margin-left: 20rpx;
  63. width: 224rpx;
  64. height: 68rpx;
  65. background: #fff4f3;
  66. border: 2px solid #FF0000;
  67. border-radius: 16rpx;
  68. overflow: hidden;
  69. }
  70. .indexBox_stepper .count input.data-v-54ff7c9b {
  71. border-left: 1rpx solid #FF0000;
  72. border-right: 1rpx solid #FF0000;
  73. height: 100%;
  74. width: 40%;
  75. text-align: center;
  76. }
  77. .indexBox_stepper .count view.data-v-54ff7c9b {
  78. color: #FB231F;
  79. width: 30%;
  80. font-size: 44rpx;
  81. flex-shrink: 0;
  82. }
  83. .indexBox .bottom.data-v-54ff7c9b {
  84. box-shadow: 0px -4rpx 24rpx 2rpx rgba(0, 0, 0, 0.1);
  85. position: fixed;
  86. left: 0;
  87. bottom: 0;
  88. width: 100%;
  89. background-color: #fff;
  90. z-index: 999;
  91. padding: 8rpx 24rpx 12rpx 24rpx;
  92. }
  93. .indexBox .bottom_top.data-v-54ff7c9b {
  94. font-weight: bold;
  95. font-size: 28rpx;
  96. }
  97. .indexBox .bottom_top .text1.data-v-54ff7c9b {
  98. color: #999;
  99. }
  100. .indexBox .bottom_top .text2.data-v-54ff7c9b {
  101. color: #FB231F;
  102. }
  103. .indexBox .bottom_top .text3.data-v-54ff7c9b {
  104. font-size: 60rpx;
  105. color: #FB231F;
  106. }
  107. .indexBox .bottom_btn.data-v-54ff7c9b {
  108. width: 702rpx;
  109. height: 88rpx;
  110. background: linear-gradient(91deg, #F30000 0%, #FE4815 100%);
  111. border-radius: 44rpx 44rpx 44rpx 44rpx;
  112. text-align: center;
  113. line-height: 88rpx;
  114. font-size: 32rpx;
  115. font-weight: bold;
  116. color: #FFFFFF;
  117. margin-top: 12rpx;
  118. }