common.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. -webkit-user-select: none;
  7. -moz-user-select: none;
  8. -o-user-select: none;
  9. user-select: none;
  10. }
  11. div {
  12. box-sizing: border-box;
  13. }
  14. .rows {
  15. display: flex;
  16. flex-direction: row;
  17. align-items: center;
  18. }
  19. .rows-between {
  20. justify-content: space-between;
  21. }
  22. .columns {
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. justify-content: space-between;
  27. }
  28. .eslipe {
  29. overflow: hidden;
  30. white-space: nowrap;
  31. text-overflow: ellipsis;
  32. }
  33. .flex-start {
  34. align-items: flex-start;
  35. }
  36. .flex-end {
  37. justify-content: flex-end;
  38. }
  39. .justify-center {
  40. justify-content: center;
  41. }
  42. .justify-content-start {
  43. justify-content: flex-start;
  44. }
  45. .flex-1 {
  46. flex: 1;
  47. }
  48. .grid-view {
  49. display: grid;
  50. grid-template-columns: repeat(2, 1fr);
  51. /* grid-row-gap: 20rem; */
  52. grid-gap: 20rem 80rem;
  53. }
  54. ::-webkit-scrollbar {
  55. width: 0;
  56. height: 0;
  57. color: transparent;
  58. }
  59. .el-checkbox__inner {
  60. border-color: #EF863F;
  61. }
  62. .el-checkbox__inner:hover {
  63. border-color: #EF863F;
  64. }
  65. .pointer {
  66. cursor: pointer
  67. }
  68. /* 项目提示信息 */
  69. .infoWindowHtml {
  70. z-index: 1000!important;
  71. cursor: pointer;
  72. }
  73. .project-content {
  74. position: relative;
  75. /* float: left; */
  76. /* width: auto; */
  77. width: 300rem;
  78. padding: 15rem 20rem;
  79. box-sizing: border-box;
  80. /* background: linear-gradient(90deg,#000000 1%, rgba(0,0,0,0.00));
  81. backdrop-filter: blur(30.24rem); */
  82. padding-bottom: 4rem;
  83. cursor: pointer;
  84. }
  85. .filter-view {
  86. position: absolute;
  87. width: 100%;
  88. height: 100%;
  89. ;
  90. left: 0rem;
  91. top: 0rem;
  92. filter: blur(30rem);
  93. background: linear-gradient(90deg, #000000 1%, rgba(0, 0, 0, 0.00));
  94. border-radius: 12px;
  95. backdrop-filter: blur(10.02px);
  96. z-index: -1;
  97. }
  98. .project-head {
  99. width: 40rem;
  100. height: 40rem;
  101. line-height: 40rem;
  102. background: rgba(0, 0, 0, 0.00);
  103. border: 1rem solid rgba(255, 255, 255, 0.33);
  104. border-radius: 50%;
  105. margin-right: 8rem;
  106. font-size: 18px;
  107. font-family: Verdana, Verdana-Bold;
  108. font-weight: 700;
  109. text-align: center;
  110. color: #ffffff;
  111. object-fit: cover;
  112. }
  113. .project-name {
  114. height: 28rem;
  115. line-height: 28rem;
  116. font-size: 20px;
  117. font-family: Verdana, Verdana-Bold;
  118. font-weight: 700;
  119. text-align: left;
  120. color: #ffffff;
  121. }
  122. .project-address {
  123. height: 17rem;
  124. line-height: 17rem;
  125. opacity: 0.5;
  126. font-size: 12px;
  127. font-family: Verdana, Verdana-Bold;
  128. font-weight: 400;
  129. text-align: left;
  130. color: #ffffff;
  131. }
  132. .project-tips {
  133. width: 40rem;
  134. height: 22rem;
  135. background: rgba(255, 255, 255, 0.2);
  136. border-radius: 4rem;
  137. font-size: 14px;
  138. font-family: FontName, FontName-Regular;
  139. font-weight: 400;
  140. text-align: center;
  141. color: #ffffff;
  142. line-height: 22rem;
  143. font-style: italic;
  144. margin-left: 10rem;
  145. }
  146. .project-area {
  147. margin-top: 6rem;
  148. height: 20rem;
  149. line-height: 20rem;
  150. font-size: 14px;
  151. font-family: Verdana, Verdana-Bold;
  152. font-weight: 700;
  153. text-align: left;
  154. color: #ffffff;
  155. overflow: hidden;
  156. }
  157. .project-footer {
  158. position: relative;
  159. width: 100%;
  160. height: 10rem;
  161. margin-top: 10rem;
  162. overflow: hidden;
  163. }
  164. .project-footer-top {
  165. width: 100%;
  166. height: 4rem;
  167. background: linear-gradient(90deg, var(--themeColor4) 1%, transparent);
  168. }
  169. .project-footer-left {
  170. position: absolute;
  171. top: 0rem;
  172. border-width: 10rem;
  173. border-top-color: transparent;
  174. border-right-color: transparent;
  175. border-bottom-color: transparent;
  176. border-left-color: var(--themeColor4);
  177. border-style: solid;
  178. border-left-width: 5rem;
  179. border-top-width: 0rem;
  180. }
  181. .polyon-content {
  182. float: left;
  183. width: auto;
  184. font-size: 14px;
  185. white-space: nowrap;
  186. font-family: Verdana, Verdana-Bold;
  187. font-weight: 700;
  188. text-align: center;
  189. color: var(--themeColor1);
  190. text-shadow: 0rem 0rem #000000;
  191. }
  192. .competitionProjectHide {
  193. display: none !important;
  194. }
  195. .competitionProjectShow {
  196. display: flex;
  197. }
  198. .infoWindowUnSelected .project-head {
  199. display: none;
  200. }
  201. .infoWindowUnSelected .project-name {
  202. height: 20rem;
  203. line-height: 20rem;
  204. font-size: 14px;
  205. }
  206. .infoWindowSelected .project-tips,
  207. .infoWindowUnSelected .project-tips {
  208. display: none;
  209. }
  210. .infoWindowHtml.infoWindowSelected {
  211. z-index: 1001!important;
  212. }
  213. .infoWindowUnSelected .project-address {
  214. display: none;
  215. }
  216. .infoWindowUnSelected .project-area {
  217. height: 17rem;
  218. line-height: 17rem;
  219. opacity: 0.6;
  220. font-size: 12px;
  221. margin-top: 0rem;
  222. }
  223. .infoWindowUnSelected .project-footer {
  224. margin-top: 8rem;
  225. }
  226. .competitionUnSelected .project-name {
  227. height: 20rem;
  228. line-height: 20rem;
  229. font-size: 14px;
  230. }
  231. .competitionUnSelected .project-area {
  232. display: none;
  233. }
  234. /* 项目竞品状态 */
  235. .competitionProject .project-name {
  236. height: 20rem;
  237. line-height: 20rem;
  238. font-size: 14px;
  239. }
  240. .competitionProject .project-head,
  241. .competitionProject .project-area,
  242. .competitionProject .project-address {
  243. display: none;
  244. }
  245. /* 圆柱样式 */
  246. .cricleColumn-view {
  247. position: relative;
  248. width: 90rem;
  249. height: 152rem;
  250. cursor: pointer;
  251. }
  252. .cricleColumn-img {
  253. width: 90rem;
  254. height: 152rem;
  255. }
  256. .cricleColumn-text {
  257. position: absolute;
  258. bottom: 0rem;
  259. left: 0rem;
  260. width: 100%;
  261. height: 37rem;
  262. font-size: 14px;
  263. font-family: DIN Alternate, DIN Alternate-Bold;
  264. font-weight: 700;
  265. text-align: center;
  266. color: #ffdf80;
  267. line-height: 14rem;
  268. }
  269. .cricleColumn1-view {
  270. position: relative;
  271. width: 82rem;
  272. height: 152rem;
  273. cursor: pointer;
  274. }
  275. .cricleColumn1-img {
  276. width: 82rem;
  277. height: 152rem;
  278. }
  279. .cricleColumn2-view {
  280. width: 60px;
  281. height: 60px;
  282. }
  283. .cricleColumn2-img {
  284. width: 100%;
  285. height: 100%;
  286. }
  287. .cricleColumn1-text {
  288. position: absolute;
  289. bottom: 14rem;
  290. left: 0rem;
  291. width: 100%;
  292. font-size: 14px;
  293. font-family: DIN Alternate, DIN Alternate-Bold;
  294. font-weight: 700;
  295. text-align: center;
  296. color: #fff;
  297. line-height: 20rem;
  298. }
  299. .project-plate2{
  300. display: flex;
  301. flex-direction: column;
  302. width: 40px;
  303. height: 58px;
  304. align-items: center;
  305. }
  306. .plate-point-icon2{
  307. width: 10rem;
  308. height: 10rem;
  309. min-height: 10rem;
  310. background: #FFDB89;
  311. border-radius: 50%;
  312. margin-top: 15rem;
  313. }
  314. .plate-point-name-img2{
  315. width: 35px;
  316. height: 35px;
  317. border-radius: 50%;
  318. transform: rotate(45deg);
  319. }
  320. .plate-point-name2{
  321. background: #FFDB89;
  322. width: 40px;
  323. min-width: 40px;
  324. height: 40px;
  325. min-height: 40px;
  326. border-top-left-radius: 50%;
  327. border-top-right-radius: 50%;
  328. border-bottom-right-radius: 50%;
  329. border-bottom-left-radius: 3px;
  330. transform: rotate(-45deg);
  331. display: flex;
  332. align-items: center;
  333. justify-content: center;
  334. }
  335. .plate-point-name-txt2 {
  336. font-size: 18px;
  337. font-family: Verdana, Verdana-Bold;
  338. text-align: center;
  339. color: #ffffff;
  340. transform: rotate(45deg);
  341. overflow: hidden;
  342. white-space: nowrap;
  343. width: 40px;
  344. }
  345. .el-picker-panel__content .el-date-table td.disabled div{
  346. background: transparent;
  347. }
  348. .el-date-table td.current:not(.disabled) span{
  349. background-color: var(--themeColor1);
  350. }
  351. .el-date-table td.today span{
  352. color: var(--themeColor1);
  353. }
  354. .el-date-table td:hover{
  355. color: var(--themeColor1);
  356. }
  357. .project-plate {
  358. display: flex;
  359. flex-direction: row;
  360. width: 265px;
  361. height: 58px;
  362. align-items: center;
  363. }
  364. .plate-point-icon {
  365. width: 10rem;
  366. height: 10rem;
  367. background: #fede7f;
  368. border-radius: 50%;
  369. margin-left: 20rem;
  370. }
  371. .plate-point-name {
  372. font-size: 16px;
  373. font-family: Verdana, Verdana-Bold;
  374. font-weight: 700;
  375. text-align: left;
  376. color: #ffffff;
  377. margin-left: 10rem;
  378. background: #181C28;
  379. border-radius: 6rem;
  380. padding: 6rem 10rem;
  381. }
  382. .plate-point-name-img {
  383. width: 35px;
  384. height: 35px;
  385. border-radius: 50%;
  386. transform: rotate(45deg);
  387. }
  388. .plate-point-name-txt {
  389. font-size: 18px;
  390. font-family: Verdana, Verdana-Bold;
  391. font-weight: 700;
  392. text-align: center;
  393. color: #ffffff;
  394. transform: rotate(45deg);
  395. overflow: hidden;
  396. white-space: nowrap;
  397. width: 40px;
  398. }
  399. .cricleColumn2-text {
  400. position: absolute;
  401. left: 50%;
  402. top: 50%;
  403. transform: translate(-50%, -50%);
  404. width: 100%;
  405. font-size: 12px;
  406. font-family: DIN Alternate, DIN Alternate-Bold;
  407. text-align: center;
  408. color: #fff;
  409. }
  410. .poi-view {
  411. position: relative;
  412. width: max-content;
  413. height: 30rem;
  414. background: rgba(255, 255, 255, 0.2);
  415. border-radius: 15rem;
  416. backdrop-filter: blur(30rem);
  417. cursor: pointer;
  418. }
  419. .poi-view-radius {
  420. width: 24rem;
  421. height: 24rem;
  422. line-height: 22rem;
  423. background: rgba(118, 188, 255, 0.50);
  424. border: 1px solid #76bcff;
  425. border-radius: 50%;
  426. font-size: 12px;
  427. font-family: Verdana, Verdana-Regular;
  428. font-weight: 400;
  429. text-align: center;
  430. color: #ffffff;
  431. margin-left: 4rem;
  432. }
  433. .poi-view-text {
  434. font-size: 14px;
  435. font-family: Verdana, Verdana-Regular;
  436. font-weight: 400;
  437. text-align: left;
  438. color: #ffffff;
  439. margin-left: 5rem;
  440. margin-right: 10rem;
  441. }
  442. .poi-point {
  443. border-radius: 50%;
  444. width: 10rem;
  445. height: 10rem;
  446. background: #ffad5c;
  447. border: 1rem solid #fff;
  448. }
  449. .poi-view-poi {
  450. position: relative;
  451. width: max-content;
  452. background: rgba(255, 255, 255, 0.2);
  453. border-radius: 5rem;
  454. backdrop-filter: blur(30rem);
  455. cursor: pointer;
  456. padding: 10rem;
  457. display: flex;
  458. align-items: center;
  459. }
  460. .poi-view-poi-num {
  461. width: 24rem;
  462. min-width: 24rem;
  463. height: 24rem;
  464. background: var(--themeColor2_2);
  465. border: 1px solid var(--themeColor2);
  466. font-size: 12px;
  467. text-align: center;
  468. color: #fff;
  469. line-height: 24rem;
  470. border-radius: 50%;
  471. margin-right: 10rem;
  472. }
  473. .poi-view-info {
  474. font-size: 14px;
  475. font-family: Verdana, Verdana-Regular;
  476. font-weight: 400;
  477. text-align: left;
  478. color: #ffffff;
  479. margin-left: 5rem;
  480. margin-right: 10rem;
  481. }
  482. .poi_sanjiao {
  483. position: absolute;
  484. bottom: -12rem;
  485. width: 0rem;
  486. height: 0;
  487. border: 6rem solid;
  488. border-color: rgba(255, 255, 255, 0.2) transparent transparent;
  489. left: calc((100% - 12rem) / 2);
  490. }
  491. .poiUnSelected .poi-view {
  492. background: unset;
  493. backdrop-filter: unset;
  494. }
  495. .poiUnSelected .poi-view-text {
  496. opacity: 0;
  497. }
  498. .trafficPoint-view {
  499. width: 24rem;
  500. height: 24rem;
  501. background: rgba(255, 255, 255, 0.00);
  502. border: 1px solid var(--themeColor2);
  503. border-radius: 50%;
  504. font-size: 12px;
  505. font-family: Verdana, Verdana-Regular;
  506. font-weight: 400;
  507. color: var(--themeColor2);
  508. text-align: center;
  509. line-height: 24rem;
  510. }
  511. /* 预览视图里面的拖拽样式 */
  512. .custom-content-marker {
  513. position: relative;
  514. width: 206px;
  515. height: 206px;
  516. /*border-radius: 50%;*/
  517. /*border: var(--themeColor3) solid 1px;*/
  518. /*background: var(--themeColor3_2);*/
  519. box-sizing: border-box;
  520. }
  521. .custom-content-img {
  522. width: 32px;
  523. height: 32px;
  524. }
  525. .project-view {
  526. position: absolute;
  527. right: 0rem;
  528. top: 0rem;
  529. width: 690rem;
  530. height: calc(100% - 50rem);
  531. padding: 20rem 20rem 20rem 0;
  532. transition: 0.3s;
  533. transform: translateX(0rem);
  534. z-index: 11 !important;
  535. }
  536. .project-view-content {
  537. min-height: 240rem;
  538. position: relative;
  539. width: 100%;
  540. height: calc(100% - 100rem);
  541. border-radius: 10rem;
  542. padding: 20rem;
  543. backdrop-filter: blur(10.36rem);
  544. color: azure;
  545. margin-top: 10rem;
  546. }
  547. .project-view-content-scroll {
  548. overflow: auto;
  549. }
  550. .show-flex1 {
  551. display: flex;
  552. }
  553. .align-center {
  554. align-items: center;
  555. }
  556. .column {
  557. flex-direction: column;
  558. }
  559. .content-center {
  560. justify-content: center;
  561. }
  562. .content-between {
  563. justify-content: space-between;
  564. }
  565. .content-around {
  566. justify-content: space-around;
  567. }
  568. .content-start {
  569. justify-content: flex-start;
  570. }
  571. .content-end {
  572. justify-content: flex-end;
  573. }
  574. .cursor-pointer {
  575. cursor: pointer;
  576. }
  577. .disabled {
  578. cursor: not-allowed;
  579. opacity: 0.5;
  580. }
  581. .el-select-dropdown {
  582. border-radius: 10px;
  583. backdrop-filter: blur(30px);
  584. background-color: rgba(149, 149, 149, 0.9);
  585. border: none;
  586. /*color: #fff;*/
  587. }
  588. .el-select-dropdown__item {
  589. color: #fff;
  590. }
  591. .el-select-dropdown__item.hover,
  592. .el-select-dropdown__item:hover {
  593. background-color: rgba(255, 255, 255, 0.1);
  594. }
  595. .el-select-dropdown__item.selected {
  596. color: var(--themeColor11);
  597. font-weight: 700;
  598. }
  599. .el-picker-panel {
  600. border-radius: 10px;
  601. backdrop-filter: blur(30px);
  602. background-color: rgba(149, 149, 149, 0.5);
  603. border: none;
  604. color: #fff;
  605. }
  606. .time-select-item {
  607. color: #fff;
  608. text-align: center;
  609. }
  610. .time-select-item:hover {
  611. background-color: rgba(255, 255, 255, 0.1) !important;
  612. }
  613. .time-select-item.selected {
  614. color: var(--themeColor1) !important;
  615. font-weight: 700;
  616. }
  617. .amap-ui-pointsimplifier-container .overlay-title{
  618. width: max-content;
  619. background-color: rgba(255, 255, 255, 0.2) !important;
  620. border-radius: 5rem !important;
  621. backdrop-filter: blur(30rem);
  622. border:none !important;
  623. font-size: 14px !important;
  624. font-family: Verdana, Verdana-Regular;
  625. font-weight: 400;
  626. text-align: left;
  627. color: #ffffff !important;
  628. padding: 10rem !important;
  629. }
  630. .amap-ui-pointsimplifier-container .overlay-title.top:after{
  631. border-top-color:rgba(255, 255, 255, 0) !important;
  632. }
  633. .amap-ui-pointsimplifier-container .overlay-title.top:before{
  634. border-top-color:rgba(255, 255, 255, 0.2) !important;
  635. }
  636. .amap-ui-pointsimplifier-container .overlay-title.top {
  637. transform: translate(-50%,-115%) !important;
  638. }
  639. .popper-class-11{
  640. /*background-color: rgb(121, 121, 121);*/
  641. background-color:rgba(255,255,255,0.2);
  642. border: none;
  643. color:rgba(255,255,255,0.9);
  644. backdrop-filter: blur(12px);
  645. min-width: auto;
  646. }
  647. .popper-class-12{
  648. /*background-color: rgb(121, 121, 121);*/
  649. background-color:rgba(255,255,255,0.4);
  650. border: none;
  651. color:rgba(255,255,255,0.8);
  652. backdrop-filter: blur(30px);
  653. }
  654. .popper-class-12.el-popper .popper__arrow,.popper-class-11.el-popper .popper__arrow {
  655. display: block !important;
  656. border-top-color: rgba(255,255,255,0.41)
  657. }
  658. .popper-class-12 .popper__arrow::after {
  659. bottom: 1px;
  660. margin-left: -6px;
  661. border-top-color: rgba(87, 87, 87, 0.41) !important;
  662. border-bottom-width: 0;
  663. }
  664. .popper-class-11 .popper__arrow::after {
  665. bottom: 1px;
  666. margin-left: -6px;
  667. border-top-color: rgba(87, 87, 87, 0.41) !important;
  668. border-bottom-width: 0;
  669. }
  670. .popper-class-12 .el-input__inner,.popper-class-12 .el-input__inner,
  671. .popper-class-11 .el-input__inner,.popper-class-11 .el-input__inner{
  672. background-color: transparent;
  673. border: 1px solid rgba(255,255,255,0.3);
  674. color: rgba(255,255,255,0.8);
  675. height: 32px;
  676. line-height: 32px;
  677. padding-left: 20px;
  678. padding-right: 35px;
  679. }
  680. .popper-class-11 .el-input__prefix,.popper-class-11 .el-input__suffix{
  681. top: 9px;
  682. }
  683. .theme1 .el-radio__input.is-checked .el-radio__inner {
  684. border-color: var(--themeColor11);
  685. background: transparent;
  686. }
  687. .theme1 .el-radio__inner::after {
  688. width: 8px;
  689. height: 8px;
  690. background-color: var(--themeColor11);
  691. }
  692. .theme1 .el-radio__inner:hover {
  693. border-color: var(--themeColor11);
  694. }
  695. .theme1 .el-radio__inner {
  696. border: 1px solid #cbc0c0;
  697. border-radius: 100%;
  698. width: 14px;
  699. height: 14px;
  700. background-color: transparent;
  701. cursor: pointer;
  702. box-sizing: border-box;
  703. }
  704. .theme1 .el-radio__input.is-checked+.el-radio__label {
  705. color: rgba(255,255,255,0.7);
  706. }
  707. .theme1 .el-radio{
  708. font-family: "Verdana";
  709. font-weight: 400;
  710. font-size: 14px;
  711. text-align: left;
  712. color: rgba(255,255,255,0.7);
  713. }
  714. .el-input__inner:focus.el-focus{
  715. border-color: var(--themeColor11);
  716. }
  717. .popper-class-12 .danwei{
  718. color: rgba(255,255,255,0.8);
  719. height: 32px;
  720. line-height: 32px;
  721. }
  722. .popper-class-12 .el-slider__runway{
  723. height: 4px;
  724. background-color: rgba(255,255,255,0.4);
  725. }
  726. .popper-class-12 .el-slider__bar{
  727. height: 4px;
  728. background-color: rgb(251, 231, 166);
  729. }
  730. .popper-class-12 .el-slider__button {
  731. width: 12px;
  732. height: 12px;
  733. border: none;
  734. }
  735. .align-start{
  736. align-items: flex-start;
  737. }
  738. .align-end{
  739. align-items: flex-end;
  740. }
  741. .el-date-table td.end-date span, .el-date-table td.start-date span {
  742. background-color: var(--themeColor11) !important;
  743. color: #6E6F72;
  744. }
  745. .el-date-table td.in-range div, .el-date-table td.in-range div:hover, .el-date-table.is-week-mode .el-date-table__row.current div, .el-date-table.is-week-mode .el-date-table__row:hover div {
  746. background-color: rgba(242, 246, 252, 0.2);
  747. }
  748. .el-date-table td.today span {
  749. color: var(--themeColor11);
  750. }
  751. .el-date-table td:hover {
  752. color: var(--themeColor11);
  753. }
  754. .el-date-table td.available:hover {
  755. color: var(--themeColor11);
  756. }
  757. .el-picker-panel__icon-btn{
  758. color: var(--themeColor9);
  759. }
  760. .el-date-range-picker__content.is-left {
  761. border-right: 1px solid var(--themeColor9_1);
  762. }
  763. .el-date-table th {
  764. border-bottom: 1px solid var(--themeColor9_1);
  765. }
  766. .pp-planstatus{
  767. margin-left: -15px;
  768. }
  769. .pp-planstatus .el-select-dropdown__item{
  770. font-size: 13px;
  771. padding: 0 15px;
  772. }