Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer-00 committed Nov 22, 2024
1 parent 6698e4e commit 572863e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ware/DTF_load/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let dtfLoad = [
[
"small.svg",
"Terebro (футболка) лого на спине",
[8, 20],
[9, 20],
0.35*20/1.75,
1
],
Expand Down
2 changes: 1 addition & 1 deletion ware/DTF_load/html/archive/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let dtfLoad = [
0.43
],
[
"Tatneftehiminvest_remuvka_(ПР16516,3).svg",
"Blazar_nabor_(ОК7457-3)_uf.svg",
"Blazar (срочный)",
[50, 50],
0.43
Expand Down
6 changes: 6 additions & 0 deletions ware/DTF_load/html/archive/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
}

.cell {
text-align: center;
height: 200px;
border: 1px solid green;
}

.cell > img {

filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
2 changes: 1 addition & 1 deletion ware/DTF_load/html/archive/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let cluster = document.getElementsByClassName('cluster')[0];
for(i=0;i<dtfLoad.length;i++){
cluster.innerHTML += `
<div class="cell">
<img src="${dtfLoad[i][0]}">
<img src="../../img/${dtfLoad[i][0]}">
<div>${dtfLoad[i][1]}</div>
</div>`
}
22 changes: 22 additions & 0 deletions ware/DTF_load/img/Blazar_nabor_(ОК7457-3)_uf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 572863e

Please sign in to comment.