多单位版国产化地质资料管理系统
py
2025-07-08 98dbfdb7bca2dbee6802421fbafb8c909b54a356
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.texteditor{
    position: static;
    border-radius: 0;
}
.texteditor-body{
    outline: none;
    position: relative;
}
.texteditor .dialog-toolbar .l-btn,
.texteditor .dialog-toolbar .textbox{
    margin: 0 1px;
}
.texteditor .dialog-toolbar .dialog-tool-separator{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.texteditor-fullscreen{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.texteditor-color{
    box-sizing: border-box;
    width: 150px;
    min-height: 132px;
}
.texteditor-color a{
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    border: 1px solid #fff;
}
.texteditor-color a:hover{
    border: 1px solid #000;
}
.icon-bold{
    background: url('images/bold.png') center center;
}
.icon-italic{
    background: url('images/italic.png') center center;
}
.icon-strikethrough{
    background: url('images/strikethrough.png') center center;
}
.icon-underline{
    background: url('images/underline.png') center center;
}
.icon-justifyleft{
    background: url('images/justifyleft.png') center center;
}
.icon-justifycenter{
    background: url('images/justifycenter.png') center center;
}
.icon-justifyright{
    background: url('images/justifyright.png') center center;
}
.icon-justifyfull{
    background: url('images/justifyfull.png') center center;
}
.icon-insertorderedlist{
    background: url('images/insertorderedlist.png') center center;
}
.icon-insertunorderedlist{
    background: url('images/insertunorderedlist.png') center center;
}
.icon-outdent{
    background: url('images/outdent.png') center center;
}
.icon-indent{
    background: url('images/indent.png') center center;
}
.icon-forecolor{
    background: url('images/forecolor.png') center center;
}
.icon-backcolor{
    background: url('images/backcolor.png') center center;
}
.icon-image{
    background: url('images/image.png') center center;
}
.icon-link{
    background: url('images/link.png') center center;
}