projectadd.less 832 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .main {
  2. height: 88vh;
  3. background: #ffffff;
  4. .one {
  5. width: 96vw;
  6. .content {
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. margin: 0 10px;
  12. padding: 10px 5px;
  13. border-bottom: 1px solid #cccccc;
  14. .label {
  15. font-size: 15px;
  16. }
  17. .value {
  18. color: #666;
  19. font-size: 16px;
  20. text-align: right;
  21. textarea {
  22. max-width: 220px;
  23. }
  24. }
  25. }
  26. .btn {
  27. width: 96vw;
  28. margin: 2vw 0 0 0;
  29. text-align: center;
  30. button {
  31. font-size: 14px;
  32. }
  33. }
  34. }
  35. }