| | |
| | | class="w-[100%]" |
| | | type="primary" |
| | | @click="getCode()" |
| | | style="background-color: #1D78F4;" |
| | | style="background-color: #1d78f4" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | } |
| | | |
| | | .NewClass { |
| | | ::v-deep( .el-input__inner ) { |
| | | ::v-deep(.el-input__inner) { |
| | | font-size: 20px; |
| | | line-height: 40px; |
| | | height: 60px; |
| | | } |
| | | ::v-deep(.el-button--large){ |
| | | ::v-deep(.el-button--large) { |
| | | padding: 20px; |
| | | box-sizing: border-box; |
| | | font-size: 20px; |
| | |
| | | margin-top: 20px; |
| | | } |
| | | } |
| | | |
| | | @media screen and (max-width: 1300px) { |
| | | .NewClass { |
| | | ::v-deep(.el-input__inner) { |
| | | font-size: 20px; |
| | | line-height: 40px; |
| | | height: 60px; |
| | | } |
| | | ::v-deep(.el-form-item--large){ |
| | | margin-bottom: 44px; |
| | | } |
| | | ::v-deep(.el-checkbox__label){ |
| | | font-size: 18px; |
| | | } |
| | | ::v-deep(.el-button--large) { |
| | | padding: 20px; |
| | | box-sizing: border-box; |
| | | font-size: 20px; |
| | | height: 60px; |
| | | margin-top: 20px; |
| | | } |
| | | } |
| | | } |
| | | </style> |