foodDetails.less 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .storeDetails {
  2. background-color: #fff;
  3. border-radius: 12px;
  4. margin-bottom: 20px;
  5. .huadong{
  6. position: relative;
  7. .swiper {
  8. height: calc((100vw - 60px) * 0.6);
  9. .storeImage {
  10. border-radius: 22px;
  11. width: 100%;
  12. height: 100%;
  13. }
  14. }
  15. .tpPage {
  16. position: absolute;
  17. right: 20px;
  18. bottom: 20px;
  19. background: #000000;
  20. border-radius: 16px;
  21. font-size: 24px;
  22. color: #ffffff;
  23. padding: 0 7px;
  24. opacity: 0.4;
  25. line-height: 32px;
  26. padding: 7px 8px 8px 7px;
  27. text {
  28. opacity: 0.64;
  29. }
  30. }
  31. }
  32. .storeJs {
  33. padding: 20px;
  34. .storeName {
  35. font-size: 32px;
  36. font-weight: bold;
  37. color: #202020;
  38. }
  39. .sprice {
  40. color: #202020;
  41. font-size: 32px;
  42. font-weight: bold;
  43. .t1 {
  44. font-size: 24px;
  45. padding-right: 10px;
  46. }
  47. .bzRight {
  48. font-weight: 400;
  49. font-size: 24px;
  50. float: right;
  51. }
  52. }
  53. .appraise {
  54. line-height: 0;
  55. margin-top: 28px;
  56. margin-bottom: 37px;
  57. font-size: 24px;
  58. font-weight: bold;
  59. color: #020200;
  60. .t1 {
  61. margin-left: 10px;
  62. }
  63. .comment {
  64. color: #666;
  65. }
  66. }
  67. .yysj {
  68. line-height: 0;
  69. font-size: 24px;
  70. color: #666;
  71. .yysjImg {
  72. width: 26px;
  73. height: 26px;
  74. position: relative;
  75. top: 5px;
  76. padding-right: 10px;
  77. }
  78. }
  79. .dpPosition {
  80. margin-top: 40px;
  81. position: relative;
  82. .dwTip {
  83. width: 48px;
  84. height: 48px;
  85. top: -8px;
  86. left: -16px;
  87. position: absolute;
  88. }
  89. view {
  90. font-size: 24px;
  91. color: #666666;
  92. padding-left: 34px;
  93. .zhuandao {
  94. width: 14px;
  95. height: 24px;
  96. transform: rotate(180deg);
  97. position: relative;
  98. left: 8px;
  99. top: 5px;
  100. }
  101. }
  102. }
  103. }
  104. }
  105. .title {
  106. image {
  107. width: 30px;
  108. height: 30px;
  109. position: relative;
  110. top: 5px;
  111. }
  112. text {
  113. font-size: 34px;
  114. font-weight: bold;
  115. color: #202020;
  116. margin-left: 10px;
  117. }
  118. }
  119. .cs {
  120. height: 500px;
  121. background: radial-gradient(
  122. circle at 82% top,
  123. transparent 15px,
  124. rgb(240, 140, 140) 0
  125. )
  126. top,
  127. radial-gradient(
  128. circle at 82% bottom,
  129. transparent 15px,
  130. rgb(230, 120, 120) 0
  131. )
  132. bottom;
  133. background-repeat: no-repeat;
  134. background-size: auto 50%;
  135. }
  136. .showMore {
  137. width: 100%;
  138. background: linear-gradient(
  139. 0deg,
  140. rgba(248, 248, 248, 0.58) 42%,
  141. rgba(248, 248, 248, 0) 100%
  142. );
  143. font-size: 28px;
  144. font-weight: bold;
  145. color: #202020;
  146. text-align: center;
  147. position: absolute;
  148. bottom: -140px;
  149. padding-top: 77px;
  150. padding-bottom: 20px;
  151. .moreTip {
  152. width: 38px;
  153. height: 19px;
  154. margin-top: 14px;
  155. }
  156. }
  157. .storezn {
  158. font-size: 28px;
  159. color: #202020;
  160. line-height: 64px;
  161. margin-bottom: 44px;
  162. }
  163. .storezn + image {
  164. width: 100%;
  165. margin-bottom: 40px;
  166. }
  167. .botton {
  168. font-size: 28px;
  169. color: #c0c8d3;
  170. line-height: 34px;
  171. text-align: center;
  172. padding: 40px 0 68px 0;
  173. background-color: #f8f8f8;
  174. }