source: branches/version-2_5-dev/html/user_data/packages/sphone/css/detail.css @ 20727

Revision 20727, 3.9 KB checked in by nanasess, 13 years ago (diff)

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

  • その他デザイン調整
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1/*商品情報(テキストなど)*/
2div#detailrightblock table td {
3text-align: left;
4vertical-align: middle;
5}
6
7/* 商品写真
8----------------------------------------------- */
9#detailphotoblock {
10margin-top: -1em;
11margin-left: -3.4%;
12width: 106.8%;
13overflow: hidden;
14background-color: #ffffff;
15text-align:center;
16border-bottom: 1px solid #ffffff;
17}
18#detailphotoblock img:first-of-type {
19    margin: 10px auto;
20}
21
22/*商品情報(ブロック)*/
23div#detailarea {
24    margin-bottom: 1em;
25}
26
27/*商品情報(テキストなど)*/
28div#status-icon {
29    margin: 0;
30    padding: 0;
31}
32div#detail-comment {
33    margin: 0;
34    padding: 5px 0 0;
35    font-size: 100%;
36}
37div#detail-size {
38    margin: 0;
39    padding: 5px 0 0;
40}
41
42/*商品情報(テーブル部分)*/
43div#detailrightblock table span.nomal-price {
44    font-size: 100%;
45}
46div#detailrightblock table span.sale-price {
47    font-weight: bold;
48    color: #CC0000;
49}
50div#detailrightblock table span.member-point {
51    font-weight: bold;
52    color: #CC0000;
53}
54
55/*商品情報(規格部分)*/
56div#detailrightblock dl {
57    margin: 0;
58    padding: 5px 0 0;
59}
60div#detailrightblock dt {
61    font-weight: bold;
62    margin: 0;
63    padding: 5px 0 3px 0;
64    line-height: 1.1;
65}
66div#detailrightblock dd {
67    margin: 0;
68    padding: 0 0 5px;
69}
70div#detailrightblock .fm-detail-quantity {
71    width: 70px;
72    height: 16px;
73    padding: 2px;
74    border: solid 1px #CCCCCC;
75}
76
77/* ボタン周辺
78----------------------------------------------- */
79#btn_form {
80width: 70%;
81margin-left: auto;
82margin-right: auto;
83}
84
85/* 購入ボタン
86----------------------------------------------- */
87input[type="submit"]#cart {
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;
105}
106
107/* お問い合わせ/友達に教える
108----------------------------------------------- */
109#detailrightblock table{
110margin: 15px 0px;
111width: 100%;
112background-color: #ffffff;
113-webkit-border-radius: 8px;
114-webkit-box-shadow: 0 0 4px #000000;
115}
116
117
118#detailrightblock table tr td, #detailrightblock table tr th {
119border-bottom: solid 1px #cccccc;
120padding: 3px 3px;
121}
122#detailrightblock table tr:last-child td, #detailrightblock table tr:last-child th {
123border-bottom: none;
124}
125
126#btn-cago > a {
127background-color: #E19200;
128}
129
130/* お気に入り
131----------------------------------------------- */
132#btn-recommend {
133text-align:center;
134margin-top:15px;
135}
136
137div#recomendarea {
138margin-bottom:20px;
139}
140
141
142/* 会員登録
143----------------------------------------------- */
144div#undercolumn_entry .kiyaku_text {
145    overflow: scroll;
146    width: 250px;
147    height: 250px;
148}
149
150
151
152/* footer
153----------------------------------------------- */
154span.footB {
155font-size:70%;
156color:#ccc;
157font-weight:normal;
158}
159
160
161/*detail
162-------------------------------------------*/
163div#whoboughtarea h2, div.subarea h3, div#whoboughtarea h3 {
164    font-weight: bold;
165    line-height: 1.1;
166    margin: 0;
167    padding: 5px 0 3px 0;
168    color:#4D576B;
169}
170
171div#recomendarea h2 {
172    font-weight: bold;
173    line-height: 1.1;
174    margin: 0;
175    padding: 5px 0 3px 0;
176    color:#4D576B;
177    background-image: none !important;
178}
179
180div#topcatarea h2 {
181    font-weight: bold;
182    line-height: 1.1;
183    margin: 0;
184    padding: 5px 0 3px 0;
185    color:#4D576B;
186    background-image: none !important;
187}
188
189div.subtext {
190font-size:80%;
191}
192
193div.subarea {
194margin-top:30px;
195}
196
197div#whoboughtarea {
198margin-top:30px;
199}
200
201div.subphotoimg {
202margin-top:10px;
203}
204
205div#mynavarea, div#mynavi_area {
206margin-bottom:20px;
207}
208
209div.slistarea {
210border-top:1px solid #ccc;
211margin:10px 0;
212}
Note: See TracBrowser for help on using the repository browser.