Blame view

src/components/funAreaSelectPlus/funAreaSelectPlus.css 260 Bytes
5290cb53   Zhang Zhuo   更新第一版本 -张卓
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;
  }