Skip to content

Commit

Permalink
Merge pull request #77 from EC-CUBE/dev
Browse files Browse the repository at this point in the history
0.0.3リリース内容
  • Loading branch information
mikakane authored Apr 12, 2017
2 parents 7c0844a + e45e9a7 commit b964757
Show file tree
Hide file tree
Showing 11 changed files with 223 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/scss/component/3.1.inputText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Styleguide 3.1.1
}
}
.error.ec-input {
input{
input,select{
margin-bottom: 5px;
border-color: #CF3F34;
background: #FDF1F0;
Expand Down
32 changes: 32 additions & 0 deletions assets/scss/project/22.1.editComplete.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
@import "../mixins/media";
/*
会員情報編集完了
会員情報編集完了で使用するページコンポーネントです。
ex [会員情報編集完了](http://demo3.ec-cube.net/mypage/change_complete)
Markup:
include /assets/tmpl/elements/22.1.editComplete.pug
+ec-userEditCompleteRole
Styleguide 22.1
*/
.ec-userEditCompleteRole{
@include container;
text-align: center;
padding: 0 16px;
& &__title{
margin-bottom: 16px;
font-weight: bold;
font-size: 24px;
@include media_desktop(){
font-size: 32px;
}
}
& &__description{
margin-bottom: 32px;
font-size: 16px;
}
}
7 changes: 7 additions & 0 deletions assets/scss/sections/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ Styleguide 20.0
Styleguide 21.0
*/

/*
会員情報編集完了
Styleguide 22.0
*/


1 change: 1 addition & 0 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ body {
@import "project/19.3.customer";
@import "project/20.1.404";
@import "project/21.1.withdraw";
@import "project/22.1.editComplete";


166 changes: 165 additions & 1 deletion assets/tmpl/elements/19.1.register.pug
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,168 @@ mixin ec-editRole
.ec-RegisterRole__actions
.ec-off4Grid
.ec-off4Grid__cell
.ec-blockBtn--cancel 変更する
.ec-blockBtn--cancel 変更する

mixin ec-registerAddress
.ec-editRole
+b.ec-off1Grid
+e.cell
.ec-borderedDefs
dl
dt
label.ec-label お名前
span.ec-required 必須
dd
.ec-halfInput
input(type="text" placeholder="姓")
input(type="text" placeholder="名")
dl
dt
label.ec-label お名前(フリガナ)
span.ec-required 必須
dd
.ec-halfInput
input(type="text" placeholder="セイ")
input(type="text" placeholder="メイ")
dl
dt
label.ec-label 会社名
span.ec-required 必須
dd
.ec-halfInput
input(type="text")
dl
dt
label.ec-label 住所
span.ec-required 必須
dd
.ec-zipInput
span 〒
input(type="text")
span -
input(type="text")
.ec-select
select
option 都道府県を選択
option 北海道
option 青森県
option 岩手県
option ...
.ec-input
input(type="text")
.ec-input
input(type="text")
dl
dt
label.ec-label 電話番号
span.ec-required 必須
dd
.ec-telInput
input(type="text")
span -
input(type="text")
span -
input(type="text")
dl
dt
span.ec-label FAX番号
dd
.ec-telInput
input(type="text")
span -
input(type="text")
span -
input(type="text")

.ec-RegisterRole__actions
.ec-off4Grid
.ec-off4Grid__cell
.ec-blockBtn--cancel 登録する

mixin ec-registerErrorAddress
.ec-editRole
+b.ec-off1Grid
+e.cell
.ec-borderedDefs
dl
dt
label.ec-label お名前
span.ec-required 必須
dd
.ec-halfInput
input(type="text" placeholder="姓")
input(type="text" placeholder="名")
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
dl
dt
label.ec-label お名前(フリガナ)
span.ec-required 必須
dd
.ec-halfInput
input(type="text" placeholder="セイ")
input(type="text" placeholder="メイ")
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
dl
dt
label.ec-label 会社名
span.ec-required 必須
dd
.ec-halfInput
input(type="text")
dl
dt
label.ec-label 住所
span.ec-required 必須
dd
.ec-zipInput.error
span 〒
input(type="text")
span -
input(type="text")
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
.ec-select.error
select
option 都道府県を選択
option 北海道
option 青森県
option 岩手県
option ...
.ec-input.error
input(type="text")
.ec-input.error
input(type="text")
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
dl
dt
label.ec-label 電話番号
span.ec-required 必須
dd
.ec-telInput
input(type="text")
span -
input(type="text")
span -
input(type="text")
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
p.ec-color-red 入力されていません。
dl
dt
span.ec-label FAX番号
dd
.ec-telInput
input(type="text")
span -
input(type="text")
span -
input(type="text")

.ec-RegisterRole__actions
.ec-off4Grid
.ec-off4Grid__cell
.ec-blockBtn--cancel 登録する
9 changes: 9 additions & 0 deletions assets/tmpl/elements/22.1.editComplete.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mixin ec-userEditCompleteRole
+b.ec-userEditCompleteRole
.ec-off2Grid
.ec-off2Grid__cell
+e.P.__title 会員登録内容の変更が完了いたしました
+e.P.__description 今後ともご愛顧賜りますようよろしくお願い申し上げます。
.ec-off4Grid
.ec-off4Grid__cell
p.ec-blockBtn--cancel トップページへ
2 changes: 1 addition & 1 deletion assets/tmpl/moc/user/address/edit/error/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ block content
+ec-navlist
+ec-welcomeMsg
.ec-role
+ec-editRole
+ec-registerErrorAddress


2 changes: 1 addition & 1 deletion assets/tmpl/moc/user/address/edit/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ block content
+ec-navlist
+ec-welcomeMsg
.ec-role
+ec-editRole
+ec-registerAddress


3 changes: 2 additions & 1 deletion assets/tmpl/moc/user/address/new/error/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ block content
+ec-navlist
+ec-welcomeMsg
.ec-role
+ec-editRole
+ec-registerErrorAddress



2 changes: 1 addition & 1 deletion assets/tmpl/moc/user/address/new/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ block content
+ec-navlist
+ec-welcomeMsg
.ec-role
+ec-editRole
+ec-registerAddress


11 changes: 3 additions & 8 deletions assets/tmpl/moc/user/edit/complete/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ extends /assets/tmpl/moc/guest/_layout.pug

include /assets/tmpl/elements/9.1.mypage.pug
include /assets/tmpl/elements/19.1.register.pug
include /assets/tmpl/elements/22.1.editComplete.pug

block content
.ec-role
.ec-pageHeader
Expand All @@ -10,11 +12,4 @@ block content
+ec-navlist
+ec-welcomeMsg
.ec-role
+b.ec-userEditCompleteRole
.ec-off4Grid
.ec-off4Grid__cell
+e.P.__title 会員登録内容の変更が完了いたしました
+e.P.__description 今後ともご愛顧賜りますようよろしくお願い申し上げます。

.ec-off4Grid__cell
p.ec-blockBtn--cancel トップページへ
+ec-userEditCompleteRole

0 comments on commit b964757

Please sign in to comment.