Ignore:
Timestamp:
2011/05/07 23:44:04 (15 years ago)
Author:
Seasoft
Message:

#1292 (商品詳細画面にメーカー名が出力されない)
#1294 (ソースを読みやすくする)
#1295 (通常価格も赤色となっている)

File:
1 edited

Legend:

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

    r20773 r20916  
    173173div#undercolumn_error .message_area { 
    174174    width:80%; 
    175     margin: 30px auto; 
     175    margin: 30px auto; 
    176176    padding: 30px; 
    177177    border: 1px solid #ccc; 
     
    357357    float: left; 
    358358} 
    359 #one_maincolumn div#detailrightbloc { 
     359#one_maincolumn #detailrightbloc { 
    360360    width: 63%; 
    361361    float: right; 
     
    381381    width: 37%; 
    382382} 
    383 #two_maincolumn_left div#detailrightbloc , 
    384 #two_maincolumn_right div#detailrightbloc { 
     383#two_maincolumn_left #detailrightbloc , 
     384#two_maincolumn_right #detailrightbloc { 
    385385    float: right; 
    386386    width: 63%; 
     
    408408    width: 49%; 
    409409} 
    410 #three_maincolumn div#detailrightbloc { 
     410#three_maincolumn #detailrightbloc { 
    411411    float: right; 
    412412    width: 50%; 
     
    428428/* 商品情報 各種設定 
    429429----------------------------------------------- */ 
    430 div#detailrightbloc h2 { 
     430#detailrightbloc h2 { 
    431431    margin: 0 0 10px 0; 
    432432    padding: 0 0 15px 0; 
     
    436436    font-size: 160%; 
    437437} 
    438 div#detailrightbloc .point , 
    439 div#detailrightbloc .relative_cat { 
     438#detailrightbloc .point, 
     439#detailrightbloc .relative_cat { 
    440440    margin: 0 0 10px 0; 
    441441    padding: 0 0 10px 0; 
    442442    background: url("../img/background/line_dot_01.gif") repeat-x bottom ; 
    443443} 
    444 div#detailrightbloc .main_comment { 
    445     margin-bottom: 20px; 
    446 } 
    447 div.cart_area { 
     444#detailrightbloc .main_comment { 
     445    margin-bottom: 20px; 
     446} 
     447 
     448/* 商品コード */ 
     449#detailrightbloc .product_code dt, 
     450#detailrightbloc .product_code dd { 
     451    display: inline; 
     452} 
     453 
     454/* 商品ステータス */ 
     455#detailrightbloc ul.status_icon { 
     456    margin-bottom: 10px; 
     457    width: 100%; 
     458} 
     459#detailrightbloc ul.status_icon li { 
     460    margin-right: 5px; 
     461    margin-bottom: 3px; 
     462    float: left; 
     463} 
     464 
     465/* 通常価格 */ 
     466#detailrightbloc .normal_price dt, 
     467#detailrightbloc .normal_price dd { 
     468    display: inline; 
     469} 
     470 
     471/* 販売価格 */ 
     472#detailrightbloc .sale_price dt, 
     473#detailrightbloc .sale_price dd { 
     474    display: inline; 
     475} 
     476 
     477/* ポイント */ 
     478#detailrightbloc .point dt, 
     479#detailrightbloc .point dd { 
     480    display: inline; 
     481} 
     482 
     483/* 規格 */ 
     484#detailrightbloc div.classlist { 
     485    margin-bottom: 10px; 
     486    padding-bottom: 10px; 
     487    width: 100%; 
     488    background: url("../img/background/line_dot_02.gif") repeat-x bottom ; 
     489} 
     490#detailrightbloc .classlist { 
     491    margin-bottom: 5px; 
     492} 
     493#detailrightbloc ul { 
     494    margin-bottom: 10px; 
     495    width: 100%; 
     496} 
     497#detailrightbloc ul li { 
     498    vertical-align: top; 
     499    float: left; 
     500} 
     501 
     502/* メーカー */ 
     503#detailrightbloc .maker dt, 
     504#detailrightbloc .maker dd { 
     505    display: inline; 
     506} 
     507 
     508/* メーカーURL */ 
     509#detailrightbloc .comment1 dt, 
     510#detailrightbloc .comment1 dd { 
     511    display: inline; 
     512} 
     513 
     514/* 関連カテゴリ */ 
     515#detailrightbloc .relative_cat dd { 
     516    margin-left: 1em; 
     517} 
     518 
     519/* 買い物かご */ 
     520#detailrightbloc .cart_area { 
    448521    padding: 10px; 
    449522    background-color: #ecf5ff; 
    450523    border: 1px solid #cef0f4; 
    451524} 
    452  
    453 /* 商品ステータス */ 
    454 div#detailrightbloc ul.status_icon { 
    455     margin-bottom: 10px; 
    456     width: 100%; 
    457 } 
    458 div#detailrightbloc ul.status_icon li { 
    459     margin-right: 5px; 
    460     margin-bottom: 3px; 
    461     float: left; 
    462 } 
    463  
    464 /* 規格 */ 
    465 div#detailrightbloc div.classlist { 
    466     margin-bottom: 10px; 
    467     padding-bottom: 10px; 
    468     width: 100%; 
    469     background: url("../img/background/line_dot_02.gif") repeat-x bottom ; 
    470 } 
    471 div#detailrightbloc .classlist { 
    472     margin-bottom: 5px; 
    473 } 
    474 div#detailrightbloc ul { 
    475     margin-bottom: 10px; 
    476     width: 100%; 
    477 } 
    478 div#detailrightbloc ul li { 
    479     vertical-align: top; 
    480     float: left; 
    481 } 
    482  
    483 /* 買い物かご */ 
    484 div#detailrightbloc .cartin { 
     525#detailrightbloc .quantity dt, 
     526#detailrightbloc .quantity dd { 
     527    display: inline; 
     528} 
     529#detailrightbloc .cartin { 
    485530    text-align: center; 
    486531} 
    487 div#detailrightbloc .cartin_btn { 
     532#detailrightbloc .cartin_btn { 
    488533    text-align: center; 
    489534} 
    490 div#detailrightbloc .favorite_btn { 
     535#detailrightbloc .favorite_btn { 
    491536    text-align: center; 
    492537    margin-top: 10px; 
Note: See TracChangeset for help on using the changeset viewer.