main.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .btn[data-v-6de347ad] {
  2. box-sizing: border-box;
  3. min-width: 10px;
  4. height: 26px;
  5. border: 1px solid #171717;
  6. border-radius: 5px;
  7. font-family: -apple-system;
  8. display: inline-flex;
  9. flex-direction: row;
  10. align-items: center;
  11. justify-content: center;
  12. margin: 0 1px;
  13. cursor: pointer;
  14. }
  15. .btn .text[data-v-6de347ad] {
  16. padding: 0 18px;
  17. user-select: none;
  18. color: white;
  19. font: 12px bold;
  20. display: flex;
  21. flex-direction: row;
  22. align-items: center;
  23. justify-content: center;
  24. white-space: nowrap;
  25. }
  26. .click[data-v-6de347ad] {
  27. border-color: #fd942b;
  28. }
  29. .cc-section .header[data-v-bec250fe] {
  30. height: 26px;
  31. width: 100%;
  32. display: flex;
  33. flex-direction: row;
  34. align-items: center;
  35. justify-content: left;
  36. border-bottom: 1px solid #666666;
  37. color: #bdbdbd;
  38. }
  39. .cc-section .header .left[data-v-bec250fe] {
  40. cursor: pointer;
  41. display: flex;
  42. flex-direction: row;
  43. justify-content: center;
  44. align-items: center;
  45. }
  46. .cc-section .header .title[data-v-bec250fe] {
  47. color: #11ff00;
  48. user-select: none;
  49. font-size: 12px;
  50. font-weight: bold;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. white-space: nowrap;
  54. }
  55. .cc-section .header .fold[data-v-bec250fe] {
  56. margin: 0 3px;
  57. }
  58. .cc-section .header .arrow-right[data-v-bec250fe] {
  59. border: 4px solid transparent;
  60. border-left: 8px solid #bdbdbd;
  61. border-right: 0;
  62. }
  63. .cc-section .header .arrow-down[data-v-bec250fe] {
  64. border: 4px solid transparent;
  65. border-top: 7px solid #bdbdbd;
  66. border-bottom: 0;
  67. }
  68. .cc-input[data-v-0fdce90a] {
  69. display: flex;
  70. flex: 1;
  71. }
  72. .cc-input .readonly[data-v-0fdce90a] {
  73. border-color: #888888 !important;
  74. color: #bdbdbd !important;
  75. }
  76. .cc-input .disabled[data-v-0fdce90a] {
  77. border-color: #888888 !important;
  78. color: #888888 !important;
  79. user-select: none !important;
  80. }
  81. .cc-input input[data-v-0fdce90a] {
  82. border: 1px solid #171717;
  83. border-radius: 3px;
  84. margin: 0;
  85. padding: 0.17em 0.5em;
  86. width: 100%;
  87. display: inline-block;
  88. outline: none;
  89. background: #262626;
  90. font-size: 12px;
  91. height: 21px;
  92. box-sizing: border-box;
  93. color: #fd942b;
  94. }
  95. .cc-input input[data-v-0fdce90a]:hover {
  96. border-color: #888;
  97. }
  98. .cc-input input[data-v-0fdce90a]:focus {
  99. border-color: #fd942b;
  100. }
  101. .cc-prop[data-v-9166cee6] {
  102. display: flex;
  103. width: 100%;
  104. height: 26px;
  105. flex-direction: row;
  106. align-items: center;
  107. justify-content: center;
  108. margin: 2px 0;
  109. overflow: hidden;
  110. }
  111. .cc-prop .name[data-v-9166cee6] {
  112. user-select: none;
  113. margin-left: 15px;
  114. display: block;
  115. flex-direction: row;
  116. justify-content: left;
  117. align-items: center;
  118. font-size: 12px;
  119. color: #bdbdbd;
  120. width: 35%;
  121. min-width: 35%;
  122. overflow: hidden;
  123. white-space: nowrap;
  124. text-overflow: ellipsis;
  125. }
  126. .cc-prop .name-blue[data-v-9166cee6] {
  127. color: #09f !important;
  128. }
  129. .cc-prop .value[data-v-9166cee6] {
  130. overflow: hidden;
  131. display: flex;
  132. flex: 1;
  133. align-items: center;
  134. justify-content: center;
  135. }
  136. .cc-select[data-v-179fbecd] {
  137. position: relative;
  138. flex: 1;
  139. }
  140. .cc-select select[data-v-179fbecd] {
  141. appearance: none;
  142. display: flex;
  143. flex: 1;
  144. outline: 0;
  145. border: 1px solid #171717;
  146. text-overflow: ellipsis;
  147. color: #bdbdbd;
  148. background: 0 0;
  149. width: 100%;
  150. height: 21px;
  151. border-radius: 100px;
  152. padding: 0 0 0 8px;
  153. }
  154. .cc-select select[data-v-179fbecd]:hover {
  155. border-color: #888;
  156. }
  157. .cc-select select[data-v-179fbecd]:focus {
  158. border-color: #fd942b;
  159. }
  160. .cc-select[data-v-179fbecd]:after {
  161. display: block;
  162. content: " ";
  163. position: absolute;
  164. right: 0.8em;
  165. top: 50%;
  166. width: 0;
  167. height: 0;
  168. pointer-events: none;
  169. border-left: 4px solid transparent;
  170. border-right: 4px solid transparent;
  171. border-top: 7px solid #bdbdbd;
  172. margin-top: -3px;
  173. }