Sign in

w-front-end / select_good · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • select_good
  • src
  • components
  • iconsCom
  • iconsCom.less
  • 接口对接中~
    ee55ba87
    王强 authored
    2020-12-10 19:38:43 +0800  
    Browse Code »
iconsCom.less 323 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@charset "UTF-8";

.icons-com {
	.icons-img {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .title {
        margin-top: 10px;
        color: #777777;
        font-size: 26px;
        font-weight: 400;
        text-align: center;
    }
}