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
  • flag
  • flag.less
  • flag参数写货,flag定位和flag宽度,有默认值~
    98cf2a92
    王强 authored
    2020-03-28 13:20:27 +0800  
    Browse Code »
flag.less 205 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
@charset "UTF-8";

.flag-box {
	.box {
        position: absolute;
        z-index: 10;
        .flag-img {
            display: block;
            width: auto;
            height: auto;
        }
    }
}