FUYU
2023-12-13 4488f711dbc01a8db6753907cae2ef4021dede68
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.reportElement .analyticsEmbeddedReportChart .asOfDateContainer {display: none}
.reportElement .analyticsEmbeddedReportChart .refreshButtonContainer {display: none}
#glayLayer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #7BAEB5;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
* html #glayLayer {
    position: absolute;
}
#divRelationList {
    width: 97.5%;
    max-height: 380px;
    background: white;
    padding: 10px;
    position: absolute;
    top: 30%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
* html #divRelationList {
    position: absolute;
}
 
ccc {
    width:50px;
}
.menu-, .menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
 
.menu-list, .menu-one {
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
 
.menu-name.hoverClass + .menu-list, .menu-list.hoverClass {
  opacity: 1;
  z-index: 1;
}
/*
.menu-name:hover + .menu-list, .menu-list:hover {
  opacity: 1;
  z-index: 1;
}
*/
.menu- {
  color: black;
  background: #ffffff;
  width: 120px;
  float: right;
}
.menu-:after {
  content: "";
  clear: both;
  display: block;
}
.menu-case {
  width:100px;
  float: left;
  margin-left: 0;
}
.menu-case.hoverClass .menu-name {
  color: #507ea4;
}
/*
.menu-case:hover .menu-name {
  color: #507ea4;
}
*/
.menu-name {
  width:100px;
  padding: 0.5em 0.8em;
  cursor: default;
}
.menu-list {
  opacity: 0;
  z-index: -1;
  position: absolute;
  /*border-top: 1px solid #666;*/
  width: 10em;
  background: #B1E2FC;
  -webkit-box-shadow: 0 1px 4px -2px #666;
  -moz-box-shadow: 0 1px 4px -2px #666;
  box-shadow: 0 1px 4px -2px #666;
}
.menu-one {
  padding: 0.3em 0.5em;
  cursor: pointer;
  margin-left: 0;
  border-bottom: 1px groove rgba(254, 254, 254, 0.48);
}
.menu-one.hoverClass {
  background: #2182d3;
}
/*
.menu-one:hover {
  background: #2182d3;
}
*/
table.relationList {
  border-collapse:collapse;
}
.headerTr {
  border-bottom: 1px groove #666;
  background: #f2f3f3;
}
.dataTr {
  border-bottom: 1px groove #666; 
}