更新jQuery版本到3.6.1

This commit is contained in:
陈精华
2022-12-13 15:53:19 +08:00
parent 0a1fb6d983
commit 4c0aa3cfc3
8 changed files with 22 additions and 13 deletions

View File

@@ -14,7 +14,18 @@
height: 100%;
}
.img-area {
text-align: center
text-align: center;
}
img {
max-width: 98%;
margin:0 auto;
border-radius:3px;
box-shadow:rgba(0,0,0,0.15) 0 0 8px;
background:#FBFBFB;
border:1px solid #ddd;
margin:1px auto;
margin-left: 15px;
padding:5px;
}
</style>
@@ -52,4 +63,4 @@
}
</script>
</body>
</html>
</html>