Commit 219271ba Harvey

uni-page {

		-webkit-tap-highlight-color: transparent;
		box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
		height: auto;
		min-height: 100%;
	}
1 个父辈 b450c637
......@@ -14,4 +14,10 @@
<style>
/*每个页面公共css */
</style>
uni-page {
-webkit-tap-highlight-color: transparent;
box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
height: auto;
min-height: 100%;
}
</style>
......@@ -71,7 +71,9 @@
</script>
<style lang="scss" scoped>
.page-content {}
.page-content {
padding-bottom: 50px;
}
.page-content image {
width: 90%;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!