Skip to content
  • This project
    • Loading...
  • Sign in

dev / marubi-wish-list-mp

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • marubi-wish-list-mp
  • src
  • component
  • bottom-tips
  • bottom-tips.scss
  • simon's avatar
    基础工程 · a09fad57
    a09fad57
    simon committed 5 years ago
bottom-tips.scss 381 Bytes
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 22 23 24 25 26 27 28
// 底线
.bottom-tips {
	position: relative;
	padding: 40px 0;
	width: 100%;
	text-align: center;
	color: #666666;

	.line {
		border-bottom: dashed 1px #cccccc;
		width: 80%;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.tips-wrap {
		position: relative;
		font-size: 28px;

		.tips {
			padding: 0 20px;
			background-color: #ffffff;
		}
	}
}