储能智慧云平台web端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.scss 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. /* 去除边框 */
  2. * {
  3. font-size: 14px;
  4. }
  5. .Space_content {
  6. .select {
  7. min-width: 100px;
  8. .el-input__inner {
  9. padding-right: 20px;
  10. padding-left: 15px;
  11. font-weight: 600;
  12. background-color: transparent;
  13. border: none;
  14. }
  15. &:hover {
  16. cursor: pointer;
  17. background-color: rgb(46 46 56 / 8%);
  18. border-radius: 5px;
  19. }
  20. .el-icon-arrow-up::before {
  21. color: #000000;
  22. content: "\e78f";
  23. }
  24. .el-input__suffix {
  25. top: -2px;
  26. right: 0;
  27. }
  28. .el-input__prefix {
  29. position: relative;
  30. left: 0;
  31. box-sizing: border-box;
  32. height: 32px;
  33. padding: 0 30px;
  34. line-height: 35px;
  35. visibility: hidden;
  36. }
  37. input {
  38. position: absolute;
  39. }
  40. }
  41. .el-input {
  42. width: auto !important;
  43. }
  44. }
  45. .title {
  46. display: flex;
  47. :deep(.el-select__wrapper) {
  48. .el-select__prefix {
  49. color: #000000 !important;
  50. }
  51. .el-select__selected-item {
  52. font-size: 22px;
  53. }
  54. background-color: rgb(0 0 0 / 0%);
  55. box-shadow: 0 0 0 0 !important;
  56. --el-input-transparent-border: 0 0 0 0px;
  57. --el-input-hover-border: 0px !important;
  58. --el-input-border: 0px;
  59. // background-color:
  60. }
  61. :deep(.el-select .el-input__wrapper.is-focus) {
  62. box-shadow: 0 0 0 0 !important;
  63. }
  64. :deep(.el-select .el-input.is-focus .el-input__wrapper) {
  65. box-shadow: 0 0 0 0 !important;
  66. }
  67. // 自定义el-select的下拉箭头
  68. :deep(.el-select__caret) {
  69. /* 为下拉小箭头留出一点位置,避免被文字覆盖 */
  70. padding-right: 10px;
  71. /* 很关键:将默认的select选择框样式清除 */
  72. appearance: none;
  73. /* 自定义图片 */
  74. background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  75. /* 自定义图片的大小 */
  76. background-size: 14px 12px;
  77. }
  78. /* 将小箭头的样式去去掉 */
  79. :deep(.el-select__suffix .el-icon svg) {
  80. width: 0;
  81. }
  82. :deep(.el-icon-arrow-up::before) {
  83. content: "";
  84. }
  85. :deep(.el-select--large .el-select__wrapper) {
  86. font-size: 24px;
  87. }
  88. }
  89. .electricityprice {
  90. margin-top: 20px;
  91. }
  92. .price_allocation {
  93. box-sizing: border-box;
  94. display: flex;
  95. align-items: center;
  96. width: 100%;
  97. padding-left: 20px;
  98. // background: #d4e3fc;
  99. }
  100. .datepicker {
  101. display: flex;
  102. align-items: center;
  103. justify-content: space-between;
  104. margin-top: 20px;
  105. }
  106. .all_ocation {
  107. display: flex;
  108. flex-wrap: wrap;
  109. width: 100%;
  110. }
  111. .allocation_1 {
  112. box-sizing: border-box;
  113. width: 25%;
  114. height: 154px;
  115. margin-top: 20px;
  116. border-top: 1px solid #ebeef5;
  117. border-right: 1px solid #ebeef5;
  118. border-bottom: 1px solid #ebeef5;
  119. }
  120. .header {
  121. box-sizing: border-box;
  122. display: flex;
  123. align-items: center;
  124. width: 100%;
  125. height: 54px;
  126. padding-left: 30px;
  127. font-weight: 600;
  128. border-bottom: 1px solid #ebeef5;
  129. // background: #f1f2f5;
  130. }
  131. .body {
  132. box-sizing: border-box;
  133. display: flex;
  134. align-items: center;
  135. width: 100%;
  136. height: 100px;
  137. padding-left: 30px;
  138. }
  139. .body_content {
  140. display: flex;
  141. flex-wrap: wrap;
  142. width: 85%;
  143. }
  144. .bodycheck {
  145. color: #0052d9;
  146. cursor: pointer;
  147. }
  148. .bodycheckbox {
  149. margin-top: 16px;
  150. margin-right: 12px;
  151. }
  152. .eltable {
  153. margin-top: 30px;
  154. }
  155. .eltable1 {
  156. box-sizing: border-box;
  157. margin-top: 30px;
  158. }
  159. .eltabledialog {
  160. margin-top: 30px;
  161. }
  162. .eltable_right {
  163. display: flex;
  164. align-items: center;
  165. float: right;
  166. margin-top: 20px;
  167. }
  168. :deep(.el-tabs__item.is-active) {
  169. font-weight: 600;
  170. color: #0052d9;
  171. opacity: 0.5;
  172. }
  173. :deep(.el-tabs__item) {
  174. color: rgb(94 94 94 / 85%);
  175. }
  176. .dialog_title {
  177. display: flex;
  178. width: 100%;
  179. margin-top: 20px;
  180. }
  181. .more_name {
  182. width: 150px;
  183. color: #777777;
  184. }
  185. .more_theme {
  186. width: 100%;
  187. color: #000000;
  188. }
  189. .dialog_name {
  190. padding-right: 8px;
  191. margin-right: 8px;
  192. border-right: 1px solid rgb(0 0 0 / 5%);
  193. }
  194. .dialog_11 {
  195. display: flex;
  196. flex-wrap: wrap;
  197. width: 80%;
  198. }
  199. .dialog_1 {
  200. margin-bottom: 10px;
  201. }
  202. .dialog_footer {
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. }
  207. .pagination {
  208. display: flex;
  209. justify-content: space-between;
  210. margin-top: 20px;
  211. }
  212. .templatebox {
  213. width: 100%;
  214. }
  215. .overview_title {
  216. display: flex;
  217. width: 100%;
  218. margin-top: 40px;
  219. }
  220. .overview_title1 {
  221. display: flex;
  222. }
  223. .dialog {
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. width: 100%;
  228. margin-top: 40px;
  229. }
  230. .dialog_box {
  231. box-sizing: border-box;
  232. display: flex;
  233. flex-direction: column;
  234. width: 834px;
  235. border-bottom: solid #222222 0.1px;
  236. border-left: solid #222222 0.1px;
  237. }
  238. .overview_tiem {
  239. display: flex;
  240. flex-direction: column;
  241. width: 100px;
  242. margin-top: 40px;
  243. }
  244. .dialog_box1 {
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. width: 100px;
  249. height: 60px;
  250. border-top: solid #222222 0.1px;
  251. border-right: solid #222222 0.1px;
  252. }
  253. .overview_dox1 {
  254. display: flex;
  255. align-items: center;
  256. justify-content: center;
  257. width: 60px;
  258. height: 60px;
  259. border-top: solid #222222 0.1px;
  260. border-right: solid #222222 0.1px;
  261. }
  262. .dialog_box11 {
  263. display: flex;
  264. border-top: solid #222222 0.1px;
  265. // border-bottom: solid #222222 0.1px;
  266. }
  267. .dialog_box111 {
  268. box-sizing: border-box;
  269. display: flex;
  270. }
  271. .dialog_box12 {
  272. display: flex;
  273. flex-direction: column;
  274. }
  275. .dialog_box121 {
  276. display: flex;
  277. }
  278. .overview_dox {
  279. display: flex;
  280. align-items: center;
  281. justify-content: center;
  282. width: 60px;
  283. height: 60px;
  284. background-color: #000000;
  285. }
  286. .overview_1dox {
  287. display: flex;
  288. align-items: center;
  289. justify-content: center;
  290. width: 60px;
  291. height: 60px;
  292. color: #000000;
  293. background-color: #efb786;
  294. // border-top: solid #222222 0.1px;
  295. border-right: solid #222222 0.1px;
  296. }
  297. .overview_2dox {
  298. display: flex;
  299. align-items: center;
  300. justify-content: center;
  301. width: 60px;
  302. height: 60px;
  303. color: #000000;
  304. background-color: #c35e0e;
  305. // border-top: solid #222222 0.1px;
  306. border-right: solid #222222 0.1px;
  307. }
  308. .overview_3dox {
  309. display: flex;
  310. align-items: center;
  311. justify-content: center;
  312. width: 60px;
  313. height: 60px;
  314. color: #000000;
  315. background-color: #fde696;
  316. // border-top: solid #222222 0.1px;
  317. border-right: solid #222222 0.1px;
  318. }
  319. .overview_4dox {
  320. display: flex;
  321. align-items: center;
  322. justify-content: center;
  323. width: 60px;
  324. height: 60px;
  325. color: #000000;
  326. background-color: #b6c6e8;
  327. // border-top: solid #222222 0.1px;
  328. border-right: solid #222222 0.1px;
  329. }
  330. .overview_5dox {
  331. display: flex;
  332. align-items: center;
  333. justify-content: center;
  334. width: 60px;
  335. height: 60px;
  336. color: #000000;
  337. background-color: #cccccc;
  338. // border-top: solid #222222 0.1px;
  339. border-right: solid #222222 0.1px;
  340. }
  341. .selectsite_right {
  342. display: flex;
  343. }
  344. .tabpane_1 {
  345. display: flex;
  346. align-items: center;
  347. justify-content: center;
  348. width: 88px;
  349. height: 30px;
  350. }
  351. .uploadname {
  352. margin-top: 20px;
  353. color: #0052d9;
  354. }
  355. .dialoglexce_box {
  356. width: 700px;
  357. }