Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save xsthunder/76132d19e7fff02e16bcd25bdfd13f50 to your computer and use it in GitHub Desktop.

Select an option

Save xsthunder/76132d19e7fff02e16bcd25bdfd13f50 to your computer and use it in GitHub Desktop.
.container{
width: 500px;
display: flex;
flex-direction: column;
background: yellow;
text-align: center;
}
.container-eachline{
margin-top: 10px;
margin-bottom: 10px;
line-height: 40px;
}
img{
width:30px;
vertical-align:middle;
}
span{
padding-left: 8px;
padding-right: 8px;
vertical-align:middle;
}
<div class="container">
<div class="container-eachline">
<img src="https://github.githubassets.com/images/spinners/octocat-spinner-128.gif"/>
<span>标题</span>
<img src="https://github.githubassets.com/images/spinners/octocat-spinner-128.gif"/>
</div>
<div class="container-eachline">
<img src="https://github.githubassets.com/images/spinners/octocat-spinner-128.gif"/>
<span>标题标题</span>
<img src="https://github.githubassets.com/images/spinners/octocat-spinner-128.gif"/>
</div>
</div>
@xsthunder
Copy link
Author

@xsthunder
Copy link
Author

@xsthunder
Copy link
Author

效果a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment