special.css 617 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* /cert/apply 非scoped处理 */
  2. .apply h1 {
  3. font-size: 28px;
  4. font-weight: 500;
  5. color: rgba(29, 42, 58, 1);
  6. text-align: center;
  7. margin: 16px 0 0;
  8. padding: 0 0 25px;
  9. border-bottom: 1px solid #d8d8d8;
  10. }
  11. .apply p {
  12. line-height: 28px;
  13. }
  14. .apply a {
  15. text-decoration: underline;
  16. }
  17. .agreement-dialog {
  18. height: 600px;
  19. overflow-y: scroll;
  20. }
  21. .el-form--label-top label.el-form-item__label {
  22. padding: 0;
  23. }
  24. .register .el-form-item {
  25. margin-bottom: 18px;
  26. }
  27. .el-form-item__label {
  28. line-height: 30px;
  29. }
  30. .cash-input input {
  31. padding-left: 36px;
  32. }
  33. .register .el-form-item__label {
  34. line-height: 30px;
  35. }