source: branches/version-2_11-dev/html/user_data/packages/sphone/css/mypage.css @ 21052

Revision 21052, 5.0 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版スタイルシートファイル変更(HTML5対応)

  • Property svn:mime-type set to text/plain
Line 
1@charset "utf-8";
2/* ===================================================================
3CSS information
4file name  :mypage.css
5style info :マイページ
6=================================================================== */
7/* -----------------------------------------------
8MYページ汎用
9----------------------------------------------- */
10#mypagecolumn{
11width:100%;}
12#mypagecolumn h2.title{
13font-size:18px;
14border-bottom:#CCC solid 1px;
15-webkit-box-shadow:none;
16-moz-box-shadow:none;
17margin-bottom:0!important;
18}
19h3.title_mypage{
20font-size:18px;
21line-height:1.2;
22margin-bottom:10px;
23padding:10px 10px 10px 25px;
24background:url(../img/common/bg_tit_bar.png) 10px 12px no-repeat;
25-webkit-box-shadow: 1px 5px 5px #E2E2E2;
26-moz-box-shadow: 1px 5px 5px #E2E2E2;
27}
28/**イントロダクション*/
29#mypagecolumn .information{
30font-size:12px;
31padding:10px 10px 0 10px;
32border-bottom:0;
33font-weight:normal;
34}
35#mypagecolumn .information p:first-child{
36font-size:14px;
37font-weight:bold;
38margin-bottom:0;
39}
40/*-----------------------------------------------
41MYページナビ
42----------------------------------------------- */
43#mypage_nav{
44width:100%;
45margin-bottom:10px;
46background:#DAE0E5;
47background: -moz-linear-gradient(center top, #EEF0F3 0%,#DAE0E5 90%,#DAE0E5 0%);
48background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEF0F3),color-stop(0.9, #DAE0E5),color-stop(0, #DAE0E5));
49margin-bottom:15px;
50-webkit-box-shadow: 1px 5px 5px #C0C0C0;
51-moz-box-shadow: 1px 5px 5px #C0C0C0;
52}
53#mypage_nav ul{
54width:auto;
55clear:both;
56margin:0 auto;
57}
58#mypage_nav ul li{
59float:left;
60text-align:center;
61border-left:#FFF solid 1px;
62border-right:#CCC solid 1px;
63border-bottom:#CCC solid 1px;
64white-space:nowrap;
65}
66#mypage_nav ul li a{
67color:#000;
68padding:9px 0 8px 0;
69display:block;
70text-shadow: 0px -1px 1px rgba(255,255,255,0.7);
71background-color:#DAE0E5;
72background: -moz-linear-gradient(center top, #EEF0F3 0%,#DAE0E5 90%,#DAE0E5 100%);
73background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEF0F3),color-stop(0.9, #DAE0E5),color-stop(1, #DAE0E5));
74}
75#mypage_nav ul li a:hover{
76color:#FFF;
77text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
78background:#5393c5;
79background: -moz-linear-gradient(center top, #5393c5 10%,#80b6e2 100%);
80background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2));
81}
82#mypage_nav ul li.nav_delivadd,#mypage_nav ul li.nav_change{
83width:49.7%;
84}
85#mypage_nav ul li.nav_history,#mypage_nav ul li.nav_favorite,#mypage_nav ul li.nav_refusal{
86width:33%;
87}
88#mypage_nav li:first-child,#mypage_nav li:nth-child(3){
89border-left:none;
90}
91#mypage_nav li:last-child,#mypage_nav li:nth-child(2){
92border-right:none;
93}
94
95/* -----------------------------------------------
96購入履歴詳細
97----------------------------------------------- */
98#historyBox{
99padding:10px;
100background:#F7F5F0;
101border:#A9ABAD solid 1px;
102border-radius:7px;
103-moz-border-radius:7px;
104-webkit-border-radius:7px;
105margin-bottom:10px;
106}
107#historyBox p{
108font-size:12px;
109width:70%;
110display:inline;
111float:left;
112}
113#historyBox .btn_reorder{
114width:5em;
115float:right;
116padding:15px;
117display:inline;
118margin:0;
119}
120#mypagecolumn .cartinContents ul li.result{
121padding-top:0!important;
122padding-left:1em;
123}
124/*メール履歴詳細*/
125#news_area li{
126padding:10px;
127display:block;
128clear:both;
129line-height:1.3;
130background-color:#FEFEFE;
131background: -moz-linear-gradient(center top, #FEFEFE 0%,#eeeeee 100%);
132background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE),color-stop(1, #eeeeee));
133border-top:#FFF solid 1px;
134border-bottom:#CCC solid 1px;
135}
136/* -----------------------------------------------
137お気に入り
138----------------------------------------------- */
139.favoriteBox{
140padding:10px;
141border-bottom:#CCC solid 1px;
142clear:both;
143position:relative;
144}
145.favoriteBox:last-child{
146border-bottom:none;
147}
148.favoriteBox .photoL{
149width:80px;
150}
151.favoriteContents{
152width:70%;
153float:right;
154display:block;
155position:relative;
156}
157.favoriteContents .btn_delete{
158padding:1px;
159right:10px;
160float:right;
161position:absolute;
162top:0;
163}
164
165/* -----------------------------------------------
166会員登録内容変更
167----------------------------------------------- */
168#mypagecolumn .thankstext{
169padding:15px 10px 10px 10px;
170}
171/* -----------------------------------------------
172お届け先追加・変更
173----------------------------------------------- */
174#mypagecolumn .btn_area_top{
175margin-top:10px;
176}
177.delivBox{
178padding:10px;
179border-bottom:#CCC solid 1px;
180clear:both;
181position:relative;
182}
183.delivBox:last-child{
184border-bottom:none;
185}
186
187/* -----------------------------------------------
188退会手続き
189----------------------------------------------- */
190.refusetxt{
191padding:15px 10px 10px 10px;
192}
193.btn_refuse{
194padding:0;
195margin:20px auto 0 auto;
196}
197.btn_refuse li{
198display:inline;
199float:left;
200}
201.btn_refuse .btn{
202font-size:13px!important;
203display:inline;
204}
205.btn_refuse li:first-child{
206margin-right:1.2em;
207}
Note: See TracBrowser for help on using the repository browser.