...
|
...
|
@@ -20,7 +20,6 @@ |
|
|
|
|
|
.infos {
|
|
|
padding: 0 30px;
|
|
|
/* height: 460px;*/
|
|
|
}
|
|
|
|
|
|
.chose-items {
|
...
|
...
|
@@ -30,16 +29,12 @@ |
|
|
|
|
|
.basic-info {
|
|
|
position: relative;
|
|
|
/*overflow: hidden;*/
|
|
|
/*margin-top: 30px;*/
|
|
|
padding-bottom: 30px;
|
|
|
min-height: 204px;
|
|
|
border-bottom: 1px solid #e6e6e6;
|
|
|
}
|
|
|
|
|
|
.thumb {
|
|
|
/*float: left;*/
|
|
|
/*margin-right: 20px;*/
|
|
|
width: 164px;
|
|
|
height: 228px;
|
|
|
position: absolute;
|
...
|
...
|
@@ -55,8 +50,8 @@ |
|
|
|
|
|
.seckill-time {
|
|
|
position: absolute;
|
|
|
bottom: 0px;
|
|
|
right: 0px;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
float: none;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -153,8 +148,6 @@ |
|
|
&.chosed {
|
|
|
border-color: #e10;
|
|
|
background: #d0021b;
|
|
|
/*background-position: bottom right;*/
|
|
|
/*background-size: 38px;*/
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
...
|
...
|
|