Changeset 18659
- Timestamp:
- 2010/05/30 00:14:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/user_data/packages/default/css/products.css
r18373 r18659 64 64 div.listarea { 65 65 clear: both; 66 width: 580px;67 66 padding: 20px 0 30px 0; 68 67 overflow: auto; … … 72 71 div.listphoto { 73 72 float: left; 74 width: 130px;75 73 } 76 74 … … 161 159 ----------------------------------------------- */ 162 160 div#detailarea { 163 width: 580px;164 161 margin: 15px 0 0 0; 165 162 } … … 167 164 div#detailphotoblock { 168 165 float: left; 169 width: 292px;166 width: 49%; 170 167 } 171 168 … … 176 173 div#detailrightblock { 177 174 float: right; 178 width: 280px;175 width: 49%; 179 176 } 180 177 … … 230 227 div.subarea { 231 228 clear: both; 232 width: 580px;233 229 padding: 30px 0 0 0; 234 230 } … … 244 240 div.subtext { 245 241 float: left; 246 width: 365px;242 width: 63%; 247 243 } 248 244 249 245 div.subphotoimg { 250 246 float: right; 251 width: 202px;247 width: 35%; 252 248 } 253 249 … … 262 258 div#customervoicearea { 263 259 clear: both; 264 width: 580px;265 260 padding: 35px 0 0 0; 266 261 } … … 294 289 div#trackbackarea { 295 290 clear: both; 296 width: 580px;297 291 padding: 35px 0 0 0; 298 292 } … … 317 311 div#whoboughtarea { 318 312 clear: both; 319 width: 580px;320 313 padding: 35px 0 0 0; 321 314 } … … 323 316 div.whoboughtblock { 324 317 clear: both; 325 width: 580px;326 318 padding: 10px 0; 327 319 overflow: auto;
Note: See TracChangeset
for help on using the changeset viewer.