12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- * {
- margin: 0;
- padding: 0;
- }
- [v-cloak]{
- display: none;
- }
- body {
- background: url(../img/register-bg.jpg) no-repeat 0 0;
- background-size: 100%;
- width: 100%;
- /* height: 100vh; */
- overflow: hidden;
- background-color: #F7F7F7;
- }
- .form-box {
- margin: 38vh 15px 0 15px;
- /* height: 750px; */
- background: #FFFFFF;
- opacity: 1;
- border-radius: 20px;
- padding: 24px 26px;
- }
- .form-input {
- width: 100%;
- height: 40px;
- text-decoration: none;
- border: none;
- background: #F8F8F8;
- opacity: 1;
- border-radius: 4px;
- text-indent: 11px;
- margin-bottom: 14px;
- font-size: 14px;
- }
- .yzm {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .yzm input {
- flex: 1;
- margin-right: 16px;
- height: 40px;
- background: #F8F8F8;
- opacity: 1;
- border-radius: 4px;
- text-indent: 11px;
- text-decoration: none;
- font-size: 14px;
- border: none;
- }
- .yzm .sendyzm {
- width: 110px;
- height: 40px;
- background: #887FF6;
- opacity: 1;
- border-radius: 4px;
- text-align: center;
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 40px;
- color: #FFFFFF;
- }
- .zhuce{
- margin-top: 62px;
- height: 40px;
- line-height: 40px;
- color: #fff;
- background-color: #887FF6;
- border-radius: 7px;
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- }
- .tips{
- text-align: center;
- margin-top: 30px;
-
- font-size: 17px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FD6767;
- }
|