123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. @whiteColor: #fff;
  2. .shop-Eat {
  3. padding: 0 30px;
  4. .Consumption-Now {
  5. height: 33px;
  6. font-size: 34px;
  7. font-weight: bold;
  8. color: #ff3434;
  9. text-align: center;
  10. margin: 60px 0 42px 0;
  11. }
  12. .Consumption-text {
  13. display: inline-block;
  14. width: 309px;
  15. height: 33px;
  16. font-size: 24px;
  17. font-weight: bold;
  18. color: #333333;
  19. text-align: center;
  20. margin: auto;
  21. }
  22. .Perfection-image-view {
  23. width: 150px;
  24. margin: auto;
  25. .Perfection-image {
  26. width: 54px;
  27. height: 43px;
  28. margin: 70px 0 40px 0;
  29. }
  30. }
  31. .position-header {
  32. background-color: rgba(0, 0, 0, 0);
  33. display: flex;
  34. align-items: center;
  35. .position-LocationBig {
  36. width: 35px;
  37. height: 42px;
  38. padding-right: 21px;
  39. }
  40. .position-LocationBig-text {
  41. display: inline-block;
  42. height: 26px;
  43. font-size: 28px;
  44. font-weight: 400;
  45. color: #202020;
  46. }
  47. }
  48. .shop-image {
  49. width: 100%;
  50. display: flex;
  51. align-items: center;
  52. margin-top: 71px;
  53. margin-bottom: 41px;
  54. .shop-title-image-cup {
  55. width: 32px;
  56. height: 32px;
  57. // margin-top: 10px;
  58. padding-right: 15px;
  59. align-items: center;
  60. }
  61. .shop-title-title {
  62. align-items: center;
  63. font-size: 32px;
  64. font-weight: 800;
  65. color: #202020;
  66. }
  67. }
  68. .wrapper {
  69. margin: auto;
  70. margin-top: 40px;
  71. display: flex;
  72. position: relative;
  73. // margin-top: 600px;
  74. // margin: 30px auto;
  75. // width: 100%;
  76. // box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  77. // filter: drop-shadow(5px 8px 6px rgb(202, 202, 202));
  78. filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.12));
  79. .card-box-star {
  80. position: absolute;
  81. width: auto;
  82. height: 44.3px;
  83. left: 200px;
  84. top: 28px;
  85. font-size: 20px;
  86. color: @whiteColor;
  87. .card-star-image {
  88. padding-left: 6px;
  89. width: 21px;
  90. height: 21px;
  91. }
  92. .card-star-text {
  93. padding-left: 10px;
  94. font-size: 20px;
  95. color: #333;
  96. font-weight: 700;
  97. }
  98. }
  99. .left-complete-one {
  100. // padding-left: 64px;
  101. width: 560px;
  102. padding-top: 87px;
  103. padding-bottom: 43px;
  104. position: relative;
  105. display: flex;
  106. background: @whiteColor;
  107. background: radial-gradient(circle at top right, transparent 15px, #fff 0)
  108. top right,
  109. radial-gradient(circle at bottom right, transparent 15px, #fff 0) bottom
  110. right;
  111. background-size: 100% 60%;
  112. background-repeat: no-repeat;
  113. border-radius: 15px 0px 0px 15px;
  114. // border-radius: 12px;
  115. align-items: center;
  116. .left-image-1 {
  117. width: 145px;
  118. height: 44px;
  119. position: absolute;
  120. // margin-left: 85px;
  121. top: 22px;
  122. }
  123. .left-viewText {
  124. // background-image: url(@Image-ProCard_hot);
  125. // width: 287px;
  126. width: auto;
  127. height: 44.3px;
  128. position: absolute;
  129. // left: 85px;
  130. top: 28px;
  131. font-size: 20px;
  132. color: @whiteColor;
  133. }
  134. //图片
  135. .title-image {
  136. width: 145px;
  137. margin-left: 20px;
  138. border-radius: 24px;
  139. overflow: hidden;
  140. position: relative;
  141. flex: none;
  142. .image-1 {
  143. width: 100%;
  144. height: 145px;
  145. }
  146. .image-2 {
  147. width: 89px;
  148. height: 34px;
  149. position: absolute;
  150. left: 0;
  151. top: 0;
  152. }
  153. }
  154. // 商品标题
  155. .title-content {
  156. // padding: 84px 0 56px 20px;
  157. padding-left: 18px;
  158. .Pro-title {
  159. .title-text {
  160. width: 375px;
  161. overflow: hidden;
  162. text-overflow: ellipsis;
  163. // display: -webkit-box; //必须要
  164. -webkit-line-clamp: 1;
  165. -webkit-box-orient: vertical;
  166. // word-break: break-all; /* 多出文本省略号代替 */
  167. text-align: left;
  168. font-size: 24px;
  169. // padding-bottom: 10px;
  170. }
  171. }
  172. .title-money {
  173. // padding-top: 34px;
  174. font-size: 24px;
  175. // color: red;
  176. display: inline-block;
  177. font-weight: 800;
  178. margin: 15px auto;
  179. }
  180. .title-money-2 {
  181. height: 19px;
  182. font-size: 20px;
  183. font-weight: 400;
  184. color: #333333;
  185. padding-left: 50px;
  186. }
  187. .title-time {
  188. font-size: 24px;
  189. // padding-top: 20px;
  190. color: #c0c8d3;
  191. }
  192. .title-position-on {
  193. display: flex;
  194. font-size: 20px;
  195. .title-position {
  196. width: 18px;
  197. height: 24px;
  198. padding-right: 10px;
  199. padding-top: 5px;
  200. }
  201. .title-position-image {
  202. align-items: center;
  203. font-size: 20px;
  204. color: #333;
  205. }
  206. .title-on {
  207. // margin-bottom: 10px;
  208. padding-top: 5px;
  209. padding-left: 40px;
  210. width: 21px;
  211. height: 21px;
  212. padding-right: 10px;
  213. }
  214. .title-on-text {
  215. align-items: center;
  216. font-size: 20px;
  217. color: #333;
  218. }
  219. }
  220. }
  221. }
  222. }
  223. .right-complete-two {
  224. background: @whiteColor;
  225. background: radial-gradient(circle at top left, transparent 15px, #fff 0)
  226. top left,
  227. radial-gradient(circle at bottom left, transparent 15px, #fff 0) bottom
  228. left;
  229. background-size: 100% 60%;
  230. background-repeat: no-repeat;
  231. width: 129px;
  232. border-radius: 0 15px 15px 0;
  233. // position: relative;
  234. //右面部分
  235. .right-content {
  236. // width: 100px;
  237. height: 120px;
  238. position: absolute;
  239. top: 50%;
  240. left: 50%;
  241. transform: translate(-50%, -50%);
  242. // border: 1px solid red;
  243. .Check_OK-box {
  244. position: relative;
  245. left: 37vw;
  246. top: 6vw;
  247. .Check_OK-image {
  248. width: 34px;
  249. height: 34px;
  250. }
  251. }
  252. .right-number {
  253. // width: 32px;
  254. // font-size: 20px;
  255. // border-radius: 4px;
  256. // border: 2px solid #999;
  257. // margin: auto;
  258. // text-align: center;
  259. }
  260. .right-image {
  261. // float: convert();
  262. width: 36px;
  263. height: 36px;
  264. margin: 0 auto;
  265. align-items: center;
  266. margin: auto;
  267. padding-left: 8px;
  268. // text-align: center;
  269. }
  270. .right-title {
  271. font-weight: 700;
  272. font-size: 24px;
  273. padding-top: 10px;
  274. text-align: center;
  275. }
  276. }
  277. }
  278. .button-info {
  279. margin-bottom: 70px;
  280. .button-box {
  281. margin: 60px 0;
  282. width: calc(100% - 60px);
  283. height: 88px;
  284. line-height: 88px;
  285. background: #274291;
  286. border-radius: 12px;
  287. color: @whiteColor;
  288. }
  289. }
  290. //弹窗确认核销按钮
  291. .buy-button-box {
  292. width: 100%;
  293. margin: 40px 0 0 0;
  294. .button-Cancel {
  295. display: inline-block;
  296. width: 236px;
  297. height: 78px;
  298. border: 2px solid #274291;
  299. font-size: 30px;
  300. font-weight: bold;
  301. color: #274291;
  302. border-radius: 12px;
  303. margin-right: 80px;
  304. }
  305. .button-OK {
  306. display: inline-block;
  307. width: 236px;
  308. height: 78px;
  309. background: #274291;
  310. border-radius: 12px;
  311. font-size: 30px;
  312. font-weight: bold;
  313. color: #ffffff;
  314. }
  315. }
  316. }