A Love Letter Written with Ultrasound
Mindray
2020-06-11
$(document).ready(function () {
if (screen.availWidth > 640) {
document.querySelector('html').style.fontSize = 10 + 'px';
} else {
document.querySelector('html').style.fontSize = screen.availWidth / 414 * 10 + 'px';
}
})