Sign in

简柏林 / thingskit-app · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-app
  • pages
  • index
  • static
  • splash.scss
  • perf: 优化重构app
    8a4168bd
    fengwotao authored
    2023-11-09 17:49:20 +0800  
    Browse Files »
splash.scss 266 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.splash-container {
		width: 100%;
		height: 100%;
		margin-top: 300rpx;

		.splash-container-box {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: column;

			image {
				width: 100rpx;
				height: 100rpx;
			}
		}
	}