Ignore:
Timestamp:
2011/02/25 18:49:29 (13 years ago)
Author:
uemoto
Message:

#1032(フロントデザインリニューアル)

  • CSSクラス名等調整
  • ヘッダ用ブロック追加

#932(商品をお気に入りに入れたかどうかの判別が動いていない)

  • 取り急ぎ判別のみ実装
File:
1 edited

Legend:

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

    r20340 r20408  
    33/************************************************ 
    44 各ページコンテンツ用 
    5 /************************************************ 
     5************************************************ */ 
    66/* ============================================== 
    77▼TOP 
     
    99/* メインイメージ 
    1010----------------------------------------------- */ 
    11 #mainImage { 
     11#main_image { 
    1212    margin-bottom: 10px; 
    1313    text-align: center; 
     
    3333----------------------------------------------- */ 
    3434div#undercolumn_contact { 
    35     width: 100%; 
    3635    margin: 0 auto; 
     36    width: 100%; 
    3737} 
    3838 
     
    7676    background-color: #fffaf0; 
    7777} 
    78 div#mynavi_area div.point_announce p{ 
     78div#mynavi_area div.point_announce p { 
    7979    padding-left: 20px; 
    8080    background: url('../img/icon/ico_point.gif') no-repeat left ; 
     
    118118/* 会員登録内容変更/退会 
    119119----------------------------------------------- */ 
    120 div#mycontents_area .box120 { 
    121     padding: 2px; 
    122     border: 1px solid #ccc; 
    123     width: 120px; 
    124 } 
    125  
    126120div#mycontents_area .message_area { 
    127121    margin: 30px auto; 
     
    184178} 
    185179 
    186 div#undercolumn_error .messagearea .error { 
     180div#undercolumn_error .message_area .error { 
    187181    padding: 120px 0; 
    188182} 
     
    199193} 
    200194.pagecond_area { 
     195    margin-bottom: 20px; 
    201196    padding: 10px; 
    202     margin-bottom: 20px; 
    203197} 
    204198.pagenumber_area { 
     
    218212} 
    219213 
    220 /* 商品 
     214 
     215/* レイアウト 
    221216----------------------------------------------- */ 
    222217div.list_area { 
     
    225220    overflow: auto; 
    226221} 
     222 
    227223div.listphoto { 
    228224    float: left; 
    229225} 
    230 div.listrightbloc { 
     226 
     227/* メインカラム用 1カラム時*/ 
     228#one_maincolumn div.listrightbloc { 
    231229    float: right; 
    232230    width: 74%; 
    233231} 
    234232 
     233/* メインカラム用 2カラム時*/ 
     234#two_maincolumn_right div.listrightbloc , 
     235#two_maincolumn_left div.listrightbloc { 
     236    float: right; 
     237    width: 80%; 
     238} 
     239 
     240/* メインカラム用 3カラム時*/ 
     241#three_maincolumn div.listrightbloc { 
     242    float: right; 
     243    width: 74%; 
     244} 
     245 
     246 
     247/* 商品情報 各種設定 
     248----------------------------------------------- */ 
    235249/* 商品ステータス */ 
    236250div.listrightbloc ul.status_icon { 
     
    332346} 
    333347 
     348/* レイアウト 
     349----------------------------------------------- */ 
    334350/* 1カラム用 */ 
    335351#one_maincolumn div#detailphotobloc { 
     
    351367    text-align: right; 
    352368} 
     369#one_maincolumn p.subtext { 
     370    margin-bottom: 20px; 
     371} 
    353372 
    354373/* 2カラム用 */ 
     
    369388    width: 73%; 
    370389} 
     390#two_maincolumn_left p.subtext, 
     391#two_maincolumn_right p.subtext { 
     392    margin-bottom: 20px; 
     393} 
    371394#two_maincolumn_left div.subphotoimg , 
    372395#two_maincolumn_right div.subphotoimg { 
     
    390413    width: 63%; 
    391414} 
     415#three_maincolumn p.subtext { 
     416    margin-bottom: 20px; 
     417} 
    392418#three_maincolumn div.subphotoimg { 
    393419    float: right; 
     
    396422} 
    397423 
    398 /* 商品 
     424/* 商品情報 各種設定 
    399425----------------------------------------------- */ 
    400426div#detailrightbloc h2 { 
     
    459485} 
    460486div#detailrightbloc .favorite_btn { 
     487    text-align: center; 
    461488    margin-top: 10px; 
    462489} 
     
    489516} 
    490517 
    491 div#customervoice_area review_bloc .reviewbtn { 
     518div#customervoice_area review_bloc .review_btn { 
    492519    float: right; 
    493520    width: 160px; 
     
    526553 
    527554 
    528 /* カートの中 
     555/* *********************************************** 
     556▼カートの中 
     557/*********************************************** */ 
     558/* 現在のカゴの中 
    529559----------------------------------------------- */ 
    530560div#undercolumn_cart .point_announce { 
     
    543573div#undercolumn_cart p { 
    544574    margin: 10px 5px; 
    545 } 
    546  
    547 div#undercolumn table th.resulttd { 
    548     text-align: right; 
    549 } 
    550  
    551 div#undercolumn td#quantity { 
    552    text-align: center; 
    553    width: 70px; 
    554575} 
    555576 
     
    624645----------------------------------------------- */ 
    625646#address_area { 
    626     width: 100%; 
    627647    margin-bottom: 30px; 
     648    width: 100%; 
    628649} 
    629650 
     
    656677    font-size: 10px; 
    657678} 
     679 
    658680 
    659681/* ============================================== 
Note: See TracChangeset for help on using the changeset viewer.