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
  • 购好物,首页,其它频道导航,ICON不是指圆形,iconsCom组件添加no-radius="true"参数控制~
    a6d146a3
    王强 authored
    2021-07-23 16:43:56 +0800  
    Browse Code »
iconsCom.less 498 Bytes
Edit 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
@charset "UTF-8";

.icons-com {
	.icons-img {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        &.no-radius {
            border-radius: unset;
        }
    }
    .title {
        margin-top: 10px;
        color: #777777;
        font-size: 26px;
        font-weight: 400;
        height: 34px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}