• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • static
  • sass
  • home
  • _search-input.css
  • postcss的修改
    c33a5d82
    by 梁志锋
    2016-04-22 10:28:41 +0800  
    Browse Files
_search-input.css 405 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
.search-input{
	position: relative;
	padding:13px 20px;
	input{
		display: block;
		width: 547px;
		height: 60px;
		line-height: 60px;
		border: none;
		padding: 0 0 0 53px;
		margin: 0;
		outline: none;
		font-family: helvetica,Arial,"黑体";
		border-radius: 50px;
		font-size: 30px;
	}
	.search-icon{
		position: absolute;
		top: 0;
		bottom: 0;
		color: #999;
		line-height: 86px;
		left: 43px;
	}
}