Authored by 周少峰

list style

@@ -119,21 +119,20 @@ @@ -119,21 +119,20 @@
119 } 119 }
120 .students-price-tag { 120 .students-price-tag {
121 display: inline-block; 121 display: inline-block;
122 - width: 65px;  
123 text-align: center; 122 text-align: center;
124 - height: 22px;  
125 - line-height: 22px;  
126 - background: resolve('product/price-tag.png') no-repeat;  
127 - background-size: contain; 123 + background: resolve('product/price-tag.png') no-repeat center;
  124 + background-size: cover;
128 color: #fff; 125 color: #fff;
129 font-size: 12px; 126 font-size: 12px;
130 - padding: 0 2px; 127 + padding: 0 5px 0 10px;
131 } 128 }
132 } 129 }
133 .student-price { 130 .student-price {
134 .market-price { 131 .market-price {
135 margin: 0px; 132 margin: 0px;
136 display: block; 133 display: block;
  134 + font-size: 18px;
  135 + margin-top: 5px;
137 } 136 }
138 } 137 }
139 } 138 }