feat: support browser-based solution. update readme

This commit is contained in:
ikechan8370 2023-02-11 23:17:38 +08:00
parent e59ed0c048
commit 6fdcbf12e2
11 changed files with 1557 additions and 67 deletions

View file

@ -13,13 +13,13 @@
body {
font-family: sans-serif;
font-size: 16px;
width: 530px;
width: 630px;
color: #1e1f20;
transform: scale(1.5);
transform-origin: 0 0;
}
.container {
width: 530px;
width: 630px;
padding: 20px 15px 10px 15px;
background-color: #f5f6fb;
}
@ -98,7 +98,7 @@ body {
}
.list .item {
width: 235px;
width: 285px;
display: flex;
align-items: center;
background: #f1f1f1;