menu.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. .page {
  2. height: 100%;
  3. }
  4. .head-bg {
  5. width: 100%;
  6. height: 26vh;
  7. background-size: 100% 100%;
  8. }
  9. /* content */
  10. .content {
  11. background: #fff;
  12. border-radius: 20rpx 20rpx 0 0;
  13. }
  14. .content .title {
  15. margin-top: 35rpx;
  16. margin-bottom: 15rpx;
  17. display: flex;
  18. justify-content: space-between;
  19. padding: 5rpx 2.5%;
  20. height: 45rpx;
  21. line-height: 45rpx;
  22. font-size: 28rpx;
  23. color: #333;
  24. font-weight: bold;
  25. }
  26. /* 日期 */
  27. .content .years {
  28. color: #333;
  29. font-size: 30rpx;
  30. text-align: center;
  31. height: 30rpx;
  32. line-height: 30rpx;
  33. padding-bottom: 15rpx;
  34. }
  35. .content .week,
  36. .content .date {
  37. width: 95%;
  38. height: 60rpx;
  39. align-items: center;
  40. margin: 20rpx auto;
  41. margin-bottom: 10rpx;
  42. color: #333;
  43. display: flex;
  44. justify-content: space-around;
  45. }
  46. .content .week view {
  47. font-size: 32rpx;
  48. }
  49. .content .week {
  50. background: #EFEFEF;
  51. font-size: 25rpx;
  52. }
  53. .content .date view {
  54. font-size: 22rpx;
  55. height: 40rpx;
  56. line-height: 40rpx;
  57. }
  58. .content .week view {
  59. float: left;
  60. }
  61. .content .date view.click {
  62. width: 35rpx;
  63. text-align: center;
  64. background: #508FF4;
  65. color: #fff;
  66. border-radius: 5rpx;
  67. }
  68. /* tips */
  69. .content .tips {
  70. width: 96%;
  71. height: 90rpx;
  72. line-height: 90rpx;
  73. text-align: center;
  74. padding-top: 20rpx;
  75. color: #783C00;
  76. margin: auto;
  77. font-size: 25rpx;
  78. margin-bottom: 0rpx;
  79. background-size: 100% 100%;
  80. }
  81. /* 弹窗 */
  82. .mask {
  83. width: 100%;
  84. height: 100%;
  85. position: fixed;
  86. top: 0;
  87. left: 0;
  88. background: #000;
  89. z-index: 9000;
  90. opacity: 0.7;
  91. }
  92. .evaluate {
  93. width: 580rpx;
  94. height: 920rpx;
  95. position: fixed;
  96. z-index: 9999;
  97. margin: -50rpx 85rpx;
  98. border-radius: 30rpx;
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. border-radius: 0 20rpx 0 20rpx;
  103. }
  104. .evaluate .close {
  105. position: absolute;
  106. z-index: 9999;
  107. width: 80rpx;
  108. height: 80rpx;
  109. bottom: 0rpx;
  110. }
  111. .conment-release {
  112. width: 100%;
  113. height: 80%;
  114. padding: 30rpx;
  115. box-sizing: border-box;
  116. background-color: #fff;
  117. border-radius: 0 20rpx 0 20rpx;
  118. }
  119. .conment-release .title {
  120. display: flex;
  121. height: 150rpx;
  122. font-size: 40rpx;
  123. color: #333;
  124. }
  125. .conment-release .title image {
  126. width: 220rpx;
  127. height: 140rpx;
  128. border-radius: 14rpx;
  129. }
  130. .conment-release .title .contl {
  131. font-weight: 600;
  132. width: 70%;
  133. display: flex;
  134. flex-direction: column;
  135. justify-content: flex-start;
  136. margin-left: 15rpx;
  137. font-size: 30rpx;
  138. letter-spacing: 2rpx;
  139. color: #333;
  140. }
  141. .contl {
  142. font-size: 36rpx;
  143. }
  144. .conment-release .score {
  145. height: 50rpx;
  146. display: flex;
  147. justify-content: flex-start;
  148. align-items: center;
  149. }
  150. .conment-release .message {
  151. margin-top: 20rpx;
  152. display: flex;
  153. height: 190rpx;
  154. }
  155. .conment-release .message view,
  156. .conment-release .score view {
  157. font-size: 30rpx;
  158. color: #333;
  159. }
  160. .conment-release .message textarea {
  161. height: 185rpx;
  162. width: 80%;
  163. color: #333;
  164. font-size: 30rpx;
  165. }
  166. .conment-release .message textarea::placeholder {
  167. color: #999;
  168. }
  169. .conment-release .upload {
  170. align-items: center;
  171. justify-content: center;
  172. margin-top: 10rpx;
  173. display: flex;
  174. }
  175. .conment-release .upload view {
  176. width: 250rpx;
  177. height: 90rpx;
  178. display: flex;
  179. flex-direction: column;
  180. justify-content: center;
  181. align-items: center;
  182. border: 1rpx dotted #999;
  183. border-radius: 10rpx;
  184. margin: 0 10rpx;
  185. }
  186. .conment-release .upload view image {
  187. height: 50rpx;
  188. width: 50rpx;
  189. }
  190. .uploadDelete {
  191. position: absolute;
  192. background-color: rgba(0, 0, 0, 0.548);
  193. top: -10rpx;
  194. right: -20rpx;
  195. width: 20rpx !important;
  196. height: 20rpx !important;
  197. color: white;
  198. font-size: 15rpx;
  199. border-radius: 50% !important;
  200. }
  201. .conment-release .upload view p {
  202. color: #333;
  203. font-size: 0.8125rem;
  204. }
  205. .conment-release .release {
  206. display: flex;
  207. justify-content: center;
  208. margin-top: 40rpx;
  209. }
  210. .conment-release .release view {
  211. display: flex;
  212. align-items: center;
  213. justify-content: center;
  214. height: 80rpx;
  215. width: 180rpx;
  216. font-size: 27rpx;
  217. color: #fff;
  218. text-align: center;
  219. letter-spacing: 5rpx;
  220. background: #FF6C00;
  221. border-radius: 60rpx;
  222. }
  223. /* 菜单 */
  224. .content .variety {
  225. display: flex;
  226. }
  227. /* 菜单左侧 */
  228. .content .variety .time-solt {
  229. width: 32%;
  230. /* background: #EFEFEF; */
  231. background: #F7F8F8;
  232. }
  233. .content .variety .time-solt .time-node {
  234. display: flex;
  235. align-items: center;
  236. font-size: 30rpx;
  237. padding: 20rpx 0 20rpx 20rpx;
  238. }
  239. .content .variety .time-solt .takeout {
  240. display: flex;
  241. align-items: center;
  242. font-size: 30rpx;
  243. padding: 20rpx 0 0 20rpx;
  244. }
  245. .content .variety .time-solt .time-node.click {
  246. /* background: #eee; */
  247. background: #fff;
  248. font-weight: 600;
  249. font-style: italic;
  250. }
  251. .content .variety .time-solt .takeout-all.click {
  252. /* background: #eee; */
  253. background: #fff;
  254. font-weight: 600;
  255. font-style: italic;
  256. }
  257. .content .variety .time-solt .sale-time {
  258. margin-left: 20rpx;
  259. color: #666;
  260. font-size: 25rpx;
  261. font-style: normal !important;
  262. font-weight: 500 !important;
  263. }
  264. .content .variety .time-solt .sale-time view {
  265. margin-top: 5rpx;
  266. }
  267. /* 右侧菜品 */
  268. .food-all {
  269. width: 68%;
  270. background-color: #fff;
  271. }
  272. .content .variety .food-width {
  273. margin-bottom: 30rpx;
  274. padding: 0 15rpx;
  275. }
  276. .content .variety .food-width .food-title {
  277. color: #333;
  278. font-weight: bold;
  279. font-size: 35rpx;
  280. letter-spacing: 5rpx;
  281. margin-bottom: 6rpx;
  282. }
  283. /* 一个菜:item */
  284. .content .variety .food-width .food-type .food-item {
  285. display: flex;
  286. margin-bottom: 20rpx;
  287. }
  288. .content .variety .food-width .food-type .food-item .image {
  289. width: 220rpx;
  290. height: 140rpx;
  291. border-radius: 0.375rem;
  292. }
  293. .content .variety .food-width .food-type .food-item p {
  294. font-size: 30rpx;
  295. color: #333;
  296. margin-top: 10rpx;
  297. }
  298. .content .variety .food-width .food-type .food-item .cont {
  299. width: 70%;
  300. display: flex;
  301. flex-direction: column;
  302. justify-content: space-between;
  303. margin-left: 10rpx;
  304. }
  305. .content .variety .food-width .food-type .food-item .comment image {
  306. width: 30rpx;
  307. height: 30rpx;
  308. }
  309. .content .variety .food-width .food-type .food-item .comment {
  310. margin-bottom: 5rpx;
  311. font-size: 28rpx;
  312. color: #999;
  313. display: flex;
  314. justify-content: space-between;
  315. }
  316. .content .variety .food-width .food-type .food-item .comment view {
  317. display: flex;
  318. align-items: center;
  319. justify-content: center;
  320. }
  321. .content .variety .food-width .food-type .food-item .comment .comment-word {
  322. margin-left: 5rpx;
  323. font-size: 28rpx;
  324. font-weight: 100;
  325. }