You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
784 B
CSS
63 lines
784 B
CSS
#img ul {
|
|
margin:0;
|
|
padding:0;
|
|
list-style:none;
|
|
width:100000px
|
|
}
|
|
#img li {
|
|
margin:0;
|
|
padding:0;
|
|
width:150px;
|
|
display:block;
|
|
float:left;
|
|
background:#ccc
|
|
}
|
|
.pricetitle span{
|
|
margin:0;
|
|
padding:0;
|
|
width:200px;
|
|
height:40px;
|
|
display:block;
|
|
float:left;
|
|
margin-right:5px;
|
|
background:#ccc
|
|
}
|
|
#img .pricefirst {
|
|
float:left;
|
|
|
|
}
|
|
#img_bag1 {
|
|
float:left;
|
|
width:700px;
|
|
background:#FF9900;
|
|
margin:0 auto;
|
|
}
|
|
#img_bag a {
|
|
float:left;
|
|
width:20px;
|
|
display:block;
|
|
height:20px;
|
|
font-weight:bold;
|
|
}
|
|
#img {
|
|
width:450px;
|
|
height:67px;
|
|
background:#ccc;
|
|
overflow:hidden;
|
|
float:left
|
|
}
|
|
#scrollBar {
|
|
width:450px;
|
|
height:20px;
|
|
background:#FF0000;
|
|
margin:0 auto;
|
|
position:relative;
|
|
}
|
|
#scroll {
|
|
width:30px;
|
|
height:20px;
|
|
background:#000;
|
|
cursor:pointer;
|
|
position:absolute;
|
|
}
|