抖音c端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

288 rindas
4.5 KiB

  1. .optimizationBox {
  2. /* overflow: hidden; */
  3. margin-top: 20rpx;
  4. margin-bottom: 100rpx;
  5. }
  6. .titleImg {
  7. width: 96%;
  8. height: 80rpx;
  9. margin: 0rpx auto;
  10. background-image: url("https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_ggw_yxhw.png");
  11. background-size: 100% 100%;
  12. background-repeat: no-repeat;
  13. }
  14. .titleImgNew {
  15. width: 96%;
  16. height: 80rpx;
  17. margin: 0rpx auto;
  18. border-bottom: 2px solid #525252;
  19. background-size: 100% 100%;
  20. background-repeat: no-repeat;
  21. }
  22. .textl {
  23. font-size: 34rpx;
  24. font-family: OPPOSans;
  25. font-weight: bold;
  26. color: #dfbe99;
  27. margin: 20rpx;
  28. }
  29. .textl2 {
  30. font-size: 40rpx;
  31. font-family: OPPOSans;
  32. font-weight: bold;
  33. color: #525252;
  34. margin: 20rpx;
  35. }
  36. .textr {
  37. font-size: 30rpx;
  38. font-family: OPPOSans;
  39. font-weight: 300;
  40. color: #91897e;
  41. margin: 20rpx;
  42. }
  43. .f {
  44. float: left;
  45. }
  46. .r {
  47. float: right;
  48. }
  49. .classifyBox-go-box {
  50. /* background-color: #fff; */
  51. }
  52. .classifyBox {
  53. width: 100%;
  54. border-radius: 20rpx 20rpx 0 0;
  55. /* background-color: #fff; */
  56. overflow: hidden;
  57. display: -webkit-box;
  58. overflow-x: scroll;
  59. -webkit-overflow-scrolling: touch;
  60. /* margin: 10rpx 0; */
  61. /* background: linear-gradient(0deg, #F5F5F5, #fff); */
  62. float: left;
  63. }
  64. .goLsit {
  65. width: 20%;
  66. float: left;
  67. font-size: 28rpx;
  68. color: #454340;
  69. margin: 20rpx 0 10rpx 0;
  70. }
  71. .classifyBox::-webkit-scrollbar {
  72. display: none;
  73. }
  74. .rup {
  75. width: 13rpx;
  76. height: 20rpx;
  77. margin: 2rpx 0 0 6rpx;
  78. }
  79. .itemBox {
  80. width: 100rpx;
  81. height: 100rpx;
  82. margin: 0 20rpx;
  83. }
  84. .className {
  85. font-size: 28rpx;
  86. font-family: OPPOSans;
  87. font-weight: 500;
  88. color: #454340;
  89. text-align: center;
  90. margin: 20rpx auto 10rpx auto;
  91. }
  92. .className_a {
  93. font-size: 30rpx;
  94. font-family: OPPOSans;
  95. font-weight: 800;
  96. color: #c99f67;
  97. text-align: center;
  98. background: linear-gradient(180deg, #cc9a60 0%, #dfbf8e 100%);
  99. -webkit-background-clip: text;
  100. -webkit-text-fill-color: transparent;
  101. margin: 20rpx auto 10rpx auto;
  102. }
  103. .xian {
  104. width: 22rpx;
  105. height: 5rpx;
  106. background: linear-gradient(180deg, #D5A56E, #E9D0AA);
  107. border-radius: 3px;
  108. margin: 0 auto;
  109. }
  110. .contBox {
  111. background: linear-gradient(0deg, #F5F5F5, rgba(255, 255, 255, 0.5));
  112. /* height: 350rpx; */
  113. }
  114. .contLsitBox {
  115. width: 96%;
  116. margin: 0 auto;
  117. display: flex;
  118. overflow: hidden;
  119. justify-content: space-between;
  120. flex-wrap: wrap;
  121. }
  122. .item {
  123. width: 49%;
  124. background-color: #fff;
  125. border-radius: 20rpx;
  126. margin: 12rpx 0;
  127. position: relative;
  128. }
  129. .itemImg {
  130. width: 100%;
  131. height: 350rpx;
  132. border-radius: 20rpx;
  133. /* background-color: aquamarine; */
  134. }
  135. .itemImg image {
  136. width: 100%;
  137. height: 100%;
  138. border-radius: 20rpx 20rpx 0 0;
  139. }
  140. .titleName {
  141. color: #402e1e;
  142. font-size: 30rpx;
  143. font-family: "PingFangSC-Regular";
  144. font-weight: 400;
  145. width: 100%;
  146. font-size: 28rpx;
  147. width: 90%;
  148. height: 80rpx;
  149. font-size: 28rpx;
  150. /* font-family: OPPOSans; */
  151. /* font-weight: 500; */
  152. /* color: #333333; */
  153. margin: 10rpx auto 0 auto;
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. display: -webkit-box;
  157. -webkit-line-clamp: 2;
  158. -webkit-box-orient: vertical;
  159. white-space: normal;
  160. }
  161. .priceBox {
  162. width: 90%;
  163. overflow: hidden;
  164. margin: 10rpx auto;
  165. }
  166. .f {
  167. float: left;
  168. }
  169. .r {
  170. float: right;
  171. }
  172. .sellingBox {
  173. overflow: hidden
  174. }
  175. .fuhao {
  176. color: #DF2D2D;
  177. font-size: 24rpx;
  178. float: left;
  179. font-family: OPPOSans;
  180. /* font-weight: bold; */
  181. margin-top: 10rpx
  182. }
  183. .fuhaoX {
  184. color: #d5af67;
  185. font-family: "PingFangSC-Medium";
  186. font-size: 34rpx;
  187. font-weight: 400;
  188. float: left;
  189. margin-top: 5rpx
  190. }
  191. .btn {
  192. width: 136rpx;
  193. height: 52rpx;
  194. border-radius: 26rpx;
  195. line-height: 52rpx;
  196. background: linear-gradient(90deg, #E3BA79, #BC8D3E);
  197. text-align: center;
  198. color: #feffff;
  199. font-family: "PingFangSC-Regular";
  200. font-size: 28rpx;
  201. font-weight: 400;
  202. }
  203. .int {
  204. float: left;
  205. font-size: 36rpx;
  206. font-family: OPPOSans;
  207. font-weight: bold;
  208. color: #DF2D2D;
  209. }
  210. .originalBox {
  211. overflow: hidden
  212. }
  213. .origina {
  214. text-align: right;
  215. font-size: 24rpx;
  216. font-family: OPPOSans;
  217. font-weight: 400;
  218. text-decoration: line-through;
  219. color: #999999;
  220. margin-top: 10rpx;
  221. margin-right: 10rpx;
  222. }
  223. .priceNum {
  224. text-align: right;
  225. font-size: 24rpx;
  226. font-family: OPPOSans;
  227. font-weight: 400;
  228. color: #999999;
  229. margin-top: 10rpx;
  230. /* margin-right: 10rpx; */
  231. }
  232. .sellout {
  233. position: absolute;
  234. top: 0;
  235. left: 0;
  236. background-color: rgba(0, 0, 0, 0.5);
  237. width: 100%;
  238. height: 100%;
  239. border-radius: 20rpx;
  240. }
  241. .selloutImg {
  242. width: 195rpx !important;
  243. height: 154rpx !important;
  244. margin: 50% auto;
  245. display: block
  246. }