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 @@ ...@@ -14,4 +14,10 @@
<style> <style>
/*每个页面公共css */ /*每个页面公共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 @@ ...@@ -71,7 +71,9 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.page-content {} .page-content {
padding-bottom: 50px;
}
.page-content image { .page-content image {
width: 90%; width: 90%;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!