index.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. /**index.wxss**/
  2. @import "../../common.wxss";
  3. .index_box {
  4. box-sizing: border-box;
  5. background: linear-gradient(180deg, #62CB81 0%, #E3FDCE 56%, rgba(227, 253, 206, 0) 100%) no-repeat;
  6. background-size: 750rpx 500rpx;
  7. background-color: #EDF1F4;
  8. height: 100vh;
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .index_top {
  13. width: 100vw;
  14. box-sizing: border-box;
  15. }
  16. .index_top_location {
  17. display: flex;
  18. align-items: center;
  19. width: 520rpx;
  20. }
  21. .index_top_location_titile {
  22. width: 158rpx;
  23. height: 37rpx;
  24. }
  25. .location_img {
  26. width: 24rpx;
  27. height: 24rpx;
  28. }
  29. .location_text {
  30. color: #fff;
  31. }
  32. .more {
  33. width: 24rpx;
  34. height: 24rpx;
  35. }
  36. .index_bottom {
  37. flex: 1;
  38. overflow: hidden;
  39. }
  40. .index_main {
  41. height: 100%;
  42. }
  43. .index_content {
  44. background-color: #EDF1F4;
  45. margin-top: 20rpx;
  46. }
  47. .search_box {
  48. display: flex;
  49. align-items: center;
  50. background: #fff;
  51. width: 686rpx;
  52. height: 80rpx;
  53. box-sizing: border-box;
  54. }
  55. .search_img {
  56. width: 24rpx;
  57. height: 24rpx;
  58. }
  59. .input_box {
  60. width: 90%;
  61. color: #999;
  62. }
  63. .swiper_box {
  64. width: 686rpx;
  65. margin: 0 auto;
  66. height: 300rpx;
  67. border-radius: 20rpx;
  68. margin-top: 20rpx;
  69. overflow: hidden;
  70. }
  71. .swiper_img {
  72. width: 100%;
  73. height: 100%;
  74. }
  75. .notice-box {
  76. width: 638rpx;
  77. margin: 20rpx auto 0;
  78. background-color: #FFF;
  79. }
  80. .notice-img {
  81. width: 32rpx;
  82. height: 32rpx;
  83. vertical-align: middle;
  84. }
  85. .ten_btn {
  86. width: 686rpx;
  87. margin: 0 auto;
  88. background: #FFFFFF linear-gradient(90deg, #F0FFF3 0%, #EDFDDE 100%);
  89. box-sizing: border-box;
  90. display: flex;
  91. flex-wrap: wrap;
  92. }
  93. .ten_btn_box {
  94. background-color: #fff;
  95. width: 686rpx;
  96. display: flex;
  97. flex-wrap: wrap;
  98. justify-content: space-between;
  99. }
  100. .ten_btn_item {
  101. width: 20%;
  102. }
  103. .ten_btn_img {
  104. width: 72rpx;
  105. height: 72rpx;
  106. }
  107. .ten_btn_bottom {
  108. width: 686rpx;
  109. margin: 0 auto;
  110. box-sizing: border-box;
  111. display: flex;
  112. justify-content: space-between;
  113. }
  114. .ten_btn_bottom_item {
  115. display: flex;
  116. align-items: center;
  117. }
  118. .ten_btn_bottom_img {
  119. width: 20rpx;
  120. height: 20rpx;
  121. }
  122. .index_samebox {
  123. width: 686rpx;
  124. margin: 0 auto;
  125. }
  126. .index_samebox_top {
  127. display: flex;
  128. justify-content: space-between;
  129. }
  130. .scrollx {
  131. display: flex;
  132. padding: 0 20rpx;
  133. }
  134. .scrollx_item {
  135. background-color: #fff;
  136. box-sizing: border-box;
  137. margin: 0 12rpx;
  138. }
  139. .scrollx_item_img {
  140. width: 181rpx;
  141. height: 181rpx;
  142. }
  143. .scrollx_item_tips {
  144. background: #F0FAF3;
  145. height: 38rpx;
  146. color: #62CB81;
  147. }
  148. .zxcpage {
  149. background-color: #EDF1F4;
  150. width: 100vw;
  151. }
  152. .fourbox {
  153. display: flex;
  154. flex-wrap: wrap;
  155. box-sizing: border-box;
  156. justify-content: space-between;
  157. }
  158. .center {
  159. position: fixed;
  160. left: 10rpx;
  161. bottom: 400rpx;
  162. width: 66rpx;
  163. height: 74rpx;
  164. }
  165. .center2-box {
  166. position: fixed;
  167. right: 10rpx;
  168. bottom: 200rpx;
  169. width: 66rpx;
  170. height: 74rpx;
  171. }
  172. .center2 {
  173. width: 66rpx;
  174. height: 74rpx;
  175. }
  176. .contact-btn {
  177. position: absolute;
  178. opacity: 0;
  179. width: 100%;
  180. height: 100%;
  181. left: 0;
  182. top: 0;
  183. }
  184. .popNotice-box {
  185. width: 536rpx;
  186. height: 648rpx;
  187. /* background: linear-gradient( 180deg, #E3FFE0 0%, #FFFFFF 100%); */
  188. background: linear-gradient(#E5FFE0, #FFF, #FFF, #FFF);
  189. border-radius: 60rpx 60rpx 60rpx 60rpx;
  190. }
  191. .popNotice-title {
  192. font-size: 50rpx;
  193. color: #1C274C;
  194. line-height: 59rpx;
  195. text-align: center;
  196. position: relative;
  197. top: -60rpx;
  198. }
  199. .notice-content {
  200. width: 460rpx;
  201. height: 300rpx;
  202. overflow: hidden;
  203. overflow-y: scroll;
  204. font-family: PingFang SC, PingFang SC;
  205. font-weight: 500;
  206. font-size: 30rpx;
  207. color: #1C274C;
  208. margin: auto;
  209. line-height: 50rpx;
  210. position: relative;
  211. top: -60rpx;
  212. }
  213. .notice-img-box {
  214. width: 145rpx;
  215. height: 145rpx;
  216. margin: auto;
  217. position: relative;
  218. top: -90rpx;
  219. z-index: 10;
  220. }
  221. .noticepop-img {
  222. width: 145rpx;
  223. height: 145rpx;
  224. z-index: 11;
  225. }
  226. .notice-btn {
  227. width: 456rpx;
  228. background: #EDEEF1;
  229. border-radius: 21rpx 21rpx 21rpx 21rpx;
  230. margin: auto;
  231. font-weight: bold;
  232. font-size: 30rpx;
  233. color: #A4A9B7;
  234. /* margin-top: 56rpx; */
  235. }
  236. .notice-bac {
  237. width: 269rpx;
  238. height: 260rpx;
  239. position: absolute;
  240. top: 0;
  241. right: 35rpx;
  242. }
  243. .home_image {
  244. width: 520rpx;
  245. }
  246. .shut-img {
  247. width: 52rpx;
  248. height: 52rpx;
  249. display: block;
  250. margin: auto;
  251. margin-top: 32rpx;
  252. }
  253. /* 套餐 */
  254. .setMeal-box {
  255. width: 638rpx;
  256. /* height: 516rpx; */
  257. background: linear-gradient(90deg, #C9F1D5 0%, #CCF3D8 100%);
  258. border-radius: 20rpx 20rpx 20rpx 20rpx;
  259. border: 2rpx solid;
  260. border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 2 2;
  261. margin: auto;
  262. margin-top: 24rpx;
  263. position: relative;
  264. }
  265. .setMeal-1 {
  266. position: absolute;
  267. top: 0;
  268. left: 0;
  269. width: 132rpx;
  270. height: 72rpx;
  271. }
  272. .setMeal-2 {
  273. position: absolute;
  274. top: 0;
  275. right: 0;
  276. width: 273rpx;
  277. height: 194rpx;
  278. }
  279. .setMeal-r-text{
  280. position: relative;
  281. z-index: 10;
  282. }
  283. .container {
  284. display: flex;
  285. justify-content: center;
  286. align-items: center;
  287. height: 100vh;
  288. }
  289. .popup-bg {
  290. position: fixed;
  291. top: 0;
  292. left: 0;
  293. width: 100%;
  294. height: 100%;
  295. background-color: rgba(0, 0, 0, 0.5);
  296. }
  297. .popup {
  298. position: fixed;
  299. top: 50%;
  300. left: 50%;
  301. transform: translate(-50%, -50%);
  302. /* background-color: #fff; */
  303. /* padding: 20rpx; */
  304. border-radius: 10rpx;
  305. }