sign.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. width: 25vw;
  15. text-align: left;
  16. font-size: 16px;
  17. }
  18. .value {
  19. width: 65vw;
  20. text-align: right;
  21. font-size: 16px;
  22. textarea {
  23. width: 65vw;
  24. }
  25. }
  26. }
  27. .btn {
  28. margin: 2vw 0 0 0;
  29. text-align: center;
  30. }
  31. }
  32. }
  33. .dialog_1 {
  34. .info {
  35. .info_1 {
  36. font-size: 15px;
  37. font-weight: bold;
  38. }
  39. .info_2 {
  40. .info_2_1 {
  41. margin: 0 0 1vw 0;
  42. font-size: 12px;
  43. color: #858585;
  44. }
  45. }
  46. }
  47. .btn {
  48. text-align: center;
  49. button {
  50. margin: 0 2vw;
  51. font-size: 12px;
  52. }
  53. }
  54. }