luckysheet-cellFormat.css
1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.luckysheet-cellFormat-config{
display: none;
}
.luckysheet-cellFormat-config .luckysheet-modal-dialog-content{
position: relative;
height: 550px;
width: 600px;
}
.luckysheet-cellFormat-menu-c{
position: absolute;
width: 100%;
height: 30px;
border-right: 1px solid #fff;
border-bottom: 1px solid #d4d4d4;
font-size: 12px;
}
.luckysheet-cellFormat-menu{
position: relative;
display: inline-block;
height: 30px;
width: 80px;
text-align: center;
line-height: 30px;
border: 1px solid #d4d4d4;
border-bottom: none;
background: #F0F0F0;
cursor: pointer;
}
.luckysheet-cellFormat-menu:hover{
background: #e7e7e7;
}
.luckysheet-cellFormat-menu-active{
background: #fff;
cursor: default;
}
.luckysheet-cellFormat-menu-active:hover{
background: #fff;
}
.luckysheet-cellFormat-content{
position: absolute;
top:30px;
bottom: 0px;
width: 100%;
border: 1px solid #d4d4d4;
border-top: none;
}
.luckysheet-cellFormat-protection{
position: relative;
margin-top: 30px;
margin-left: 40px;
}
.luckysheet-cellFormat-protection span{
font-size: 12px;
color:#ff2929;
padding-left: 12px;
}