MUI是一款流行的前端框架,其滾動效果廣受歡迎。下面我們來介紹一下關于MUI滾動的CSS樣式。
/*下拉刷新樣式*/ .mui-pull-top-wrapper{ background: #f7f7f7; color: #888; text-align: center; font-size: 14px; height: 40px; line-height: 40px; } .mui-pull-top-wrapper .mui-icon{ margin-right: 5px; } .mui-pull-top-tips{ display: block; } .mui-pull-top-wrapper .mui-spinner{ display: inline-block; } /*上拉加載樣式*/ .mui-pull-bottom-wrapper{ background: #f7f7f7; color: #888; text-align: center; font-size: 14px; height: 40px; line-height: 40px; } .mui-pull-bottom-wrapper .mui-icon{ margin-right: 5px; } .mui-pull-bottom-tips{ display: block; } .mui-pull-bottom-wrapper .mui-spinner{ display: inline-block; }
上面的CSS樣式分別對應了MUI的下拉刷新和上拉加載功能。我們可以根據實際需求來進行調整和修改。
以上就是關于MUI滾動的CSS樣式的介紹,希望對大家有所幫助。
上一篇html5窮游網代碼
下一篇mvc引入css