Ignore:
Timestamp:
2011/09/24 18:32:09 (13 years ago)
Author:
Seasoft
Message:

#1481 (おすすめ商品ブロックの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/user_data/packages/default/css/bloc.css

    r21240 r21253  
    361361    padding: 10px 0 10px; 
    362362    border: none; 
    363     width: 100%; 
    364363    background: url("../img/background/line_dot_01.gif") repeat-x bottom; 
    365364} 
     
    372371#recommend_area .bloc_body img , 
    373372#whobought .whobought_bloc img { 
    374     display: block; 
    375     float: left; 
    376373    margin: 0 5px 0 0; 
    377374} 
     
    383380} 
    384381 
     382/* サイドカラム用 */ 
     383.side_column #recommend_area .product_item { 
     384    margin-bottom: 10px; 
     385} 
     386 
    385387 
    386388/* 画像 
    387389----------------------------------------------- */ 
    388 #recommend_area .bloc_body .productImage , 
     390/* メインカラム用 */ 
     391.main_column #recommend_area .bloc_body .productImage, 
    389392#whobought_area .whobought_bloc .productImage { 
    390393    margin-bottom: 10px; 
     
    392395    width: 90px; 
    393396} 
     397/* サイドカラム用 */ 
     398.side_column #recommend_area .bloc_body .productImage { 
     399    float: none; 
     400    text-align: center; 
     401    width: auto; 
     402} 
    394403 
    395404 
    396405/* 左右の振り分け 
    397406----------------------------------------------- */ 
    398 #one_maincolumn #recommend_area .recommendleft , 
    399 #two_maincolumn_right #recommend_area .recommendleft , 
    400 #two_maincolumn_left #recommend_area .recommendleft , 
    401 #three_maincolumn #recommend_area .recommendleft , 
     407.main_column #recommend_area .product_item, 
    402408#whobought_area .whobought_bloc .whobought_left { 
    403409    float: left; 
    404410    width: 47.5%; 
    405411} 
    406 #one_maincolumn #recommend_area .recommendright , 
    407 #two_maincolumn_right #recommend_area .recommendright , 
    408 #two_maincolumn_left #recommend_area .recommendright , 
    409 #three_maincolumn #recommend_area .recommendright , 
    410412#whobought_area .whobought_bloc .whobought_right { 
    411413    float: right; 
     
    438440} 
    439441 
    440 /* サイドカラム用 (幅px固定) */ 
    441 .side_column #recommend_area .bloc_body { 
    442     margin-top: 5px; 
    443     margin-right: 0; 
    444     width: 157px; 
    445     padding: 0; 
    446 } 
     442/* サイドカラム用 */ 
    447443.side_column #recommend_area .bloc_body .productContents { 
    448     padding: 0; 
    449     margin: 0; 
    450     width: 80px; 
    451 } 
    452 .side_column #recommend_area .recommendleft { 
    453     padding: 0; 
    454     width: 70px; 
    455     float: left; 
    456 } 
    457 .side_column #recommend_area .recommendright { 
    458     margin: 0; 
    459     padding: 0; 
    460     width: 70px; 
    461     float: right; 
    462 } 
    463  
    464 /* IE6以下*/ 
    465 * html .side_column #recommend_area .bloc_body { 
    466     width: 180px; 
    467 } 
    468  
     444    clear: both; 
     445} 
Note: See TracChangeset for help on using the changeset viewer.