common.scss 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  1. .portal-nodata {
  2. position: absolute;
  3. top: 450rpx;
  4. width: 100%;
  5. text-align: center;
  6. z-index: 100;
  7. background-color: #f0f2f6;
  8. .portal-nodata-inner{
  9. align-items: center;
  10. .portal-nodata-text{
  11. color: #909399;
  12. }
  13. }
  14. }
  15. .tree-main {
  16. .ly-tree-node__icon {
  17. width: 60rpx;
  18. height: 60rpx !important;
  19. overflow: hidden;
  20. margin-right: 16rpx;
  21. border-radius: 100rpx;
  22. }
  23. }
  24. .uni-page-head-hd {
  25. .uni-page-head-ft {
  26. padding-left: 20rpx;
  27. .uni-page-head-btn {
  28. width: 48rpx;
  29. height: 48rpx;
  30. background: #f0f2f6 !important;
  31. line-height: 58rpx;
  32. text-align: center;
  33. border-radius: 50%;
  34. margin: 0;
  35. }
  36. }
  37. }
  38. .u-model__content__message {
  39. word-break: break-all;
  40. }
  41. .u-input__input {
  42. color: #606266 !important;
  43. }
  44. .u-select__header {
  45. position: relative;
  46. &::after {
  47. content: "";
  48. position: absolute;
  49. border-bottom: 0.5px solid #eaeef1;
  50. -webkit-transform: scaleY(0.5);
  51. transform: scaleY(0.5);
  52. bottom: 0;
  53. right: 0;
  54. left: 0;
  55. }
  56. }
  57. .u-input__textarea {
  58. padding: 18rpx 0 !important;
  59. }
  60. .u-select__body__multiple {
  61. .u-checkbox-group,
  62. .u-radio-group {
  63. width: 100%;
  64. padding: 0 30rpx;
  65. .u-checkbox,
  66. .u-radio {
  67. width: 100% !important;
  68. height: 70rpx;
  69. }
  70. .u-checkbox__label,
  71. .u-radio__label {
  72. flex: 1;
  73. margin-left: 40rpx;
  74. }
  75. }
  76. }
  77. .jnpf-city-select {
  78. .u-close {
  79. line-height: 1;
  80. }
  81. }
  82. .u-select__body__treeSelect {
  83. height: 780rpx !important;
  84. .treeSelect-search {
  85. padding: 20rpx 40rpx 0;
  86. }
  87. .u-select-head {
  88. width: 100%;
  89. height: 100rpx;
  90. align-items: center;
  91. padding: 0 16rpx !important;
  92. .backIcon {
  93. font-size: 40rpx;
  94. color: #000;
  95. }
  96. .title {
  97. width: 100%;
  98. height: 100%;
  99. text-align: center;
  100. }
  101. }
  102. }
  103. .swiper-box {
  104. .ly-tree-node__icon {
  105. // height: 70rpx;
  106. }
  107. }
  108. .popup-content,
  109. .user-select {
  110. .ly-tree {
  111. padding: 10rpx 0 0 0 !important;
  112. }
  113. .ly-tree-node__icon {
  114. /* #ifdef APP */
  115. line-height: 40rpx;
  116. /* #endif */
  117. /* #ifndef APP */
  118. line-height: 74rpx;
  119. /* #endif */
  120. height: 70rpx;
  121. }
  122. }
  123. .buttom-actions {
  124. position: fixed;
  125. z-index: 20;
  126. bottom: 0;
  127. }
  128. .buttom-actions,
  129. .flowBefore-actions {
  130. background-color: #fff;
  131. position: fixed;
  132. bottom: 0;
  133. display: flex;
  134. width: 100%;
  135. height: 88rpx;
  136. box-shadow: 0 -2rpx 8rpx #e1e5ec;
  137. z-index: 20;
  138. .buttom-btn-left-inner{
  139. width: 30%;
  140. align-items: center;
  141. justify-content: space-evenly;
  142. height: 88rpx;
  143. }
  144. .reject{
  145. color: #fff;
  146. /* #ifdef MP-WEIXIN */
  147. width: 100% !important;
  148. /* #endif */
  149. /* #ifndef APP */
  150. width: 30%;
  151. /* #endif */
  152. background-color: #ED6F6F;
  153. }
  154. .rightBtn{
  155. flex: 1;
  156. }
  157. .buttom-btn {
  158. width: 100%;
  159. /* #ifndef MP */
  160. height: 88rpx !important;
  161. line-height: 88rpx !important;
  162. border-radius: 0 !important;
  163. &::after {
  164. border: none !important;
  165. }
  166. /* #endif */
  167. /* #ifdef MP */
  168. .u-btn {
  169. width: 100%;
  170. height: 88rpx !important;
  171. line-height: 88rpx !important;
  172. border-radius: 0 !important;
  173. &::after {
  174. border: none !important;
  175. }
  176. }
  177. /* #endif */
  178. }
  179. }
  180. .workFlow-list {
  181. .part {
  182. background: #fff;
  183. margin-bottom: 20rpx;
  184. .caption {
  185. padding: 0 32rpx;
  186. font-size: 36rpx;
  187. line-height: 100rpx;
  188. font-weight: bold;
  189. }
  190. .item {
  191. padding: 1rem 0;
  192. width: 25%;
  193. .item-icon {
  194. width: 88rpx;
  195. height: 88rpx;
  196. margin-bottom: 8rpx;
  197. line-height: 88rpx;
  198. text-align: center;
  199. border-radius: 30rpx;
  200. color: #fff;
  201. font-size: 40rpx;
  202. &.more {
  203. background: #ececec;
  204. color: #666666;
  205. font-size: 50rpx;
  206. }
  207. }
  208. .item-text {
  209. width: 100%;
  210. text-align: center;
  211. padding: 0 16rpx;
  212. }
  213. }
  214. }
  215. }
  216. .apply-v {
  217. .banner {
  218. .u-indicator-item-round.u-indicator-item-round-active {
  219. background-color: $u-type-primary;
  220. }
  221. }
  222. }
  223. .flow-list {
  224. .uni-swipe {
  225. margin-bottom: 20rpx;
  226. border-radius: 8rpx;
  227. .item {
  228. border-radius: 0 !important;
  229. }
  230. }
  231. .flow-list-box {
  232. margin: 20rpx;
  233. .u-swipe-content {
  234. width: calc(100% - 180rpx);
  235. }
  236. .u-swipe-action {
  237. border-radius: 20rpx;
  238. margin-bottom: 20rpx;
  239. }
  240. .item {
  241. width: 100%;
  242. display: flex;
  243. flex-direction: row;
  244. padding: 20rpx 20rpx;
  245. background-color: #fff;
  246. border-radius: 8rpx;
  247. height: 170rpx;
  248. .item-left {
  249. flex: 1;
  250. display: flex;
  251. flex-direction: column;
  252. justify-content: space-between;
  253. align-items: flex-start;
  254. overflow: hidden;
  255. text-overflow: ellipsis;
  256. .title {
  257. width: 100%;
  258. overflow: hidden;
  259. text-overflow: ellipsis;
  260. color: #303133;
  261. .titInner {
  262. // margin-left: 10rpx;
  263. color: #606266;
  264. overflow: hidden;
  265. text-overflow: ellipsis;
  266. white-space: nowrap;
  267. width: 50px;
  268. }
  269. }
  270. }
  271. .item-right {
  272. display: flex;
  273. align-items: center;
  274. justify-content: flex-end;
  275. .item-right-img {
  276. width: 102rpx;
  277. }
  278. }
  279. }
  280. }
  281. &.flowBefore .item {
  282. margin-bottom: 20rpx;
  283. }
  284. }
  285. .flow-v {
  286. .flow-list-box {
  287. width: 95%;
  288. margin: 20rpx;
  289. }
  290. .u-tab-bar {
  291. bottom: -6rpx !important;
  292. }
  293. .flow-tabs{
  294. border-bottom: 1rpx solid #EEF0F4;
  295. }
  296. .flow-status-tabs{
  297. padding: 12rpx 20rpx;
  298. background-color:#fff
  299. }
  300. }
  301. .search-box {
  302. padding: 20rpx;
  303. }
  304. .notice-warp {
  305. z-index: 9;
  306. position: fixed;
  307. top: var(--window-top);
  308. left: 0;
  309. width: 100%;
  310. height: 200rpx;
  311. /*对应mescroll-body的top值*/
  312. font-size: 26rpx;
  313. text-align: center;
  314. background-color: #fff;
  315. }
  316. .search-box_sticky {
  317. z-index: 990;
  318. position: sticky;
  319. top: var(--window-top);
  320. background-color: #fff;
  321. }
  322. .copyright {
  323. position: fixed;
  324. bottom: 40rpx;
  325. left: 0;
  326. right: 0;
  327. text-align: center;
  328. color: #A2A7BE;
  329. font-size: 26rpx;
  330. }
  331. .com-addBtn {
  332. width: 76rpx;
  333. height: 76rpx;
  334. border-radius: 50%;
  335. background-color: rgba(41, 121, 255, 0.7);
  336. position: fixed;
  337. bottom: 9rem;
  338. right: 40rpx;
  339. display: flex;
  340. align-items: center;
  341. justify-content: center;
  342. z-index: 100;
  343. }
  344. .com-batch{
  345. width: 76rpx;
  346. height: 76rpx;
  347. border-radius: 50%;
  348. background-color: #ffffff;
  349. position: fixed;
  350. bottom: 6rem;
  351. right: 40rpx;
  352. display: flex;
  353. align-items: center;
  354. justify-content: center;
  355. z-index: 10;
  356. }
  357. .com-saveBox {
  358. width: 100%;
  359. position: fixed;
  360. bottom: 30rpx;
  361. left: 0;
  362. padding: 0 20rpx;
  363. }
  364. .u-dropdown__content {
  365. transition: none !important;
  366. }
  367. .com-dropdown {
  368. .u-dropdown__content__popup,
  369. .u-dropdown-item {
  370. height: 100%;
  371. /* #ifndef APP-HARMONY */
  372. // height: 100%;
  373. /* #endif */
  374. }
  375. }
  376. .u-input {
  377. align-items: center;
  378. }
  379. .dropdown-slot-content {
  380. height: 100%;
  381. display: flex;
  382. flex-direction: column;
  383. .dropdown-slot-content-main {
  384. background-color: #fff;
  385. height: 100%;
  386. overflow: auto;
  387. &.search-main {
  388. overflow: hidden;
  389. }
  390. .search-form {
  391. height: calc(100% - 88rpx);
  392. overflow: auto;
  393. .u-form {
  394. .u-form-item {
  395. min-height: 112rpx;
  396. }
  397. }
  398. }
  399. }
  400. .buttom-actions {
  401. position: static !important;
  402. box-shadow: none;
  403. }
  404. .dropdown-slot-bg {
  405. flex: 1;
  406. opacity: 0;
  407. }
  408. }
  409. .slider-badge-button {
  410. padding: 4rpx 6rpx;
  411. background-color: $u-type-primary;
  412. color: #fff;
  413. border-radius: 10rpx;
  414. font-size: 22rpx;
  415. line-height: 1;
  416. }
  417. /* #ifdef MP */
  418. .u-form-item-switch {
  419. padding-top: 26rpx;
  420. box-sizing: border-box;
  421. height: 70rpx;
  422. }
  423. /* #endif */
  424. .dynamicModel-list-v,
  425. .order-v {
  426. height: 100%;
  427. display: flex;
  428. flex-direction: column;
  429. .head-warp {
  430. background-color: #fff;
  431. }
  432. .list-warp {
  433. flex: 1;
  434. min-width: 0;
  435. min-height: 0;
  436. .mescroll-empty {
  437. padding: 400rpx 27px;
  438. }
  439. }
  440. .list {
  441. .list-box {
  442. width: 100%;
  443. .uni-swipe {
  444. margin-top: 20rpx;
  445. border-radius: 8rpx;
  446. }
  447. .u-swipe-content {
  448. width: calc(100% - 180rpx);
  449. }
  450. .u-swipe-action {
  451. border-radius: 10rpx;
  452. margin-bottom: 20rpx;
  453. }
  454. .item {
  455. height: 100%;
  456. background-color: #fff;
  457. padding: 20rpx 20rpx 0 20rpx !important;
  458. .uni-collapse-item__title-box {
  459. padding: 0 26rpx;
  460. .uni-collapse-item__title-text {
  461. font-size: 28rpx;
  462. }
  463. }
  464. .item-cell-c {
  465. padding-top: 20rpx;
  466. border-bottom: 1px solid #efefef;
  467. }
  468. .item-cell {
  469. font-size: 24rpx;
  470. color: #303133;
  471. margin-bottom: 20rpx;
  472. display: flex;
  473. align-items: center;
  474. .item-cell-label {
  475. width: 124rpx;
  476. text-align: right;
  477. margin-right: 10rpx;
  478. flex-shrink: 0;
  479. word-break: break-all;
  480. }
  481. .item-cell-content {
  482. color: #606266;
  483. overflow: hidden;
  484. white-space: nowrap;
  485. text-overflow: ellipsis;
  486. flex: 1;
  487. .jnpf-rate {
  488. justify-content: flex-start;
  489. }
  490. &.item-cell-slider {
  491. height: 36rpx;
  492. padding: 16rpx 20rpx 0;
  493. margin: 0 -20rpx;
  494. }
  495. }
  496. .text-primary {
  497. color: #1890ff;
  498. }
  499. .item-cell-children {
  500. padding-top: 10px;
  501. border-bottom: 1px solid #efefef;
  502. }
  503. .loadMore {
  504. color: #379dfa;
  505. text-align: center;
  506. height: 80rpx;
  507. line-height: 80rpx;
  508. }
  509. .tableCell {
  510. width: 100%;
  511. }
  512. .uni-collapse-item-border {
  513. border: 0 !important;
  514. }
  515. .uni-collapse-item--border {
  516. border-bottom-width: 0 !important;
  517. }
  518. }
  519. }
  520. }
  521. }
  522. }
  523. .uni-input-wrapper {
  524. color: #606266 !important;
  525. }
  526. .jnpf-detail-text {
  527. text-align: right;
  528. width: 100%;
  529. word-break: break-all;
  530. color: #606266;
  531. }
  532. .preview-image-box {
  533. width: 100%;
  534. display: flex;
  535. justify-content: flex-end;
  536. flex-wrap: wrap;
  537. .u-preview-image {
  538. width: 146rpx;
  539. height: 146rpx;
  540. margin-left: 20rpx;
  541. border-radius: 10rpx;
  542. }
  543. }
  544. .editor-box {
  545. width: 100%;
  546. word-break: break-all;
  547. }
  548. .jnpf-wrap {
  549. .jnpf-table-addBtn {
  550. color: #2979ff;
  551. height: 88rpx;
  552. text-align: center;
  553. line-height: 88rpx;
  554. font-size: 28rpx;
  555. background-color: #fff;
  556. }
  557. .u-form {
  558. .u-form-item {
  559. min-height: 112rpx;
  560. }
  561. .form-item-box {
  562. background-color: #fff;
  563. }
  564. }
  565. .jnpf-card {
  566. margin: 20rpx 0;
  567. &+.jnpf-table {
  568. margin-top: -20rpx;
  569. }
  570. .jnpf-card-cap {
  571. min-height: 80rpx;
  572. margin-top: -20rpx;
  573. line-height: 80rpx;
  574. font-size: 26rpx;
  575. padding: 0 20rpx;
  576. }
  577. }
  578. .jnpf-group+.jnpf-card {
  579. margin-top: 0;
  580. }
  581. .jnpf-text+.jnpf-card {
  582. margin-top: 0;
  583. }
  584. .step-container{
  585. background-color: #fff;
  586. padding: 10px 0;
  587. width: 100%;
  588. overflow-x: scroll;
  589. .u-steps .u-steps__item{
  590. min-width: unset;
  591. margin:0 2px;
  592. }
  593. .u-steps .u-steps__item .u-steps__item__text--row{
  594. width: 70px;
  595. }
  596. }
  597. &.jnpf-wrap-form {
  598. padding-bottom: 88rpx;
  599. }
  600. .u-form-item {
  601. background-color: #fff;
  602. box-sizing: border-box;
  603. padding: 20rpx !important;
  604. .u-form-item--right__content {
  605. height: 100%;
  606. }
  607. }
  608. }
  609. .jnpf-table {
  610. margin-bottom: 0.625rem;
  611. .jnpf-table-title {
  612. flex: 1;
  613. min-width: 0;
  614. padding: 20rpx;
  615. }
  616. .jnpf-table-item-title {
  617. width: 100%;
  618. font-size: 26rpx;
  619. display: flex;
  620. justify-content: space-between;
  621. padding: 20rpx;
  622. .jnpf-table-item-title-num {
  623. flex: 1;
  624. }
  625. .jnpf-table-delete-btn {
  626. color: #fa3534;
  627. flex-shrink: 0;
  628. padding-left: 20rpx;
  629. }
  630. .jnpf-table-copy-btn {
  631. color: #2979ff;
  632. flex-shrink: 0;
  633. }
  634. }
  635. .jnpf-table-footer-btn {
  636. background-color: #fff;
  637. display: flex;
  638. flex-wrap: nowrap;
  639. padding: 20rpx;
  640. .jnpf-table-btn {
  641. margin: 0;
  642. flex: 1;
  643. flex-shrink: 0;
  644. min-width: 0;
  645. display: flex;
  646. align-items: center;
  647. justify-content: center;
  648. color: #303133;
  649. .jnpf-table-btn-icon {
  650. padding-right: 8rpx;
  651. }
  652. .jnpf-table-btn-text {
  653. overflow: hidden;
  654. text-overflow: ellipsis;
  655. white-space: nowrap;
  656. }
  657. }
  658. .jnpf-table-btn:not(:last-child) {
  659. padding-right: 10rpx;
  660. }
  661. .jnpf-table-text-btn,
  662. .jnpf-table-primary-btn {
  663. color: $u-type-primary;
  664. }
  665. .jnpf-table-success-btn {
  666. color: $u-type-success;
  667. }
  668. .jnpf-table-info-btn {
  669. color: $u-type-info;
  670. }
  671. .jnpf-table-warning-btn {
  672. color: $u-type-warning;
  673. }
  674. .jnpf-table-danger-btn {
  675. color: $u-type-error;
  676. }
  677. }
  678. }
  679. .jnpf-checkbox {
  680. width: 100%;
  681. display: flex;
  682. justify-content: flex-end;
  683. .u-checkbox {
  684. justify-content: flex-end;
  685. flex: unset !important;
  686. .u-checkbox__label {
  687. line-height: 1.5;
  688. }
  689. }
  690. }
  691. .jnpf-radio {
  692. width: 100%;
  693. display: flex;
  694. justify-content: flex-end;
  695. .u-radio {
  696. justify-content: flex-end;
  697. flex: unset !important;
  698. .u-radio__label {
  699. line-height: 1.5;
  700. }
  701. }
  702. }
  703. .link-style {
  704. :deep(.uni-input-wrapper),
  705. .u-input__input {
  706. color: #1890ff !important;
  707. text-decoration: underline;
  708. cursor: pointer !important;
  709. -webkit-text-fill-color: #1890ff !important;
  710. }
  711. }
  712. .screen-box {
  713. background-color: #fff;
  714. height: 100%;
  715. .screen-list {
  716. width: 100%;
  717. height: 100%;
  718. .list {
  719. height: calc(100% - 88rpx);
  720. overflow-y: scroll;
  721. }
  722. }
  723. }
  724. .opinion{
  725. .opinion-box {
  726. ::v-deep .uni-easyinput {
  727. .uni-easyinput__content {
  728. background: #f5f5f5 !important;
  729. }
  730. }
  731. }
  732. }
  733. .flowStep{
  734. ::v-deep .u-time-axis-item {
  735. margin-bottom: 0 !important;
  736. /* #ifdef MP */
  737. padding-bottom: 20rpx;
  738. /* #endif */
  739. }
  740. }
  741. .diyPopup,.personalData-v{
  742. .popup-dialog {
  743. .uni-dialog-title {
  744. height: 80rpx;
  745. background-color: #f2f2f2;
  746. border-bottom: 1px solid #f0f2f6;
  747. padding: 0 20rpx;
  748. line-height: 80rpx;
  749. justify-content: left;
  750. border-radius: 20rpx 20rpx 0 0;
  751. .uni-popup__info {
  752. color: #333;
  753. }
  754. }
  755. .uni-dialog-content {
  756. padding: 0 20rpx;
  757. }
  758. .uni-dialog-button-group {
  759. .uni-border-left {
  760. background-color: #409eff;
  761. border-radius: 0 0 20rpx 0;
  762. .uni-button-color {
  763. color: #fff;
  764. }
  765. }
  766. }
  767. }
  768. }
  769. .dynamicModel-form-v{
  770. .buttom-btn-left-inner {
  771. width: 50%;
  772. }
  773. .dataLog-box {
  774. width: 100%;
  775. background-color: #fff;
  776. .title {
  777. height: 80rpx;
  778. margin-bottom: 20rpx;
  779. border-bottom: 1rpx solid #ebebeb;
  780. padding: 0 20rpx;
  781. }
  782. .dataLog-v {
  783. padding: 0 20rpx;
  784. }
  785. }
  786. .buttom-actions{
  787. :deep(.cancel) {
  788. width: 100%;
  789. border-radius: 0 !important;
  790. border: none;
  791. margin: 0;
  792. height: 2.75rem;
  793. line-height: 1.2rem;
  794. font-size: 28rpx;
  795. &::after {
  796. height: 0;
  797. border-radius: 0;
  798. border: none;
  799. }
  800. }
  801. }
  802. :deep(.u-form-item) {
  803. min-height: 112rpx;
  804. background-color: #fff;
  805. }
  806. }
  807. /* 状态栏高度 */
  808. .status_bar {
  809. height: var(--status-bar-height);
  810. width: 100%;
  811. background-color: #fff;
  812. z-index: 9999;
  813. position: fixed;
  814. top: 0;
  815. }
  816. .nav-bar-box {
  817. z-index: 99999;
  818. position: absolute;
  819. top: 0;
  820. :deep(.uni-navbar__content) {
  821. z-index: 99999;
  822. }
  823. :deep(.uni-navbar__header-container) {
  824. justify-content: center;
  825. }
  826. .nav-left {
  827. max-width: 100%;
  828. display: flex;
  829. align-items: center;
  830. .nav-left-text {
  831. font-weight: 700;
  832. font-size: 29rpx;
  833. flex: 1;
  834. min-width: 0;
  835. white-space: nowrap;
  836. overflow: hidden;
  837. text-overflow: ellipsis;
  838. }
  839. .right-icons {
  840. font-weight: 700;
  841. margin-top: 2px;
  842. margin-left: 4px;
  843. transition-duration: 0.3s;
  844. }
  845. .select-right-icons {
  846. transform: rotate(-180deg);
  847. }
  848. }
  849. }
  850. .placeholder {
  851. color: #c0c4cc !important;
  852. }
  853. .relation-item--left{
  854. .u-form-item--left{
  855. align-items: flex-start !important;
  856. }
  857. }
  858. .popup-select {
  859. ::v-deep .u-form-item__body {
  860. .u-form-item--left {
  861. align-items: flex-start !important;
  862. }
  863. }
  864. }