teamautoAdd.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .main {
  2. height: 88.8vh;
  3. .one {
  4. width: 96vw;
  5. .content {
  6. background-color: #ffffff;
  7. border-bottom: 1px solid #cccccc;
  8. display: flex;
  9. flex-direction: row;
  10. justify-content: space-between;
  11. padding: 2vw;
  12. width: 92vw;
  13. .label {
  14. text-align: left;
  15. font-size: 16px;
  16. }
  17. .value {
  18. width: 65vw;
  19. text-align: right;
  20. font-size: 16px;
  21. textarea {
  22. width: 65vw;
  23. }
  24. }
  25. }
  26. .btn {
  27. margin: 2vw 0 0 0;
  28. text-align: center;
  29. }
  30. }
  31. .two {
  32. width: 96vw;
  33. .two_1 {
  34. display: flex;
  35. flex-direction: column;
  36. .list {
  37. background-color: #ffffff;
  38. margin: 0 0 2vw 0;
  39. padding: 2vw;
  40. width: 92vw;
  41. border: 1px solid #f1f1f1;
  42. .name {
  43. display: flex;
  44. flex-direction: row;
  45. justify-content: space-between;
  46. margin: 0 0 1vw 0;
  47. .name_1 {
  48. font-size: 18px;
  49. font-weight: bold;
  50. }
  51. .name_2 {
  52. button {
  53. font-size: 14px;
  54. }
  55. }
  56. }
  57. .person {
  58. display: flex;
  59. flex-direction: row;
  60. justify-content: space-between;
  61. flex-wrap: wrap;
  62. .personList {
  63. border: 1px solid #f1f1f1;
  64. padding: 2vw;
  65. width: 25vw;
  66. margin: 0 0 2vw 0;
  67. text-align: center;
  68. .icon {
  69. width: 100%;
  70. height: 80px;
  71. border-radius: 5px;
  72. }
  73. .name {
  74. text-align: center;
  75. font-size: 15px;
  76. font-weight: normal;
  77. }
  78. .btn {
  79. text-align: center;
  80. button {
  81. font-size: 14px;
  82. padding: 0 5vw;
  83. }
  84. }
  85. }
  86. }
  87. }
  88. }
  89. .two_2 {
  90. text-align: center;
  91. }
  92. }
  93. }