@@ -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 登録する
0 commit comments