person.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .set-person {
  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. margin-left: 10px;
  12. }
  13. }
  14. .person-form {
  15. width: 600px;
  16. .set-explain {
  17. margin-left: 12.5%;
  18. margin-bottom: 20px;
  19. }
  20. .set-submit {
  21. width: 120px;
  22. border-radius: 4px;
  23. }
  24. .ant-form-item-label {
  25. text-align: left;
  26. }
  27. #province {
  28. select {
  29. margin-right: 20px;
  30. width: 80px;
  31. height: 32px;
  32. border: 1px solid #d9d9d9;
  33. }
  34. }
  35. #telephone {
  36. input {
  37. width: 25%;
  38. }
  39. #fixedTel {
  40. width: 42%;
  41. }
  42. }
  43. .school-props {
  44. > div {
  45. float: left;
  46. width: 50%;
  47. span {
  48. display: inline-block;
  49. width: 45%;
  50. }
  51. }
  52. }
  53. }
  54. .avatar-uploader,
  55. .avatar-uploader-trigger,
  56. .avatar {
  57. width: 150px;
  58. height: 150px;
  59. }
  60. .avatar-uploader {
  61. display: block;
  62. border: 1px dashed #d9d9d9;
  63. border-radius: 6px;
  64. cursor: pointer;
  65. }
  66. .avatar-uploader-trigger {
  67. display: table-cell;
  68. vertical-align: middle;
  69. font-size: 28px;
  70. color: #999;
  71. }
  72. #cmbProvince,#cmbCity,#cmbArea {
  73. border-radius: 4px;
  74. }
  75. }