UNPKG

vesh-cli

Version:

码农村nodejs版本VESH框架脚手架搭建器

120 lines (104 loc) 1.91 kB
* { margin: 0; padding: 0 } /**/ .form { width: 280pX; padding: 50px 20px 20px; margin: 0 auto; background: #fff; border-radius: 10px; } .name label, .pwd label, .code span { width: 26px; height: 26px; background: url('../../Style/Image/home/user.png') no-repeat; background-size: 26px 26px; display: inline-block; vertical-align: middle; margin-left: 10px; } .pwd label { background: url('../../Style/Image/home/pwd.png') no-repeat; background-size: 26px 26px; } .code span { background: url('../../Style/Image/home/code.png') no-repeat; background-size: 26px 26px; } .name input, .pwd input { padding-left: 5px; width: 235px; height: 36px; background: #fff; border: none; outline: none } .name, .pwd, .code_left { border: 1px solid #ccc; border-radius: 5px; margin-bottom: 20px; } .btn { height: 30px; margin: 20px auto; text-align: center; } .btn input { width: 100px; height: 36px; text-align: center; margin-left: 5px; line-height: 36px; border: 1px solid #ccc; border-radius: 5px; cursor: pointer; } .codeBox { width: 80px; height: 34px; cursor: pointer; float: right; border: 1px solid #ddd; font-style: italic; background: lightgoldenrodyellow; margin-right: 20px; line-height: 24px; letter-spacing: 5px; padding-left: 5px; } .code input[type=text] { padding-left: 5px; width: 110px; height: 36px; line-height: 36px; padding: 0 5px; border: none; outline: none; background: #fff; } .codeInfo { height: 20px; line-height: 20px; color: red; font-size: 12px; } .codeBox img { width: 100%; height: 100%; } .code_left { display: inline-block; width: 150px; } input.submit { background: #f0831e; color: #fff; border: none; }