goods.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. .local-groups-title {position: relative;width: 100%;height: .4rem;line-height: .4rem;color: #151516;font-size: .14rem;}
  2. .local-groups-title .see-more-button {
  3. line-height: .4rem;
  4. height: .4rem;
  5. display: inline-block;
  6. float: right;
  7. font-size: .13rem;
  8. color: #9c9c9c;
  9. }
  10. .local-groups-title .see-more-button:after {content: '';position: relative;display: inline-block;width: .07rem;height: .12rem;margin-left: .06rem;top: .01rem;background-image: url(../../../image/right_more.png);background-repeat: no-repeat;background-size: contain;}
  11. .local-groups-popup-wrapper .lgp-background {background-color: rgba(0,0,0,.8);width: 100%;height: 100%;left: 0;top: 0;position: fixed;z-index: 10001;}
  12. .local-groups-popup-wrapper .lgp-position {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. bottom: 64px;
  17. right: 0;
  18. z-index: 10002;
  19. display: -webkit-box;
  20. display: -ms-flexbox;
  21. display: flex;
  22. display: -webkit-flex;
  23. -webkit-box-pack: center;
  24. -ms-flex-pack: center;
  25. justify-content: center;
  26. -webkit-justify-content: center;
  27. -webkit-box-align: center;
  28. -ms-flex-align: center;
  29. align-items: center;
  30. -webkit-align-items: center;
  31. -webkit-box-orient: horizontal;
  32. -webkit-box-direction: normal;
  33. -ms-flex-direction: row;
  34. flex-direction: row;
  35. -webkit-flex-direction: row;
  36. }
  37. .local-groups-popup-wrapper .lgp-position .lgp-modal {
  38. position: relative;
  39. display: block;
  40. width: 2.9rem;
  41. max-height: 100vh;
  42. max-width: 640px;
  43. margin: auto;
  44. background: #fff;
  45. border-radius: .08rem;
  46. }
  47. .local-groups-popup-wrapper .lgp-position .lgp-modal .lgp-title {
  48. font-size: .17rem;
  49. color: #151516;
  50. height: .56rem;
  51. line-height: .56rem;
  52. border-bottom: 1px solid #ededed;
  53. text-align: center;
  54. }
  55. .local-groups-popup-wrapper .lgp-position .lgp-modal .lgp-content {
  56. padding: 0 .1rem;
  57. }
  58. .popup-local-group-item {
  59. position: relative;
  60. width: 100%;
  61. height: .6rem;
  62. padding: .07rem 0;
  63. border-bottom: 1px solid #ededed;
  64. }
  65. .popup-local-group-item .popup-local-group-img {
  66. position: relative;
  67. display: block;
  68. float: left;
  69. width: .45rem;
  70. height: .45rem;
  71. margin-right: .1rem;
  72. border-radius: 100%;
  73. }
  74. .popup-local-group-item .popup-local-group-detail {
  75. position: relative;
  76. width: 1.5rem;
  77. height: .45rem;
  78. float: left;
  79. padding: .06rem 0;
  80. }
  81. .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row1 {
  82. position: relative;
  83. width: 100%;
  84. height: .15rem;
  85. line-height: 1;
  86. font-size: 0;
  87. padding: 0;
  88. }
  89. .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row1 span, .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row2 span {
  90. position: relative;
  91. display: inline-block;
  92. }
  93. .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row1 .popup-local-group-name {
  94. float: left;
  95. font-size: .14rem;
  96. color: #151516;
  97. text-align: left;
  98. max-width: .9rem;
  99. height: .17rem;
  100. overflow: hidden;
  101. text-overflow: ellipsis;
  102. white-space: nowrap;
  103. -webkit-line-clamp: 1;
  104. -webkit-box-orient: vertical;
  105. }
  106. .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row1 .popup-local-group-left-num {
  107. font-size: .12rem;
  108. color: #58595b;
  109. margin-top: .015rem;
  110. margin-left: .06rem;
  111. }
  112. .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row2 {
  113. position: relative;
  114. width: 100%;
  115. height: .12rem;
  116. line-height: 1.2;
  117. margin-top: .05rem;
  118. font-size: 0;
  119. padding: 0;
  120. }
  121. .popup-local-group-item .popup-local-group-detail .popup-local-group-detail-row2 .popup-local-group-timer {
  122. float: left;
  123. width: 100%;
  124. font-size: .11rem;
  125. color: #9c9c9c;
  126. overflow: hidden;
  127. text-align: left;
  128. height: .14rem;
  129. }
  130. .popup-local-group-item .popup-local-group-btn-border {
  131. position: absolute;
  132. color: #e02e24;
  133. top: .15rem;
  134. right: 0;
  135. text-align: center;
  136. border: 1px solid #ff2741;
  137. border-radius: .03rem;
  138. font-size: .13rem;
  139. width: .61rem;
  140. height: .27rem;
  141. line-height: .25rem;
  142. }
  143. .local-groups-popup-wrapper .lgp-position .lgp-modal .lgp-close {
  144. width: .29rem;
  145. height: .29rem;
  146. display: -webkit-box;
  147. display: -ms-flexbox;
  148. display: flex;
  149. display: -webkit-flex;
  150. -webkit-box-pack: center;
  151. -ms-flex-pack: center;
  152. justify-content: center;
  153. -webkit-justify-content: center;
  154. -webkit-box-align: center;
  155. -ms-flex-align: center;
  156. align-items: center;
  157. -webkit-align-items: center;
  158. -webkit-box-orient: horizontal;
  159. -webkit-box-direction: normal;
  160. -ms-flex-direction: row;
  161. flex-direction: row;
  162. -webkit-flex-direction: row;
  163. position: absolute;
  164. top: -.145rem;
  165. right: -.145rem;
  166. border-radius: .145rem;
  167. font-size: .1rem;
  168. color: #9c9c9c;
  169. background: url(../../../image/close.png) no-repeat;
  170. background-size: .29rem .29rem;
  171. }
  172. .local-group-item {
  173. position: relative;
  174. width: 100%;
  175. height: .6rem;
  176. padding: .07rem 0;
  177. border-top: 1px solid #f2f2f2;
  178. }
  179. .local-group-detial, .local-group-img {
  180. height: .45rem;
  181. float: left;
  182. position: relative;
  183. }
  184. .local-group-img {
  185. display: block;
  186. width: .45rem;
  187. margin-right: .1rem;
  188. border-radius: 100%;
  189. }
  190. .local-group-detial {
  191. width: 2rem;
  192. padding: .06rem 0;
  193. }
  194. .local-group-btn-border {
  195. position: absolute;
  196. width: .68rem;
  197. height: .29rem;
  198. line-height: .29rem;
  199. color: #e02e24;
  200. top: .15rem;
  201. right: 0;
  202. font-size: .14rem;
  203. text-align: center;
  204. border: 1px solid #ff2741;
  205. border-radius: .03rem;
  206. }
  207. .local-group-detial-row1 {
  208. position: relative;
  209. width: 100%;
  210. height: .15rem;
  211. line-height: 1;
  212. font-size: 0;
  213. padding: 0;
  214. }
  215. .local-group-detial-row1 span {
  216. position: relative;
  217. display: inline-block;
  218. }
  219. .local-group-detial-row1 .local-group-left-num, .local-group-detial-row1 .local-group-name {
  220. text-overflow: ellipsis;
  221. white-space: nowrap;
  222. -webkit-line-clamp: 1;
  223. -webkit-box-orient: vertical;
  224. overflow: hidden;
  225. }
  226. .local-group-detial-row1 .local-group-name {
  227. float: left;
  228. width: 100%;
  229. font-size: .14rem;
  230. color: #151516;
  231. text-align: left;
  232. }
  233. .local-group-detial-row2 {
  234. position: relative;
  235. width: 100%;
  236. height: .12rem;
  237. line-height: 1.2;
  238. margin-top: .05rem;
  239. font-size: 0;
  240. padding: 0;
  241. }
  242. .local-group-detial-row2 span {
  243. position: relative;
  244. display: inline-block;
  245. }
  246. .local-group-detial-row2 .local-group-timer {
  247. float: left;
  248. width: 100%;
  249. font-size: .12rem;
  250. color: #58595b;
  251. overflow: hidden;
  252. text-align: left;
  253. }
  254. .lgp-position .lgp-modal .lgp-footer {
  255. font-size: .12rem;
  256. color: #9c9c9c;
  257. height: .37rem;
  258. line-height: .37rem;
  259. text-align: center;
  260. }