groupDetail.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. /* pages/groupDetail/groupDetail.wxss */
  2. .banner {
  3. overflow: hidden;
  4. position: relative;
  5. }
  6. .swiper,
  7. .swiper image {
  8. width: 100%;
  9. height: 750rpx;
  10. }
  11. .dots {
  12. position: absolute;
  13. left: 0;
  14. right: 0;
  15. bottom: 11rpx;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .dot{background:var(--mina) ;width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
  20. .dot.active {
  21. width: 30rpx;
  22. }
  23. .group {
  24. position: relative;
  25. height: 120rpx;
  26. }
  27. .ptbg {
  28. width: 100%;
  29. height: 120rpx;
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. z-index: 1;
  34. }
  35. .groups {
  36. position: relative;
  37. z-index: 2;
  38. align-items: center;
  39. padding: 0 30rpx;
  40. justify-content: space-between;
  41. height: 120rpx;
  42. }
  43. .price {
  44. font-size: 28rpx;
  45. color: #FE0419;
  46. }
  47. .price text {
  48. font-size: 40rpx;
  49. font-weight: bold;
  50. }
  51. .price text.origin {
  52. font-weight: normal;
  53. font-size: 24rpx;
  54. color: #999;
  55. text-decoration: line-through;
  56. margin-left: 10rpx;
  57. }
  58. .left .price,
  59. .left .price text.origin {
  60. color: #fff;
  61. }
  62. .addcart{width: 206rpx;height: 76rpx;border: 2rpx solid #FD3C31;border-radius: 40rpx;text-align: center;line-height: 76rpx;font-size: 30rpx;color: #FD3A31;margin: 0 10rpx;}
  63. .gray{color: #999;border-color: #999;}
  64. .pin {
  65. font-size: 22rpx;
  66. color: #fff;
  67. }
  68. .tuan {
  69. width: 154rpx;
  70. height: 40rpx;
  71. float: right;
  72. }
  73. .endtime {
  74. align-items: center;
  75. font-size: 22rpx;
  76. color: #fff;
  77. line-height: 36rpx;
  78. margin-top: 47rpx;
  79. overflow: hidden;
  80. clear: both;
  81. }
  82. .endtime view {
  83. margin-right: 15rpx;
  84. }
  85. .endtime text {
  86. display: block;
  87. width: 36rpx;
  88. height: 36rpx;
  89. background: rgba(178, 38, 81, 1);
  90. border-radius: 6rpx;
  91. font-size: 24rpx;
  92. color: #fff;
  93. text-align: center;
  94. line-height: 36rpx;
  95. margin: 0 5rpx
  96. }
  97. .info {
  98. padding: 30rpx 30rpx 40rpx;
  99. }
  100. .infos {
  101. align-items: center;
  102. justify-content: space-between;
  103. }
  104. .share {
  105. font-size: 20rpx;
  106. color: #999;
  107. text-align: center;
  108. position: relative;
  109. margin-left: 45rpx !important;
  110. }
  111. .share::after {
  112. content: '';
  113. display: block;
  114. width: 2rpx;
  115. height: 45rpx;
  116. background: #e7e7e7;
  117. position: absolute;
  118. top: 50%;
  119. transform: translateY(-50%);
  120. left: -30rpx;
  121. }
  122. .share image {
  123. width: 31rpx;
  124. height: 31rpx;
  125. margin: 0 auto 10rpx;
  126. }
  127. .title {
  128. font-size: 30rpx;
  129. color: #222;
  130. line-height: 40rpx;
  131. font-weight: bold;
  132. }
  133. .tag {
  134. width: 82rpx;
  135. height: 36rpx;
  136. display: inline-block;
  137. margin: 0 10rpx 0 0;
  138. position: relative;
  139. top: 7rpx;
  140. }
  141. .detinfo .item {
  142. padding: 30rpx;
  143. border-bottom: 1rpx solid #f6f6f6;
  144. }
  145. .detinfo .item:last-child {
  146. border-bottom: none;
  147. }
  148. .item label {
  149. display: block;
  150. width: 130rpx;
  151. font-size: 28rpx;
  152. color: #222;
  153. font-weight: bold;
  154. line-height: 40rpx;
  155. }
  156. .quan .flex {
  157. align-items: center;
  158. }
  159. .quan text {
  160. display: block;
  161. background: #FDF5F3;
  162. padding: 0 13rpx;
  163. height: 40rpx;
  164. line-height: 40rpx;
  165. font-size: 24rpx;
  166. color: #FF5F08;
  167. margin-right: 10rpx;
  168. }
  169. .ling {
  170. font-size: 24rpx;
  171. color: #FF5F08;
  172. align-items: center;
  173. }
  174. .ling image {
  175. width: 14rpx;
  176. height: 24rpx;
  177. margin-left: 11rpx;
  178. }
  179. .address {
  180. font-size: 28rpx;
  181. color: #333;
  182. line-height: 40rpx;
  183. }
  184. .huo {
  185. font-size: 24rpx;
  186. color: #666;
  187. line-height: 40rpx;
  188. }
  189. .huo text {
  190. color: #FE0419;
  191. }
  192. .more {
  193. width: 36rpx;
  194. height: 10rpx;
  195. margin-top: 15rpx;
  196. }
  197. /* .user {
  198. width: 68rpx;
  199. height: 68rpx;
  200. border-radius: 50%;
  201. margin-right: 15rpx;
  202. } */
  203. .name {
  204. font-size: 28rpx;
  205. color: #666;
  206. line-height: 68rpx;
  207. justify-content: space-between;
  208. align-items: center;
  209. }
  210. .pinglun {
  211. font-size: 28rpx;
  212. color: #333;
  213. margin: 15rpx 0 0;
  214. line-height: 44rpx;
  215. }
  216. .huifu {
  217. background: #F2F2F2;
  218. border-radius: 6rpx;
  219. margin: 25rpx 0 0;
  220. line-height: 42rpx;
  221. padding: 20rpx 30rpx;
  222. position: relative;
  223. }
  224. .huifu::after {
  225. content: '';
  226. display: block;
  227. width: 0;
  228. height: 0;
  229. border: 9rpx solid transparent;
  230. border-bottom-color: #F2F2F2;
  231. border-top: none;
  232. position: absolute;
  233. top: -8rpx;
  234. left: 39rpx;
  235. }
  236. .show {
  237. display: block;
  238. }
  239. .hide {
  240. display: none;
  241. }
  242. .bot {
  243. height: 80rpx;
  244. align-items: center;
  245. padding: 20rpx 30rpx 20rpx 0;
  246. }
  247. .botbtn {
  248. font-size: 22rpx;
  249. color: #6A6A6A;
  250. width: 108rpx !important;
  251. text-align: center;
  252. position: relative;
  253. }
  254. .botbtn image {
  255. width: 40rpx;
  256. height: 34rpx;
  257. margin: 10rpx auto 5rpx;
  258. }
  259. .message {
  260. background: #DF1A14;
  261. height: 28rpx;
  262. line-height: 28rpx;
  263. font-size: 20rpx;
  264. color: #fff;
  265. text-align: center;
  266. border-radius: 15rpx;
  267. box-sizing: border-box;
  268. min-width: 21rpx;
  269. padding: 0 8rpx;
  270. position: absolute;
  271. top: 0;
  272. right: 25%;
  273. }
  274. .gmbtnyuyue {
  275. width: 400rpx;
  276. height: 80rpx;
  277. border-radius: 40rpx;
  278. text-align: center;
  279. line-height: 80rpx;
  280. font-size: 30rpx;
  281. color: #fff;
  282. }
  283. .gmbtn{width: 210rpx;height: 80rpx;border-radius: 40rpx;text-align: center;line-height: 80rpx;font-size: 30rpx;color: #fff;}
  284. /* 小店相关 */
  285. .xiaodian{position: relative;height: 122rpx;padding: 0 26rpx 0 110rpx;align-items: center;margin: 35rpx 30rpx 0;}
  286. .xdbg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
  287. .shouyi{position: relative;z-index: 2;color: #fff;margin-right: 10rpx;}
  288. .shouyi view{font-size: 40rpx;font-weight: bold;margin-top: 8rpx;}
  289. .shouyi text{font-weight: normal;font-size: 24rpx;}
  290. .addshop{height: 62rpx;padding: 0 25rpx;border-radius: 31rpx;background:linear-gradient(115deg,rgba(255,78,78,1) 0%,rgba(220,21,21,1) 100%);text-align: center;line-height: 62rpx;font-size: 24rpx;color: #fff;position: relative;z-index: 2;}
  291. .fenxiang{height: 62rpx;padding: 0 25rpx;margin-left: 15rpx;border-radius: 31rpx;background:linear-gradient(115deg,rgba(255,78,78,1) 0%,rgba(220,21,21,1) 100%);text-align: center;line-height: 62rpx;font-size: 24rpx;color: #fff;position: relative;z-index: 2;}
  292. .goShop{height: 62rpx;padding: 0 25rpx;margin-left: 15rpx;border-radius: 31rpx;background:linear-gradient(115deg,rgba(255,78,78,1) 0%,rgba(220,21,21,1) 100%);text-align: center;line-height: 62rpx;font-size: 24rpx;color: #fff;position: relative;z-index: 2;}
  293. .suc{position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;width: 536rpx;border-radius: 20rpx;z-index: 100;text-align: center;padding-bottom: 47rpx;}
  294. .tjcg1{width: 100%;height: 284rpx;}
  295. .tjcg{width: 195rpx;height: 38rpx;margin: 52rpx auto 15rpx;}
  296. .suc text{display: block;font-size: 24rpx;color: #333;}
  297. .shopcc{justify-content: center;}
  298. .shop{width:220rpx;height:80rpx;background:linear-gradient(123deg,rgba(255,130,130,1) 0%,rgba(220,21,21,1) 100%);font-size: 30rpx;color: #fff;line-height: 80rpx;border-radius: 40rpx;margin: 45rpx 15rpx 40rpx;}
  299. .share-btn {
  300. justify-content: space-between;
  301. padding: 0 54rpx;
  302. }
  303. .wxfriend,
  304. .wxposter {
  305. width: 196rpx !important;
  306. height: 76rpx !important;
  307. align-items: center;
  308. justify-content: center;
  309. font-size: 30rpx;
  310. color: #666;
  311. border: 2rpx solid #D8D8D8;
  312. border-radius: 40rpx !important;
  313. }
  314. .wxfriend image,
  315. .wxposter image {
  316. width: 31rpx;
  317. height: 31rpx;
  318. margin-right: 13rpx;
  319. }
  320. .suc-close {
  321. position: absolute;
  322. left: 50%;
  323. transform: translateX(-50%);
  324. bottom: -102rpx;
  325. width: 62rpx;
  326. height: 62rpx;
  327. }
  328. .sellStock {
  329. text-align: right;
  330. color: #999;
  331. position: relative;
  332. left: 145rpx;
  333. }
  334. .sellStock text {
  335. color: #222;
  336. }
  337. .protext {
  338. color: #999;
  339. margin-top: 15rpx;
  340. overflow: hidden;
  341. text-overflow: ellipsis;
  342. display: -webkit-box;
  343. -webkit-box-orient: vertical;
  344. -webkit-line-clamp: 2;
  345. }
  346. .guarantee{border-top: 1rpx solid #f6f6f6;padding: 15rpx 0 0 0; margin-top: 15rpx;}
  347. .guarantee .cont{flex-wrap: wrap;font-size: 26rpx;}
  348. .guarantee .cont .li{align-items: center;margin-right: 20rpx;
  349. margin-bottom: 10rpx;}
  350. .guarantee .cont image{ width: 30rpx;
  351. height: 30rpx;}