education-list.scss 404 B

123456789101112131415161718
  1. @import '../../../../themes/page.scss';
  2. @import '../../searc-list.scss';
  3. /* module/diet/pages/science-list/science-list.wxss */
  4. .list-wrapper {
  5. position: relative;
  6. &::after {
  7. content: '';
  8. position: fixed;
  9. bottom: 0;
  10. left: 0;
  11. right: 0;
  12. height: 40px;
  13. background: linear-gradient(to bottom, rgba(29, 111, 246, 0), rgba(29, 111, 246, 0.1));
  14. pointer-events: none;
  15. }
  16. }