C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

204 行
3.4 KiB

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