style.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. @import '@/common/scss/base.scss';
  2. .volume-container {
  3. display: flex;
  4. flex-direction: column;
  5. height: 100%;
  6. background: url(/static/img/leads-img0.png) no-repeat;
  7. background-color: $color-7;
  8. background-size: 100%;
  9. .body {
  10. flex: 1;
  11. }
  12. }
  13. .volume-content {
  14. .cur {
  15. box-shadow: 0 0px 4px 1px #ffd023;
  16. z-index: 2;
  17. position: relative;
  18. }
  19. textarea, input {
  20. border: 0;
  21. width: 100%;
  22. width: 100%;
  23. outline: none;
  24. padding: $sp-md 0;
  25. }
  26. input[readonly] {
  27. cursor: pointer;
  28. }
  29. textarea {
  30. min-height: 120px;
  31. }
  32. .vertical {
  33. margin-top: $sp-sm;
  34. margin-bottom: $sp-sm;
  35. }
  36. .horizontal {
  37. margin-top: $sp-sm;
  38. margin-bottom: $sp-sm;
  39. }
  40. }
  41. .slider-layout {
  42. flex: 1;
  43. padding: 0 $sp-md;
  44. padding-bottom: $sp-md;
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. .val,
  49. .warn {
  50. padding-bottom: $sp-lg;
  51. font-size: $size-lg;
  52. color: $color-success;
  53. }
  54. .warn {
  55. color: $color-3;
  56. }
  57. .ruler-layout {
  58. font-size: $size-xs;
  59. width: 100%;
  60. display: flex;
  61. align-items: center;
  62. justify-content: space-between;
  63. border-bottom: 1px solid $color-4;
  64. margin-top: $sp-lg;
  65. margin-bottom: $sp-md;
  66. .ruler-item {
  67. position: relative;
  68. height: $size-xs;
  69. background: $color-4;
  70. width: 1px;
  71. span {
  72. position: absolute;
  73. left: 0;
  74. top: ($size-xs + $sp-xs);
  75. white-space: nowrap;
  76. color: $color-3;
  77. transform: translateX(-50%);
  78. text-align: center;
  79. }
  80. }
  81. }
  82. }
  83. .buyer-img {
  84. width: 124.5px;
  85. height: 36.5px;
  86. }
  87. .hw {
  88. height: 80px;
  89. }
  90. .h-memo {
  91. font-size: 24px;
  92. }
  93. .il-img2 {
  94. width: 153.5px;
  95. height: 131px;
  96. }
  97. .card {
  98. margin-top: -18px;
  99. box-shadow: 0 3px 6px 1px $color-5;
  100. border-radius: $size-md;
  101. }
  102. .f-label {
  103. width: $size-md * 5 + $sp-md;
  104. }
  105. .l-pie, .r-pie {
  106. width: $size-md;
  107. height: $size-md;
  108. }
  109. .l-pie {
  110. margin-left: -($size-md / 2)
  111. }
  112. .r-pie {
  113. margin-right: -($size-md / 2)
  114. }
  115. .h-memo-h1 {
  116. font-size: 36px;
  117. }
  118. .h-memo-h2 {
  119. font-size: 28px;
  120. }