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
  • 新版商城首页页面完成~
    5a217dfc
    王强 authored
    2020-11-18 19:05:07 +0800  
    Browse Code »
iconsCom.less 297 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@charset "UTF-8";

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