special.css 642 B

12345678910111213141516171819202122232425262728293031323334353637
  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. word-break: break-all;
  14. }
  15. .apply a {
  16. text-decoration: underline;
  17. }
  18. .agreement-dialog {
  19. height: 600px;
  20. overflow-y: scroll;
  21. }
  22. .el-form--label-top label.el-form-item__label {
  23. padding: 0;
  24. }
  25. .register .el-form-item {
  26. margin-bottom: 18px;
  27. }
  28. .el-form-item__label {
  29. line-height: 30px;
  30. }
  31. .cash-input input {
  32. padding-left: 36px;
  33. }
  34. .register .el-form-item__label {
  35. line-height: 30px;
  36. }