Logo white

antissoft / HongHua-JJ

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • HongHua-JJ
  • uniapp_jiju
  • common
  • uni.css
  • 修复问题,组建AI
    d56bd957
    “wangming” authored
    2026-02-11 12:46:49 +0800  
    Browse Code »
uni.css 283 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*  */
html,
body {
	height: 100%;
	width: 100%;
}

/* 统一背景 */
.page {
	height: 100%;
	width: 100%;
	background-size: 102%;
	background-repeat: repeat;
	/* background-image: url("http://8.130.163.46:8063/bj.png") */
}