123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- /* 容器 */
- .real-name-container{
- width: 856px;
- height: 526px;
- border: 2px solid #5F3CC6;
- background-color: #342971;
- border-radius: 10px;
- }
- /* 容器 */
- /* 头部 */
- .real-name-header{
- padding: 30px 60px 46px;
- }
- .real-name-title{
- font-size: 18px;
- font-weight: bold;
- line-height: 25px;
- }
- .real-name-close{
- font-size: 16px;
- }
- .real-name-close-wrap{
- right: 20px;
- top: 14px;
- }
- /* 头部 */
- /* 步骤 */
- .real-name-screen{
- height: 250px;
- }
- /* 步骤 */
- /* 输入框 */
- .input-real-container{
- padding: 0 60px 0 55px;
- }
- .real-circular{
- @include square(14px);
- background: $main-linear;
- border-radius: 50%;
- }
- .input-real-margin{
- margin-top: 30px;
- }
- .real-input-label{
- font-size: 14px;
- line-height: 18px;
- color: #fff;
- width: 76px;
- padding-left: 8px;
- padding-right: 10px;
- }
- .real-input-container{
- width: 260px;
- height: 40px;
- border-radius: 20px;
- background-color: rgba(255,255,255,0.1);
- padding: 0 23px;
- }
- .real-input-container input {
- font-size: 14px;
- line-height: 16px;
- font-weight: 400;
- color: #fff;
- }
- .real-input-container input::placeholder{
- color: #C1BED5;
- }
- /* 输入框 */
- /* 验证码按钮 */
- .real-code-button{
- width: 84px;
- height: 26px;
- border: 1px solid #fff;
- border-radius: 13px;
- font-size: 12px;
- line-height: 14px;
- color: #fff;
- font-weight: 400;
- margin-right: -13px;
- cursor: pointer;
- }
- .real-code-disabled{
- cursor: default;
- border-color: #C1BED5;
- color:#C1BED5;
- }
- /* 验证码按钮 */
- /* 线 */
- .real-line{
- width: 1px;
- height:100%;
- background-color: #eee;
- }
- /* 线 */
- /* 上传 */
- .upload-real{
- margin-left: 36px;
- height: 100%;
- }
- .upload-real-label{
- margin-left: 10px;
- padding: 0;
- width: auto;
- }
- .upload-real-group{
- margin-top: 30px;
- }
- .upload-real-icon{
- width: 100%;
- height: 94px;
- }
- .upload-real-input-label{
- background-color: #6A8CFA;
- height: 28px;
- font-size: 12px;
- line-height: 14px;
- font-weight: 500;
- }
- /* 上传 */
- /* 按钮 */
- .real-name-button{
- width: 276px;
- margin-top: 64px;
- }
- /* 按钮 */
|