Skip to content

Commit b964757

Browse files
authored
Merge pull request #77 from EC-CUBE/dev
0.0.3リリース内容
2 parents 7c0844a + e45e9a7 commit b964757

11 files changed

Lines changed: 223 additions & 14 deletions

File tree

assets/scss/component/3.1.inputText.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Styleguide 3.1.1
5454
}
5555
}
5656
.error.ec-input {
57-
input{
57+
input,select{
5858
margin-bottom: 5px;
5959
border-color: #CF3F34;
6060
background: #FDF1F0;
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
@import "../mixins/media";
2+
/*
3+
会員情報編集完了
4+
5+
会員情報編集完了で使用するページコンポーネントです。
6+
7+
ex [会員情報編集完了](http://demo3.ec-cube.net/mypage/change_complete)
8+
9+
Markup:
10+
include /assets/tmpl/elements/22.1.editComplete.pug
11+
+ec-userEditCompleteRole
12+
13+
Styleguide 22.1
14+
15+
*/
16+
.ec-userEditCompleteRole{
17+
@include container;
18+
text-align: center;
19+
padding: 0 16px;
20+
& &__title{
21+
margin-bottom: 16px;
22+
font-weight: bold;
23+
font-size: 24px;
24+
@include media_desktop(){
25+
font-size: 32px;
26+
}
27+
}
28+
& &__description{
29+
margin-bottom: 32px;
30+
font-size: 16px;
31+
}
32+
}

assets/scss/sections/projects.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ Styleguide 20.0
6464
Styleguide 21.0
6565
*/
6666

67+
/*
68+
会員情報編集完了
69+
70+
Styleguide 22.0
71+
*/
72+
73+

assets/scss/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ body {
5151
@import "project/19.3.customer";
5252
@import "project/20.1.404";
5353
@import "project/21.1.withdraw";
54+
@import "project/22.1.editComplete";
5455

5556

assets/tmpl/elements/19.1.register.pug

Lines changed: 165 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,4 +532,168 @@ mixin ec-editRole
532532
.ec-RegisterRole__actions
533533
.ec-off4Grid
534534
.ec-off4Grid__cell
535-
.ec-blockBtn--cancel 変更する
535+
.ec-blockBtn--cancel 変更する
536+
537+
mixin ec-registerAddress
538+
.ec-editRole
539+
+b.ec-off1Grid
540+
+e.cell
541+
.ec-borderedDefs
542+
dl
543+
dt
544+
label.ec-label お名前
545+
span.ec-required 必須
546+
dd
547+
.ec-halfInput
548+
input(type="text" placeholder="姓")
549+
input(type="text" placeholder="名")
550+
dl
551+
dt
552+
label.ec-label お名前(フリガナ)
553+
span.ec-required 必須
554+
dd
555+
.ec-halfInput
556+
input(type="text" placeholder="セイ")
557+
input(type="text" placeholder="メイ")
558+
dl
559+
dt
560+
label.ec-label 会社名
561+
span.ec-required 必須
562+
dd
563+
.ec-halfInput
564+
input(type="text")
565+
dl
566+
dt
567+
label.ec-label 住所
568+
span.ec-required 必須
569+
dd
570+
.ec-zipInput
571+
span 〒
572+
input(type="text")
573+
span -
574+
input(type="text")
575+
.ec-select
576+
select
577+
option 都道府県を選択
578+
option 北海道
579+
option 青森県
580+
option 岩手県
581+
option ...
582+
.ec-input
583+
input(type="text")
584+
.ec-input
585+
input(type="text")
586+
dl
587+
dt
588+
label.ec-label 電話番号
589+
span.ec-required 必須
590+
dd
591+
.ec-telInput
592+
input(type="text")
593+
span -
594+
input(type="text")
595+
span -
596+
input(type="text")
597+
dl
598+
dt
599+
span.ec-label FAX番号
600+
dd
601+
.ec-telInput
602+
input(type="text")
603+
span -
604+
input(type="text")
605+
span -
606+
input(type="text")
607+
608+
.ec-RegisterRole__actions
609+
.ec-off4Grid
610+
.ec-off4Grid__cell
611+
.ec-blockBtn--cancel 登録する
612+
613+
mixin ec-registerErrorAddress
614+
.ec-editRole
615+
+b.ec-off1Grid
616+
+e.cell
617+
.ec-borderedDefs
618+
dl
619+
dt
620+
label.ec-label お名前
621+
span.ec-required 必須
622+
dd
623+
.ec-halfInput
624+
input(type="text" placeholder="姓")
625+
input(type="text" placeholder="名")
626+
p.ec-color-red 入力されていません。
627+
p.ec-color-red 入力されていません。
628+
dl
629+
dt
630+
label.ec-label お名前(フリガナ)
631+
span.ec-required 必須
632+
dd
633+
.ec-halfInput
634+
input(type="text" placeholder="セイ")
635+
input(type="text" placeholder="メイ")
636+
p.ec-color-red 入力されていません。
637+
p.ec-color-red 入力されていません。
638+
dl
639+
dt
640+
label.ec-label 会社名
641+
span.ec-required 必須
642+
dd
643+
.ec-halfInput
644+
input(type="text")
645+
dl
646+
dt
647+
label.ec-label 住所
648+
span.ec-required 必須
649+
dd
650+
.ec-zipInput.error
651+
span 〒
652+
input(type="text")
653+
span -
654+
input(type="text")
655+
p.ec-color-red 入力されていません。
656+
p.ec-color-red 入力されていません。
657+
.ec-select.error
658+
select
659+
option 都道府県を選択
660+
option 北海道
661+
option 青森県
662+
option 岩手県
663+
option ...
664+
.ec-input.error
665+
input(type="text")
666+
.ec-input.error
667+
input(type="text")
668+
p.ec-color-red 入力されていません。
669+
p.ec-color-red 入力されていません。
670+
p.ec-color-red 入力されていません。
671+
dl
672+
dt
673+
label.ec-label 電話番号
674+
span.ec-required 必須
675+
dd
676+
.ec-telInput
677+
input(type="text")
678+
span -
679+
input(type="text")
680+
span -
681+
input(type="text")
682+
p.ec-color-red 入力されていません。
683+
p.ec-color-red 入力されていません。
684+
p.ec-color-red 入力されていません。
685+
dl
686+
dt
687+
span.ec-label FAX番号
688+
dd
689+
.ec-telInput
690+
input(type="text")
691+
span -
692+
input(type="text")
693+
span -
694+
input(type="text")
695+
696+
.ec-RegisterRole__actions
697+
.ec-off4Grid
698+
.ec-off4Grid__cell
699+
.ec-blockBtn--cancel 登録する
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
mixin ec-userEditCompleteRole
2+
+b.ec-userEditCompleteRole
3+
.ec-off2Grid
4+
.ec-off2Grid__cell
5+
+e.P.__title 会員登録内容の変更が完了いたしました
6+
+e.P.__description 今後ともご愛顧賜りますようよろしくお願い申し上げます。
7+
.ec-off4Grid
8+
.ec-off4Grid__cell
9+
p.ec-blockBtn--cancel トップページへ

assets/tmpl/moc/user/address/edit/error/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ block content
1010
+ec-navlist
1111
+ec-welcomeMsg
1212
.ec-role
13-
+ec-editRole
13+
+ec-registerErrorAddress
1414

1515

assets/tmpl/moc/user/address/edit/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ block content
1010
+ec-navlist
1111
+ec-welcomeMsg
1212
.ec-role
13-
+ec-editRole
13+
+ec-registerAddress
1414

1515

assets/tmpl/moc/user/address/new/error/index.pug

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ block content
1010
+ec-navlist
1111
+ec-welcomeMsg
1212
.ec-role
13-
+ec-editRole
13+
+ec-registerErrorAddress
14+
1415

1516

assets/tmpl/moc/user/address/new/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ block content
1010
+ec-navlist
1111
+ec-welcomeMsg
1212
.ec-role
13-
+ec-editRole
13+
+ec-registerAddress
1414

1515

0 commit comments

Comments
 (0)