Desktop Menu / Product detail page layout update

This commit is contained in:
Vion
2022-01-10 20:23:58 +08:00
parent f1b7b7c501
commit baad9d2555
9 changed files with 1248 additions and 858 deletions

View File

@@ -10,6 +10,7 @@
maxWidth = maxWidth || 540;
width>maxWidth && (width=maxWidth);
var rem = width * 100 / designWidth;
debugger;
remStyle.innerHTML = 'html{font-size:' + rem + 'px;}';
}