Ignore:
Timestamp:
2011/03/11 21:15:21 (13 years ago)
Author:
nagano
Message:

モバイル・スマートフォンのデザイン調整

File:
1 edited

Legend:

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

    r20566 r20614  
    11/*商品情報(テキストなど)*/ 
    22div#detailrightblock table td { 
    3     text-align: left; 
    4     vertical-align: middle; 
     3text-align: left; 
     4vertical-align: middle; 
    55} 
    66 
     
    88----------------------------------------------- */ 
    99#detailphotoblock { 
    10     margin-top: -1em; 
    11     margin-left: -3.4%; 
    12     width: 106.8%; 
    13     overflow: hidden; 
    14     background-color: #ffffff; 
    15     text-align:center; 
    16     border-bottom: 1px solid #ffffff; 
     10margin-top: -1em; 
     11margin-left: -3.4%; 
     12width: 106.8%; 
     13overflow: hidden; 
     14background-color: #ffffff; 
     15text-align:center; 
     16border-bottom: 1px solid #ffffff; 
    1717} 
    1818#detailphotoblock img:first-of-type { 
     
    3333    margin: 0; 
    3434    padding: 5px 0 0; 
    35     font-size: 95%; 
     35    font-size: 100%; 
    3636} 
    3737div#detail-size { 
     
    4242/*商品情報(テーブル部分)*/ 
    4343div#detailrightblock table span.nomal-price { 
    44     font-size: 80%; 
     44    font-size: 100%; 
    4545} 
    4646div#detailrightblock table span.sale-price { 
    47     font-weight: bold; 
    48     color: #CC0000; 
     47    font-weight: bold; 
     48    color: #CC0000; 
    4949} 
    5050div#detailrightblock table span.member-point { 
    51     font-weight: bold; 
    52     color: #CC0000; 
     51    font-weight: bold; 
     52    color: #CC0000; 
    5353} 
    5454 
     
    6161    font-weight: bold; 
    6262    margin: 0; 
    63     padding: 5px 0 3px 12px; 
    64     background: url("../img/common/arrow_gray.gif") no-repeat left center; 
     63    padding: 5px 0 3px 0; 
    6564    line-height: 1.1; 
    6665} 
     
    7978----------------------------------------------- */ 
    8079#btn_form { 
    81     width: 70%; 
    82     margin-left: auto; 
    83     margin-right: auto; 
     80width: 70%; 
     81margin-left: auto; 
     82margin-right: auto; 
    8483} 
    8584 
     
    8786----------------------------------------------- */ 
    8887input[type="submit"]#cart { 
    89     display:block; 
    90     width: 100%; 
    91     height: 1.8em; 
    92     margin-top: 20px; 
    93     margin-bottom: 10px; 
    94     font: bold large Helvetica, "Lucida Grande", sans-serif; 
    95     //font-size: large bold; 
    96     //font-family: Helvetica, "Lucida Grande", sans-serif; 
    97     color:#4D576B; 
    98     background-color: #c9c9c9; 
    99     background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1)); 
    100     vertical-align: middle; 
    101     text-align: center; 
    102     text-decoration: none; 
    103     text-shadow: 1px 1px 0px #cccccc; 
    104     -webkit-border-radius: 4px; 
    105     -webkit-box-shadow: 0 0 3px #000000; 
     88display:block; 
     89width: 100%; 
     90height: 1.8em; 
     91margin-top: 20px; 
     92margin-bottom: 10px; 
     93font: bold 100% Helvetica, "Lucida Grande", sans-serif; 
     94//font-size: 100% bold; 
     95//font-family: Helvetica, "Lucida Grande", sans-serif; 
     96color:#4D576B; 
     97background-color: #c9c9c9; 
     98background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1)); 
     99vertical-align: middle; 
     100text-align: center; 
     101text-decoration: none; 
     102text-shadow: 1px 1px 0px #cccccc; 
     103-webkit-border-radius: 4px; 
     104-webkit-box-shadow: 0 0 3px #000000; 
    106105} 
    107106 
     
    109108----------------------------------------------- */ 
    110109#detailrightblock table{ 
    111     margin: 15px 0px; 
    112     width: 100%; 
    113     background-color: #ffffff; 
    114     -webkit-border-radius: 8px; 
    115     -webkit-box-shadow: 0 0 4px #000000; 
     110margin: 15px 0px; 
     111width: 100%; 
     112background-color: #ffffff; 
     113-webkit-border-radius: 8px; 
     114-webkit-box-shadow: 0 0 4px #000000; 
    116115} 
     116 
     117 
    117118#detailrightblock table tr td, #detailrightblock table tr th { 
    118     border-bottom: solid 1px #cccccc; 
    119     padding: 3px 7px; 
     119border-bottom: solid 1px #cccccc; 
     120padding: 3px 3px; 
    120121} 
    121122#detailrightblock table tr:last-child td, #detailrightblock table tr:last-child th { 
    122     border-bottom: none; 
     123border-bottom: none; 
    123124} 
    124125 
    125126#btn-cago > a { 
    126     background-color: #E19200; 
     127background-color: #E19200; 
    127128} 
    128129 
     
    130131----------------------------------------------- */ 
    131132#btn-recommend { 
    132     text-align:center; 
    133     margin-top:15px; 
     133text-align:center; 
     134margin-top:15px; 
     135} 
     136 
     137div#recomendarea { 
     138margin-bottom:20px; 
    134139} 
    135140 
     
    140145    height: 250px; 
    141146} 
     147 
     148 
     149 
     150/* footer 
     151----------------------------------------------- */ 
     152span.footB { 
     153font-size:70%; 
     154color:#ccc; 
     155font-weight:normal; 
     156} 
     157 
     158 
     159/*detail 
     160-------------------------------------------*/ 
     161div#whoboughtarea h2, div.subarea h3, div#whoboughtarea h3 { 
     162    font-weight: bold; 
     163    line-height: 1.1; 
     164    margin: 0; 
     165    padding: 5px 0 3px 0; 
     166    color:#4D576B; 
     167} 
     168 
     169div.subtext { 
     170font-size:80%; 
     171} 
     172 
     173div.subarea { 
     174margin-bottom:30px; 
     175} 
     176 
     177div#whoboughtarea { 
     178margin-bottom:30px; 
     179} 
     180 
     181div.subphotoimg { 
     182margin-top:10px; 
     183} 
     184 
     185div#mynavarea, div#mynavi_area { 
     186margin-bottom:20px; 
     187} 
Note: See TracChangeset for help on using the changeset viewer.