buli
2023-06-05 e9b970ea36eea5dcf93fd5b965bf13d7010ce0ad
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.THIS table thead tr th:first-child 
{
    
    position: fixed;
    /*top: 45px;*/
    z-index: 2;
    /*width: 50px;*/
    background-color: white;
    padding-top:11px;
 
 
}
.THIS table thead  tr th:nth-child(2)
{
    /*background-color: white;
    position: fixed;
    z-index: 1;
    top: 45px;
    padding-left: 52px;
    width: 161px;*/
    padding-left: 0px;
 
}
.THIS table thead  tr th:nth-child(3)
{
    padding-left: 0px;
 
}
.THIS table thead  tr th:nth-child(4)
{
    padding-left: 0px;
 
}
.THIS table thead  tr th:nth-child(5)
{
    padding-left: 0px;
 
}
.THIS table thead  tr th:nth-child(6)
{
    padding-left: 0px;
 
}
 
.THIS table tbody tr th:first-child 
{
    background-color: white;
    position: fixed;
    z-index: 2;
    padding-top:9px;
    /*width: 50px;
    padding-top: 9.5px;*/
    
     
    
 
}
 
.THIS table tbody  tr th:nth-child(2)
{
    /*background-color: white;
    position: fixed;
    z-index: 1;
    padding-left: 52px;
    padding-top: 9.5px;
    height:36px;
        width: 161px;*/
     
    padding-left: 0px;
 
}
.THIS table tbody  tr th:nth-child(3)
{
    padding-left: 0px;
 
}
 
.THIS table tbody  tr th:nth-child(4)
{
    padding-left: 0px;
 
}
 
.THIS table tbody  tr th:nth-child(5)
{
    padding-left: 0px;
 
}
.THIS .slds-button_icon-bare{
    display: none;
}
 
.THIS #imgDiv{
    width: 200px;
    height: 200px;
    border: 1px dashed #000;
    /* margin: 0 auto; */
    margin: 10px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
 
.THIS #imgDiv>img {
    width: 100%;
    height: 100%;
}
 
/*wangweipeng 20210616    图片预览背景图*/
.THIS #outerdiv {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:2;
    width:100%;
    height:100%;
    display:none;
}
/*wangweipeng 20210616    图片预览样式*/
.THIS #bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*增加文件列表删除功能  精琢技术 thh 2021-08-25 start*/
/*删除图标的样式*/
.THIS .deleteicon {
    color: #0f218b;
    width: 25px;
    height: 25px;
    /*这样才能使相邻的a看起来就隔着一个边框*/
    margin: -1px 0 0 -1px;
    float:left;
    /*使得相邻排列*/
    position:relative;
    border-bottom-left-radius: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 
.THIS .deleteicon:hover{
    border:1px solid  #0f218b;
    border-radius:2px;
    /*这样才能使鼠标放上去的时候显示全部的蓝色框,否则因为maring的缘故,边框的右半部分会被相邻的a的边框遮盖 */
    z-index: 10;
}
/*增加文件列表删除功能  精琢技术 thh 2021-08-25 end*/
/*loaded自己加了style,得重新设置样式 精琢技术 thh 2021-09-15 start*/
.THIS #loaded {
    width: 200px;
    height: 200px;
    position: relative;
    text-align: center;
}
 
.THIS #loaded>img {
    width: 100%;
    height: 100%;
}
/*loaded自己加了style,得重新设置样式  精琢技术 thh 2021-09-15 end*/