add.less 810 B

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