| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* /cert/apply 非scoped处理 */
- .apply h1 {
- font-size: 28px;
- font-weight: 500;
- color: rgba(29, 42, 58, 1);
- text-align: center;
- margin: 16px 0 0;
- padding: 0 0 25px;
- border-bottom: 1px solid #d8d8d8;
- }
- .apply p {
- line-height: 28px;
- word-break: break-all;
- }
- .apply a {
- text-decoration: underline;
- }
- .agreement-dialog {
- height: 600px;
- overflow-y: scroll;
- }
- .el-form--label-top label.el-form-item__label {
- padding: 0;
- }
- .register .el-form-item {
- margin-bottom: 18px;
- }
- .el-form-item__label {
- line-height: 30px;
- }
- .cash-input input {
- padding-left: 36px;
- }
- .register .el-form-item__label {
- line-height: 30px;
- }
|