| 123456789101112131415161718 |
- @import '../../../../themes/page.scss';
- @import '../../searc-list.scss';
- /* module/diet/pages/science-list/science-list.wxss */
- .list-wrapper {
- position: relative;
-
- &::after {
- content: '';
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 40px;
- background: linear-gradient(to bottom, rgba(29, 111, 246, 0), rgba(29, 111, 246, 0.1));
- pointer-events: none;
- }
- }
|