Changeset 21122


Ignore:
Timestamp:
2011/08/04 12:27:07 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版おすすめ商品ブロックフリッカー横幅修正

File:
1 edited

Legend:

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

    r21093 r21122  
    5050width:270px; 
    5151padding:5px 10px 5px 8px; 
    52 margin:0; 
     52margin:0 auto; 
    5353clear:both; 
    5454} 
     
    8080} 
    8181#recomend_area div.moveWrap { 
    82 width:95%; 
     82width:290px; 
    8383height:auto; 
     84margin:0 auto; 
    8485position:relative; 
    8586overflow:hidden; 
    8687-webkit-box-sizing:border-box; 
    8788} 
    88 @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { 
    89 #recomend_area div.moveWrap { 
    90 width:85%; 
    91 } 
    92 } 
    93 @media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) { 
    94 #recomend_area div.moveWrap { 
    95 width:95%; 
    96 } 
    97 } 
    98 @media all and (orientation:landscape) { 
    99 #recomend_area div.moveWrap { 
    100 width:95%; 
    101 } 
    102 } 
     89 
    10390#recomend_area ul.moveWrapBG { 
    10491margin:0; 
     
    11299} 
    113100#recomend_area div.slideMask { 
    114 margin:0; 
     101margin:0 auto; 
    115102padding:0; 
    116103margin-right:1px; 
Note: See TracChangeset for help on using the changeset viewer.