tech.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .set-tech {
  2. background: #fff;
  3. padding: 20px;
  4. .acc-title {
  5. color: #333;
  6. font-size: 16px;
  7. margin-bottom: 10px;
  8. span {
  9. font-size: 12px;
  10. color: #999;
  11. }
  12. }
  13. .tech-form {
  14. width: 600px;
  15. #techzone {
  16. .ant-cascader-picker {
  17. width: 80%;
  18. }
  19. button {
  20. border-radius: 4px;
  21. vertical-align: middle;
  22. margin-left: 10px;
  23. }
  24. }
  25. #skill {
  26. input {
  27. width: 58.5%;
  28. margin: 0 6px;
  29. }
  30. button {
  31. border-radius: 4px;
  32. vertical-align: middle;
  33. margin-left: 10px;
  34. }
  35. }
  36. .set-explain {
  37. margin-left: 16.5%;
  38. margin-bottom: 20px;
  39. .ant-tag {
  40. margin-bottom: 10px;
  41. }
  42. }
  43. .set-radio-button {
  44. margin-left: 4.5%;
  45. margin-bottom: 20px;
  46. .ant-radio-button-wrapper-checked {
  47. background: #58a3ff;
  48. color: #fff;
  49. }
  50. }
  51. .set-submit {
  52. width: 120px;
  53. border-radius: 4px;
  54. }
  55. .ant-form-item-label {
  56. text-align: left;
  57. }
  58. }
  59. }