摘要:
/** * 判断是否为空 */ export function empty (value) { switch (typeof value) { case 'undefined': return true case 'string': if (value.replace(/(^[ \t\n\r]*)| 阅读全文
摘要:
.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 阅读全文
摘要:
/* 字体大小 */ $size: 50; @for $i from 1 through $size { .size-#{$i} { font-size: #{$i * 2}rpx; } .lh-#{$i} { line-height: #{$i * 2}rpx; } } $color_key: ' 阅读全文