index.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. /* pages/product/Previous/index.wxss */
  2. /* pages/index/goodsdetails/goodsdetails.wxss */
  3. page {
  4. width: 100%;
  5. height: 100%;
  6. overflow-x: hidden;
  7. }
  8. page .content {
  9. width: 100%;
  10. overflow: hidden;
  11. }
  12. .bigContent {
  13. width: 100%;
  14. overflow-x: hidden;
  15. }
  16. .backHome {
  17. position: fixed;
  18. font-size: 50rpx;
  19. top: 104rpx;
  20. left: 23rpx;
  21. z-index: 10000;
  22. color: #fff;
  23. }
  24. .leftBack {
  25. width: 14px;
  26. height: 14px;
  27. border-bottom: 2px solid #fff;
  28. border-left: 2px solid #fff;
  29. transform: rotate(45deg);
  30. margin-right: -50px;
  31. position: fixed;
  32. top: 115rpx;
  33. right: 775rpx;
  34. z-index: 9999;
  35. }
  36. .indextop {
  37. position: fixed;
  38. top: 0;
  39. right: 0;
  40. width: 750rpx;
  41. z-index: 9999;
  42. }
  43. .navstyl {
  44. background: #ffffff;
  45. transition: all 1.5s;
  46. }
  47. .unnavstyl {
  48. transition: all 1.5s;
  49. }
  50. .xiangqi {
  51. transition: all 0.5s;
  52. opacity: 1;
  53. text-align: center;
  54. flex: 1;
  55. }
  56. .unxiangqi {
  57. transition: all 0.5s;
  58. opacity: 0;
  59. text-align: center;
  60. flex: 1;
  61. }
  62. .li {
  63. position: relative;
  64. }
  65. .li2 {
  66. position: relative;
  67. font-size: 50rpx;
  68. /* position: absolute; */
  69. top: 30rpx;
  70. right: 5px;
  71. left: 20rpx;
  72. bottom: 5px;
  73. transform: translate(0, -50%);
  74. /* position: absolute;
  75. top: 105rpx;
  76. right: 5px;
  77. left: 20rpx; */
  78. }
  79. .backHomeTop {
  80. color: #000;
  81. }
  82. .li:after {
  83. content: '';
  84. width: 12px;
  85. height: 12px;
  86. position: absolute;
  87. top: 30rpx;
  88. right: 5px;
  89. left: 20rpx;
  90. bottom: 5px;
  91. border-left: 6rpx solid black;
  92. border-bottom: 6rpx solid black;
  93. -webkit-transform: translate(0, -50%) rotate(-135deg);
  94. transform: translate(0, -50%) rotate(46deg);
  95. }
  96. .textA {
  97. display: block;
  98. width: 100%;
  99. height: 400rpx;
  100. }
  101. .TopImage {
  102. width: 100%;
  103. height: 440rpx !important;
  104. }
  105. .image_box {
  106. position: relative;
  107. }
  108. .title {
  109. position: absolute;
  110. bottom: 60rpx;
  111. left: 20rpx;
  112. color: white;
  113. font-size: 40rpx;
  114. font-weight: 700;
  115. /* line-height: 50rpx; */
  116. /* z-index: 9; */
  117. }
  118. .content {
  119. border-radius: 20rpx;
  120. width: 100%;
  121. /* height: 900rpx; */
  122. margin-top: -25rpx;
  123. z-index: 10;
  124. position: absolute;
  125. background-color: #fff;
  126. box-sizing: border-box;
  127. /* padding: 0rpx 17rpx 0rpx 5rpx; */
  128. }
  129. .tabs {
  130. display: flex;
  131. align-items: center;
  132. padding: 40rpx 15rpx 0rpx 17rpx;
  133. /* width: 100%; */
  134. }
  135. .tabsTop {
  136. width: 100%;
  137. height: 140rpx;
  138. background-color: #fff;
  139. display: flex;
  140. align-items: center;
  141. position: fixed;
  142. padding: 0;
  143. margin: 0;
  144. /* var(--topHeight--) */
  145. top: 128rpx;
  146. z-index: 99999;
  147. }
  148. .Big {
  149. font-size: 30rpx;
  150. position: relative;
  151. color: #ec3a43;
  152. /* border-bottom: 7rpx solid red; */
  153. }
  154. .BigLeft {
  155. margin-left: 38rpx;
  156. }
  157. .Small {
  158. font-size: 24rpx;
  159. margin-left: 38rpx;
  160. }
  161. .Big::after {
  162. content: "";
  163. display: inline-block;
  164. width: 50rpx;
  165. height: 9rpx;
  166. position: absolute;
  167. bottom: -15rpx;
  168. left: 0;
  169. background-color: red;
  170. border-radius: 20rpx;
  171. }
  172. .imageImg {
  173. position: relative;
  174. top: 50%;
  175. left: 50%;
  176. transform: translate(-50%, -50%);
  177. }
  178. .allImage {
  179. /* display: flex; */
  180. /* flex-wrap: wrap; */
  181. margin-top: 45rpx;
  182. padding: 0 15rpx;
  183. }
  184. .box {
  185. height: 1200rpx;
  186. /* padding: 0; */
  187. }
  188. .bigImage {
  189. width: 66.6%;
  190. height: 449rpx;
  191. float: left;
  192. box-sizing: border-box;
  193. padding: 0 4rpx 5rpx 5rpx;
  194. /* padding: 10rpx 10rpx 10rpx 16rpx; */
  195. border-radius: 28rpx;
  196. }
  197. .rightImage {
  198. width: 66.6%;
  199. height: 449rpx;
  200. /* float: right; */
  201. /* white-space: wrap; */
  202. box-sizing: border-box;
  203. padding: 10rpx;
  204. border-radius: 28rpx;
  205. }
  206. .image_Bigbox {
  207. width: 33.3%;
  208. float: left;
  209. height: 225rpx;
  210. box-sizing: border-box;
  211. padding: 5rpx 5rpx 5rpx 5rpx;
  212. /* margin-right: 10rpx; */
  213. border-radius: 50rpx;
  214. /* position: relative; */
  215. }
  216. .iconAdd {
  217. font-size: 65rpx;
  218. color: #fff;
  219. position: relative;
  220. top: -80rpx;
  221. right: -170rpx;
  222. pointer-events: none;
  223. width: 20rpx;
  224. }
  225. .iconAdd2 {
  226. font-size: 90rpx;
  227. color: #fff;
  228. position: relative;
  229. top: -107rpx;
  230. right: -374rpx;
  231. pointer-events: none;
  232. width: 20rpx;
  233. }
  234. .img {
  235. width: 50rpx;
  236. height: 50rpx;
  237. position: relative;
  238. top: -70rpx;
  239. right: -168rpx;
  240. }
  241. .lfImg {
  242. width: 80rpx;
  243. height: 80rpx;
  244. position: relative;
  245. top: -105rpx;
  246. right: -360rpx;
  247. }
  248. .rImg {
  249. width: 80rpx;
  250. height: 80rpx;
  251. position: relative;
  252. top: -126rpx;
  253. right: -330rpx;
  254. }
  255. .image {
  256. width: 100%;
  257. height: 100%;
  258. /* float: left; */
  259. border-radius: 18rpx;
  260. box-sizing: border-box;
  261. clear: both;
  262. /* padding: 0rpx 15rpx 0 0; */
  263. /* flex-wrap: wrap; */
  264. }
  265. .box_two {
  266. width: 100%;
  267. /* height: 500rpx; */
  268. margin-bottom: 20rpx;
  269. margin-top: 45rpx;
  270. /* padding: 0 15rpx; */
  271. }
  272. .imgTwo {
  273. width: 94%;
  274. height: 400rpx;
  275. border-top-left-radius: 50rpx;
  276. border-top-right-radius: 50rpx;
  277. transform: translate(3%);
  278. }
  279. .two {
  280. box-sizing: border-box;
  281. padding: 10rpx 0 0 0;
  282. }
  283. .text {
  284. text-overflow: -o-ellipsis-lastline;
  285. overflow: hidden;
  286. text-overflow: ellipsis;
  287. display: -webkit-box;
  288. -webkit-line-clamp: 2;
  289. line-clamp: 2;
  290. -webkit-box-orient: vertical;
  291. margin-bottom: 57rpx;
  292. width: 94%;
  293. font-size: 30rpx;
  294. transform: translate(3%);
  295. }
  296. .type {
  297. background-color: #a29b90;
  298. font-size: 30rpx;
  299. box-sizing: border-box;
  300. padding: 0 10rpx;
  301. border-radius: 10rpx;
  302. display: inline-block;
  303. margin-top: -20rpx;
  304. }
  305. .big {
  306. /* height: 1000rpx; */
  307. margin-top: 30rpx;
  308. }
  309. .small {
  310. float: left;
  311. height: 448rpx;
  312. background-color: blue;
  313. width: 66.66%;
  314. box-sizing: border-box;
  315. border-radius: 10px;
  316. padding: 10rpx;
  317. /* position: relative; */
  318. }
  319. .smallright {
  320. float: right;
  321. /* height: 448rpx;
  322. width: 66.66%; */
  323. /* box-sizing: border-box; */
  324. /* border-radius: 10px;
  325. padding: 10rpx; */
  326. }
  327. .small2 {
  328. height: 225rpx;
  329. float: left;
  330. background-color: green;
  331. width: 33.33%;
  332. padding: 10rpx;
  333. box-sizing: border-box;
  334. /* padding: 0.3rem; */
  335. border-radius: 10px;
  336. /* position: relative; */
  337. }