tomato and besmart src

This commit is contained in:
Talyx
2022-02-24 18:14:01 +03:00
parent 08903bfa15
commit 1157c70548
103 changed files with 3737 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.jcarousel-container {
position:relative;
}
.jcarousel-clip {
z-index:2;
padding:0;
margin:0;
overflow:hidden;
position:relative;
width:928px;
height:298px;
}
.jcarousel-list {
z-index:1;
overflow:hidden;
position:relative;
top:0;
left:0;
margin:0;
padding:0;
}
.jcarousel-list li, .jcarousel-item {
float:left;
list-style:none;
width:928px;
height:298px;
position:relative;
}