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

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

Location:
branches/version-2_11-dev/html/user_data/packages
Files:
3 edited

Legend:

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

    r20681 r20916  
    142142    line-height: 150%; 
    143143} 
    144 .price { 
    145     color: #f00; 
    146 } 
    147144.sale_price { 
    148145    color: #f00; 
    149146} 
    150147.normal_price { 
    151     color: #f00; 
    152148    font-size: 90%; 
    153149} 
  • 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; 
  • branches/version-2_11-dev/html/user_data/packages/sphone/css/detail.css

    r20764 r20916  
    11/*商品情報(テキストなど)*/ 
    2 div#detailrightblock table td { 
     2#detailrightblock table td { 
    33text-align: left; 
    44vertical-align: middle; 
     
    4141 
    4242/*商品情報(テーブル部分)*/ 
    43 div#detailrightblock table span.nomal-price { 
     43#detailrightblock table span.nomal-price { 
    4444    font-size: 100%; 
    4545} 
    46 div#detailrightblock table span.sale-price { 
     46#detailrightblock table span.sale-price { 
    4747    font-weight: bold; 
    4848    color: #CC0000; 
    4949} 
    50 div#detailrightblock table span.member-point { 
     50#detailrightblock table span.member-point { 
    5151    font-weight: bold; 
    5252    color: #CC0000; 
     
    5454 
    5555/*商品情報(規格部分)*/ 
    56 div#detailrightblock dl { 
     56#detailrightblock dl { 
    5757    margin: 0; 
    5858    padding: 5px 0 0; 
    5959} 
    60 div#detailrightblock dt { 
    61     font-weight: bold; 
    62     margin: 0; 
    63     padding: 5px 0 3px 0; 
    64     line-height: 1.1; 
    65 } 
    66 div#detailrightblock dd { 
     60#detailrightblock dt { 
     61    font-weight: bold; 
     62    margin: 0; 
     63    padding: 5px 0 3px 0; 
     64    line-height: 1.1; 
     65} 
     66#detailrightblock dd { 
    6767    margin: 0; 
    6868    padding: 0 0 5px; 
    6969} 
    70 div#detailrightblock .fm-detail-quantity { 
     70#detailrightblock .fm-detail-quantity { 
    7171    width: 70px; 
    7272    height: 16px; 
Note: See TracChangeset for help on using the changeset viewer.