Showing
2 changed files
with
63 additions
and
0 deletions
@@ -813,3 +813,57 @@ | @@ -813,3 +813,57 @@ | ||
813 | display: block; | 813 | display: block; |
814 | } | 814 | } |
815 | } | 815 | } |
816 | + | ||
817 | +#dialog-wrapper > .dialog-box { | ||
818 | + background: #fff; | ||
819 | + | ||
820 | + > .dialog-header { | ||
821 | + padding-top: 42px; | ||
822 | + padding-bottom: 22px; | ||
823 | + font-size: 36px; | ||
824 | + font-weight: 500; | ||
825 | + } | ||
826 | + | ||
827 | + > .dialog-content { | ||
828 | + padding-top: 0; | ||
829 | + padding-bottom: 31px; | ||
830 | + | ||
831 | + .safe-check-tip { | ||
832 | + font-size: 22px; | ||
833 | + color: #b0b0b0; | ||
834 | + } | ||
835 | + | ||
836 | + .input-group { | ||
837 | + width: 470px; | ||
838 | + height: 86px; | ||
839 | + margin-top: 38px; | ||
840 | + line-height: 86px; | ||
841 | + border-radius: 4px; | ||
842 | + background-color: #fff; | ||
843 | + border: solid 1px #e0e0e0; | ||
844 | + | ||
845 | + input { | ||
846 | + float: left; | ||
847 | + margin-top: 21px; | ||
848 | + margin-left: 24px; | ||
849 | + background-color: transparent; | ||
850 | + border: none; | ||
851 | + box-shadow: none; | ||
852 | + } | ||
853 | + | ||
854 | + .get-verify-code-btn { | ||
855 | + float: right; | ||
856 | + width: 159px; | ||
857 | + height: 53px; | ||
858 | + margin-top: 16px; | ||
859 | + margin-right: 12px; | ||
860 | + border-radius: 26px; | ||
861 | + background-color: #444; | ||
862 | + border: none; | ||
863 | + font-size: 24px; | ||
864 | + font-weight: 300; | ||
865 | + color: #fff; | ||
866 | + } | ||
867 | + } | ||
868 | + } | ||
869 | +} |
-
Please register or login to post a comment