Authored by zhangxiaoru

购物车样式

@@ -20,7 +20,6 @@ @@ -20,7 +20,6 @@
20 20
21 .infos { 21 .infos {
22 padding: 0 30px; 22 padding: 0 30px;
23 - /* height: 460px;*/  
24 } 23 }
25 24
26 .chose-items { 25 .chose-items {
@@ -30,16 +29,12 @@ @@ -30,16 +29,12 @@
30 29
31 .basic-info { 30 .basic-info {
32 position: relative; 31 position: relative;
33 - /*overflow: hidden;*/  
34 - /*margin-top: 30px;*/  
35 padding-bottom: 30px; 32 padding-bottom: 30px;
36 min-height: 204px; 33 min-height: 204px;
37 border-bottom: 1px solid #e6e6e6; 34 border-bottom: 1px solid #e6e6e6;
38 } 35 }
39 36
40 .thumb { 37 .thumb {
41 - /*float: left;*/  
42 - /*margin-right: 20px;*/  
43 width: 164px; 38 width: 164px;
44 height: 228px; 39 height: 228px;
45 position: absolute; 40 position: absolute;
@@ -55,8 +50,8 @@ @@ -55,8 +50,8 @@
55 50
56 .seckill-time { 51 .seckill-time {
57 position: absolute; 52 position: absolute;
58 - bottom: 0px;  
59 - right: 0px; 53 + bottom: 0;
  54 + right: 0;
60 float: none; 55 float: none;
61 } 56 }
62 57
@@ -153,8 +148,6 @@ @@ -153,8 +148,6 @@
153 &.chosed { 148 &.chosed {
154 border-color: #e10; 149 border-color: #e10;
155 background: #d0021b; 150 background: #d0021b;
156 - /*background-position: bottom right;*/  
157 - /*background-size: 38px;*/  
158 color: #fff; 151 color: #fff;
159 } 152 }
160 153