File tree Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ .multi1 {
2+ z-index : 100 ;
3+ display : block;
4+ visibility : hidden;
5+ max-height : 44px ;
6+ width : 100px ;
7+ height : 100px ;
8+ border-color : 1px # 000 solid;
9+ background-color : red;
10+ vertical-align : 5px ;
11+ text-align : center;
12+ font-weight : bold;
13+ }
Original file line number Diff line number Diff line change 1+ .multi2 {
2+ position : absolute;
3+ top : 10px ;
4+ left : 10px ;
5+ z-index : 10 ;
6+ display : table;
7+ float : left;
8+ margin : 10px ;
9+ padding : 10px ;
10+ width : 10px ;
11+ height : 10px ;
12+ border : 1px # fff solid;
13+ }
Original file line number Diff line number Diff line change 1+ .multi1 {
2+ text-align : center;
3+ border-color : 1px # 000 solid;
4+ background-color : red;
5+ height : 100px ;
6+ display : block;
7+ font-weight : bold;
8+ width : 100px ;
9+ max-height : 44px ;
10+ vertical-align : 5px ;
11+ visibility : hidden;
12+ z-index : 100 ;
13+ }
Original file line number Diff line number Diff line change 1+ .multi2 {
2+ width : 10px ;
3+ border : 1px # fff solid;
4+ position : absolute;
5+ z-index : 10 ;
6+ margin : 10px ;
7+ left : 10px ;
8+ height : 10px ;
9+ float : left;
10+ top : 10px ;
11+ display : table;
12+ padding : 10px ;
13+ }
You can’t perform that action at this time.
0 commit comments