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
  • 优选库,旗舰店(mall2)中iconCom组件标题设置固定高度,因为英文会有问题~
    da72d478
    王强 authored
    2021-04-29 10:37:57 +0800  
    Browse Code »
iconsCom.less 432 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
@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;
        height: 34px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}