Logo white

Zhang Zhuo / ObjectEVEComponents

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ObjectEVEComponents
  • src
  • components
  • funAreaSelectPlus
  • funAreaSelectPlus.css
  • 更新第一版本 -张卓
    5290cb53
    Zhang Zhuo authored
    2020-12-28 20:39:34 +0800  
    Browse Code »
funAreaSelectPlus.css 260 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.buttonFunAreaSelectPlus{
    position: absolute;
    right: -100px;
    top: 0;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    cursor: pointer;
}
.buttonFunAreaSelectPlus:nth-child(2){
    top: 50px;
}