sceneryDetails.less 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. .storeDetails{
  2. background-color: #fff;
  3. border-radius: 12px;
  4. margin-bottom: 20px;
  5. .swiper{
  6. height: calc((100vw - 60px) * 0.6);
  7. }
  8. .storeImage{
  9. position: relative;
  10. border-radius: 22px;
  11. width: 100%;
  12. height: 100%;
  13. .tpPage{
  14. position: absolute;
  15. right: 20px;
  16. bottom: 20px;
  17. background: #000000;
  18. border-radius: 16px;
  19. font-size: 24px;
  20. color: #FFFFFF;
  21. padding:0 7px;
  22. opacity: 0.4;
  23. line-height: 32px;
  24. padding: 7px 8px 8px 7px;
  25. text{
  26. opacity: 0.64;
  27. }
  28. }
  29. }
  30. .storeJs{
  31. padding: 22px;
  32. .introduce{
  33. display: inline-block;
  34. .storeName{
  35. font-size: 32px;
  36. font-weight: bold;
  37. color: #020200;
  38. }
  39. }
  40. .bz{
  41. float: right;
  42. .bzRight{
  43. font-size: 24px;
  44. color: #202020;
  45. line-height: 34px;
  46. height: 23px;
  47. }
  48. }
  49. .wz{
  50. font-size: 24px;
  51. line-height: 0;
  52. padding: 30rpx 0 32rpx 0;
  53. font-weight: bold;
  54. color: #404040;
  55. }
  56. .dpPosition{
  57. position: relative;
  58. .dwTip{
  59. width: 28px;
  60. height: 28px;
  61. position: absolute;
  62. top: 4px;
  63. left:0;
  64. }
  65. .distance{
  66. padding-left: 38px;
  67. font-size: 24px;
  68. color: #C0C8D3;
  69. }
  70. }
  71. }
  72. }
  73. .jdjs{
  74. background: #FFF;
  75. border-radius: 12px 12px 0px 0px;
  76. padding: 30px 20px 43px 20px;
  77. font-size: 24px;
  78. font-weight: bold;
  79. color: #202020;
  80. line-height: 54px;
  81. overflow: hidden;
  82. .line{
  83. height: 1px;
  84. background: #000;
  85. opacity: 0.1;
  86. margin:57px 20px 42px 20px;
  87. }
  88. .sc{
  89. font-size: 20px;
  90. font-weight: bold;
  91. color: #333;
  92. float: right;
  93. line-height: 0;
  94. margin-right: 4px;
  95. .scTip{
  96. width: 20px;
  97. height: 20px;
  98. margin-right: 8px;
  99. }
  100. }
  101. }
  102. .title{
  103. margin: 60px 0 40px 0;
  104. font-size: 34px;
  105. font-weight: bold;
  106. color: #202020;
  107. image{
  108. width: 30px;
  109. height: 30px;
  110. margin-right: 10px;
  111. }
  112. }
  113. .showMore{
  114. width: 100%;
  115. background: linear-gradient(0deg, rgba(248, 248, 248, 0.58) 42%, rgba(248, 248, 248, 0) 100%);
  116. font-size: 28px;
  117. font-weight: bold;
  118. color: #202020;
  119. text-align: center;
  120. position: absolute;
  121. bottom: -40px;
  122. padding-top: 77px;
  123. padding-bottom: 20px;
  124. .moreTip{
  125. width: 38px;
  126. height: 19px;
  127. margin-top: 14px;
  128. }
  129. }
  130. .foodCard{
  131. background: #FFF;
  132. box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  133. border-radius: 12px;
  134. position: relative;
  135. margin-bottom: 30px;
  136. overflow: hidden;
  137. background: radial-gradient(circle at 82% top,transparent 20px,#fff 0) top,
  138. radial-gradient(circle at 82% bottom,transparent 20px,#fff 0) bottom;
  139. background-repeat: no-repeat;
  140. background-size: auto 50%;
  141. .fCleft{
  142. float: left;
  143. width: 82%;
  144. .backMoney{
  145. font-size: 24px;
  146. font-weight: bold;
  147. color: #FFF;
  148. margin: 22px 40px 20px 0;
  149. padding: 12px 17px 9px 6px;
  150. background:url('../../../assets/icons/housemantj/fximg.png') no-repeat;
  151. display: inline-block;
  152. background-size: 100% 100%;
  153. }
  154. .appraise{
  155. display: inline-block;
  156. image{
  157. width: 21px;
  158. height: 21px;
  159. margin-right: 10px;
  160. }
  161. text{
  162. font-size: 24px;
  163. font-weight: bold;
  164. color: #020200;
  165. }
  166. }
  167. .contentImg{
  168. margin: 0 20px 43px 20px;
  169. position: relative;
  170. display: inline-block;
  171. .img1{
  172. width: 144px;
  173. height: 144px;
  174. border-radius: 24px;
  175. }
  176. .mstip{
  177. width:99px;
  178. height:37px;
  179. position: absolute;
  180. left: 0;
  181. }
  182. }
  183. .neirong{
  184. display: inline-block;
  185. width: 65%;
  186. .textword{
  187. font-size: 24px;
  188. color: #333;
  189. margin: 0 21px 0 0;
  190. height: 84px;
  191. }
  192. .jiage{
  193. line-height: 20px;
  194. font-weight: bold;
  195. color: #333;
  196. .rmb{
  197. font-size: 20px;
  198. margin: 0 8px 0 7px;
  199. }
  200. .p1{
  201. font-size: 24px;
  202. }
  203. .p2{
  204. font-size: 18px;
  205. text-decoration: line-through;
  206. color: #666;
  207. }
  208. }
  209. .address{
  210. line-height: 0;
  211. margin-top: 18px;
  212. .dw{
  213. width: 16px;
  214. height: 20px;
  215. position: relative;
  216. top:3px;
  217. margin-right: 10px;
  218. }
  219. .wz{
  220. font-size: 20px;
  221. color: #333;
  222. }
  223. .star{
  224. width: 21px;
  225. height: 21px;
  226. margin: 0 10px 0 40px;
  227. position: relative;
  228. top: 3px;
  229. }
  230. .collection{
  231. font-size: 20px;
  232. color: #333333;
  233. }
  234. }
  235. }
  236. }
  237. .fCright{
  238. float: right;
  239. width: 18%;
  240. line-height: 0;
  241. image{
  242. width:35px;
  243. height:32px;
  244. margin-top: 120%;
  245. margin-left:calc(50% - 15px)
  246. }
  247. view{
  248. font-size: 24px;
  249. line-height: 23px;
  250. font-weight: bold;
  251. color: #202020;
  252. margin-top: 19px;
  253. text-align: center;
  254. }
  255. }
  256. .columnLine{
  257. height: 50%;
  258. border-right: 2px dashed #595959;
  259. opacity: 0.12;
  260. position: absolute;
  261. right: 18%;
  262. bottom:15%;
  263. }
  264. }
  265. .bottom{
  266. font-size: 28px;
  267. color: #C0C8D3;
  268. line-height: 34px;
  269. text-align: center;
  270. padding:40px 0 60px 0;
  271. background-color: #F8F8F8;
  272. }
  273. .bottomTab{
  274. background: #FFF;
  275. border-radius: 12px;
  276. column-count: 3;
  277. text-align: center;
  278. .sharebtn{
  279. position: absolute;
  280. width: 260px;
  281. opacity: 0;
  282. }
  283. .tab{
  284. line-height: 96px;
  285. font-size: 28px;
  286. font-weight: bold;
  287. color: #202020;
  288. image{
  289. width: 31px;
  290. height: 31px;
  291. position: relative;
  292. top: 7px;
  293. margin-right: 12px;
  294. }
  295. }
  296. }