摘要: /** * 判断是否为空 */ export function empty (value) { switch (typeof value) { case 'undefined': return true case 'string': if (value.replace(/(^[ \t\n\r]*)| 阅读全文
posted @ 2024-12-04 10:45 吃不棒的胖胖糖 阅读(5) 评论(0) 推荐(0) 编辑
摘要: .footer { position: fixed; left: 0; border: none; bottom: 0; width: 100%; box-sizing: border-box; z-index: 2; padding: 0.75rem 0.375rem 0.5rem 0.375re 阅读全文
posted @ 2024-12-04 10:31 吃不棒的胖胖糖 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /* 字体大小 */ $size: 50; @for $i from 1 through $size { .size-#{$i} { font-size: #{$i * 2}rpx; } .lh-#{$i} { line-height: #{$i * 2}rpx; } } $color_key: ' 阅读全文
posted @ 2024-12-04 10:22 吃不棒的胖胖糖 阅读(31) 评论(0) 推荐(0) 编辑