shangpinxiangqing.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. .imageV {
  28. margin: 0rpx;
  29. width: 100%;
  30. height: 25vh;
  31. }
  32. .imageZ {
  33. width: 30rpx;
  34. height: 30rpx;
  35. }
  36. .imageRJ {
  37. width: 56rpx;
  38. height: 56rpx;
  39. margin-right: 8rpx;
  40. }
  41. .imageR {
  42. width: 56rpx;
  43. height: 56rpx;
  44. margin-right: 50rpx;
  45. }
  46. .textR {
  47. margin-left: 6rpx;
  48. margin-right: 6rpx;
  49. }
  50. .msText {
  51. width: 100%;
  52. margin-top: 20rpx;
  53. padding-left: 30rpx;
  54. text-align: left;
  55. font-size: 22rpx;
  56. line-height: 32rpx;
  57. }
  58. .contensb {
  59. display: flex;
  60. flex-direction: row;
  61. justify-content: space-between;
  62. align-items: center;
  63. }
  64. .rconten {
  65. margin-left: auto;
  66. display: flex;
  67. flex-direction: row;
  68. align-items: center;
  69. }
  70. .buyBT {
  71. display: flex;
  72. flex-direction: row;
  73. justify-content: flex-start;
  74. align-items: center;
  75. width: 100%;
  76. }
  77. .dianpuming {
  78. font-size: 30rpx;
  79. line-height: 32rpx;
  80. height: 32rpx;
  81. font-weight: bold;
  82. }
  83. .peisongsuoming {
  84. font-size: 26rpx;
  85. line-height: 38rpx;
  86. height: 38rpx;
  87. color: dimgray;
  88. }
  89. .skuViewCt {
  90. display: flex;
  91. flex-direction: column;
  92. justify-content: center;
  93. width: 100%;
  94. margin-top: 10rpx;
  95. }
  96. .contensbgg {
  97. display: flex;
  98. flex-wrap: wrap;
  99. justify-content: flex-start;
  100. align-items: center;
  101. }
  102. .guigeleixing {
  103. font-size: 26rpx;
  104. line-height: 40rpx;
  105. height: 40rpx;
  106. color: black;
  107. font-weight: bold;
  108. }
  109. .youhuixinxi {
  110. margin: 8rpx;
  111. padding: 4rpx;
  112. font-size: 26rpx;
  113. line-height: 54rpx;
  114. height: 54rpx;
  115. border: 2rpx solid lightgray;
  116. border-radius: 8rpx;
  117. }
  118. .xz {
  119. color: lightcoral;
  120. border: 2rpx solid lightcoral;
  121. border-radius: 8rpx;
  122. }
  123. .xiaoliang {
  124. margin-left: auto;
  125. margin-right: 30rpx;
  126. }
  127. .xsxqt {
  128. margin-top: 16rpx;
  129. padding-left: 30rpx;
  130. font-size: 30rpx;
  131. line-height: 80rpx;
  132. height: 80rpx;
  133. font-weight: bold;
  134. background-color: whitesmoke;
  135. }
  136. .shangpinwenmiao {
  137. display: flex;
  138. padding-left: 20rpx;
  139. padding-right: 20rpx;
  140. margin-bottom: 170rpx;
  141. }
  142. .bottomfloatV {
  143. position: fixed;
  144. flex-direction: row;
  145. align-items: center;
  146. left: 0;
  147. right: 0;
  148. bottom: 0;
  149. z-index: 999;
  150. background-color: whitesmoke;
  151. height: 140rpx;
  152. }
  153. .gouwuche {
  154. width: 120rpx;
  155. height: 120rpx;
  156. }
  157. .qjs {
  158. border-radius: 8rpx;
  159. padding: 6rpx;
  160. margin-left: auto;
  161. margin-right: 30rpx;
  162. font-size: 32rpx;
  163. height: 40rpx;
  164. line-height: 40rpx;
  165. }