default.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. @charset "UTF-8";
  2. .max--w320{
  3. max-width:320px;
  4. }
  5. .container{
  6. height:100%;
  7. .content{
  8. height:100%;
  9. display: flex;
  10. aside{
  11. width:250px;
  12. border-right:1px solid #ccc;
  13. .aside--main--title{
  14. padding:20px;
  15. background: #33559B;
  16. color:#fff;
  17. font-size:20px;
  18. }
  19. .aside--list{
  20. display: flex;
  21. flex-direction: column;
  22. .v-btn{
  23. padding:15px 10px;
  24. font-size:16px;
  25. cursor: pointer;
  26. justify-content: flex-start;
  27. padding-left:20px;
  28. &.actv{
  29. background:#e4e4e4;
  30. }
  31. }
  32. }
  33. }
  34. .main{
  35. padding:1.625rem;
  36. width:calc(100%);
  37. .data--list--wrap{
  38. width:100%;
  39. padding-top:40px;
  40. .btn--actions--wrap{
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. padding-bottom:25px;
  45. }
  46. .left--sections{
  47. display: flex;
  48. gap: 1rem;
  49. }
  50. .right--sections{
  51. display: flex;
  52. gap: 1rem;
  53. .caption--wrap{
  54. display: flex;
  55. align-items: center;
  56. position: relative;
  57. .ico{
  58. font-size: 1rem;
  59. width: 2rem;
  60. height: 2rem;
  61. text-align: center;
  62. cursor: pointer;
  63. line-height: 2rem;
  64. border-radius: 50%;
  65. background-color: #F74F78;
  66. color: #fff;
  67. display: inline-block;
  68. position: relative;
  69. font-style: normal;
  70. }
  71. .caption--box{
  72. position: absolute;
  73. font-size: 0.875rem;
  74. bottom: 100%;
  75. border: 2px solid #DFE7EF;
  76. background-color: #fff;
  77. border-radius: 10px;
  78. right:0;
  79. line-height: 1.4;
  80. padding: 15px 20px;
  81. white-space: nowrap;
  82. color: #9DA9B6;
  83. z-index: 10;
  84. display: none;
  85. }
  86. &:hover{
  87. .caption--box{
  88. display: block;
  89. }
  90. }
  91. }
  92. }
  93. .item--section{
  94. border: 1px solid #ccc;
  95. padding: 2rem;
  96. display: flex;
  97. gap: 1rem;
  98. border-radius: 1rem;
  99. margin-bottom: 25px;
  100. .item--thumb{
  101. background-color: #d9d9d9;
  102. justify-content: center;
  103. align-items: center;
  104. width: 20%;
  105. height: auto;
  106. overflow: hidden;
  107. display: flex;
  108. &.min--240{
  109. min-height: 240px;
  110. }
  111. img{
  112. width: 100%;
  113. height: 100%;
  114. object-fit: cover;
  115. }
  116. }
  117. .item--info{
  118. display: flex;
  119. flex-direction: column;
  120. h2{
  121. font-size: 1.5rem;
  122. margin-bottom: 1rem;
  123. }
  124. p{
  125. font-size: 1rem;
  126. line-height: 1.4;
  127. }
  128. }
  129. }
  130. }
  131. .search--modules{
  132. width:100%;
  133. display: flex;
  134. align-items: center;
  135. justify-content: center;
  136. gap:10px;
  137. border: 1px solid #eee;
  138. border-radius: 15px;
  139. padding:20px;
  140. margin-top:25px;
  141. background: #f8f8f8;
  142. &.type2{
  143. flex-direction: column;
  144. align-items: flex-start;
  145. position: relative;
  146. .search--inner{
  147. width: calc(100% - 120px);
  148. gap: 10px;
  149. display: flex;
  150. }
  151. .sch--btn{
  152. position: absolute;
  153. right: 20px;
  154. top: 20px;
  155. height: calc(100% - 40px);
  156. }
  157. }
  158. .month--selector{
  159. display: flex;
  160. align-items: center;
  161. overflow: hidden;
  162. border-radius: 10px;
  163. margin-left: 10px;
  164. background: #fff;
  165. border:1px solid #E2E2E2;
  166. .v-btn{
  167. color: #666;
  168. font-size: 0.8rem;
  169. height: 2.25rem;
  170. font-style: normal;
  171. font-weight: 500;
  172. line-height: 100%; /* 12px */
  173. letter-spacing: -0.48px;
  174. padding:0 1.2rem;
  175. border-radius: 0px;
  176. position: relative;
  177. &.actv{
  178. color:#fff;
  179. background-color:#007aff;
  180. &:after{
  181. display: none;
  182. }
  183. }
  184. }
  185. }
  186. .form--cont--filter{
  187. width:100%;
  188. max-width:10.5rem;
  189. }
  190. .form--cont--text{
  191. width:100%;
  192. max-width:calc(100% - 10.5rem);
  193. }
  194. .sch--btn{
  195. // height:36px;
  196. height: 2.25rem;
  197. max-width:80px;
  198. }
  199. }
  200. .inner--headers{
  201. display: flex;
  202. align-items: center;
  203. justify-content: space-between;
  204. margin-bottom:20px;
  205. > h2{
  206. font-size:1.625rem;
  207. }
  208. .bread--crumbs--wrap{
  209. display: flex;
  210. align-items: center;
  211. gap:5px;
  212. span{
  213. font-size:.9rem;
  214. font-weight: 500;
  215. display: flex;
  216. align-items: center;
  217. gap:5px;
  218. &:before{
  219. content:"";
  220. display: inline-flex;
  221. width:15px;
  222. height:15px;
  223. background: url(../img/ic_arrow_right_chv.svg) no-repeat center;
  224. }
  225. &:nth-of-type(1){
  226. &:before{
  227. display: none;
  228. }
  229. }
  230. &:last-child{
  231. font-weight: bold;
  232. }
  233. }
  234. }
  235. }
  236. .item--list--wrap{
  237. .no--data{
  238. padding-top: 80px;
  239. text-align: center;
  240. }
  241. .item--list{
  242. display: flex;
  243. gap: 20px;
  244. .item{
  245. position: relative;
  246. cursor: pointer;
  247. width: calc((100% - 80px) / 5);
  248. border-radius: 20px;
  249. border: 1px solid #cccccc;
  250. padding: 1rem 1rem 2rem 1rem;
  251. .item--img {
  252. width: 100%;
  253. height: 10rem;
  254. background-color: #eee;
  255. border-radius: 20px;
  256. margin-bottom: 1.2rem;
  257. overflow: hidden;
  258. position: relative;
  259. img {
  260. width: 100%;
  261. height: 100%;
  262. object-fit: cover;
  263. object-position: center;
  264. position: absolute;
  265. top: 0;
  266. left: 0;
  267. }
  268. }
  269. >h3{
  270. color: #444444;
  271. font-size: 1rem;
  272. overflow: hidden;
  273. line-height: 1.2;
  274. text-overflow: ellipsis;
  275. display: -webkit-box;
  276. -webkit-line-clamp: 2;
  277. -webkit-box-orient: vertical;
  278. margin-bottom: 1rem;
  279. }
  280. >p{
  281. color: #888;
  282. line-height: 1.2;
  283. font-size: 0.8rem;
  284. margin-bottom: 0.8rem;
  285. }
  286. >span{
  287. color: #999;
  288. line-height: 1.2;
  289. display: block;
  290. font-size: 0.8rem;
  291. }
  292. .sold--out{
  293. position: absolute;
  294. top: 0;
  295. left: 0;
  296. width: 100%;
  297. height: 100%;
  298. background-color: rgba(0,0,0,0.2);
  299. border-radius: 18px;
  300. display: flex;
  301. align-items: center;
  302. justify-content: center;
  303. &.blue--type{
  304. >span{
  305. background-color: #007aff;
  306. }
  307. }
  308. >span{
  309. color: #ffffff;
  310. text-align: center;
  311. font-size: 1.2rem;
  312. font-weight: 500;
  313. display: inline-block;
  314. padding: 0.8rem 3rem;
  315. background-color: red;
  316. border-radius: 50px;
  317. }
  318. }
  319. }
  320. }
  321. .item--pagination{
  322. display: flex;
  323. justify-content: center;
  324. margin-top: 80px;
  325. gap: 30px;
  326. .v-pagination{
  327. width: 50%;
  328. max-width: 800px;
  329. }
  330. .v-btn{
  331. padding: 0;
  332. width: 50px;
  333. height: 50px;
  334. border-radius: 100px;
  335. min-width: 50px;
  336. border: 1px solid #DDD;
  337. background: #FFF;
  338. &.v-btn--disabled{
  339. opacity: 0.5;
  340. }
  341. .v-btn__content{
  342. color: #909090;
  343. font-size: 16px;
  344. font-weight: 400;
  345. line-height: 1;
  346. }
  347. &.prev--btn{
  348. background-image: url(/assets/img/ico_paging_prev.svg);
  349. background-repeat: no-repeat;
  350. background-position: center;
  351. }
  352. &.next--btn{
  353. background-image: url(/assets/img/ico_paging_next.svg);
  354. background-repeat: no-repeat;
  355. background-position: center;
  356. }
  357. }
  358. }
  359. }
  360. }
  361. }
  362. }
  363. /**********************************************
  364. | ag-grid
  365. **********************************************/
  366. .tbl-wrap {
  367. .ag-paging-panel {
  368. padding: 1.25rem 0px;
  369. }
  370. .ag-header-cell-resize {
  371. &:after {
  372. width: 1px;
  373. height: 1.25rem;
  374. top: calc(50% - (1.25rem)*0.5);
  375. }
  376. }
  377. .ag-checkbox-input-wrapper {
  378. &:after {
  379. content: '';
  380. width: 1rem;
  381. height: 1rem;
  382. background: url(../img/ico_chk_off.svg);
  383. background-repeat: no-repeat;
  384. }
  385. &.ag-checked {
  386. &:after {
  387. content: '';
  388. background: url(../img/ico_chk_on.svg);
  389. background-repeat: no-repeat;
  390. }
  391. }
  392. &.ag-indeterminate {
  393. &:after {
  394. content: '';
  395. background: url(../img/ico_check_indeterminate.svg);
  396. background-repeat: no-repeat;
  397. }
  398. }
  399. }
  400. .ag-root-wrapper {
  401. .ag-header-cell {
  402. padding: 0rem 1.25rem;
  403. }
  404. .ag-header-cell-text {
  405. text-align: left;
  406. }
  407. .ag-root-wrapper-body {
  408. &.ag-layout-normal {
  409. height: 100%;
  410. }
  411. }
  412. .ag-cell-label-container {
  413. height: 3.125rem;
  414. }
  415. .ag-header-cell-text {
  416. color: #444;
  417. font-size: 0.875rem;
  418. font-style: normal;
  419. font-weight: 700;
  420. }
  421. .ag-header {
  422. border-top: 0px;
  423. .ag-header-container {
  424. background: #F2F7FF;
  425. }
  426. &.ag-header-allow-overflow {
  427. .ag-header-row {
  428. background: #F2F7FF;
  429. }
  430. }
  431. }
  432. .ag-center-cols-container {
  433. .ag-row {
  434. &.disabled{
  435. opacity: .5;
  436. pointer-events: none;
  437. }
  438. .ag-cell {
  439. color: #444;
  440. font-size: 0.875rem;
  441. font-style: normal;
  442. font-weight: 400;
  443. text-align: left;
  444. justify-content: flex-start;
  445. padding: 0px 1.25rem;
  446. }
  447. }
  448. }
  449. }
  450. .ag-overlay-no-rows-center {
  451. display: flex;
  452. align-items: center;
  453. justify-content: center;
  454. gap: 0.62rem;
  455. color: #444;
  456. text-align: center;
  457. font-size: 0.875rem;
  458. font-weight: 700;
  459. &:before {
  460. content: '';
  461. display: inline-flex;
  462. width: 1.25rem;
  463. height: 1.25rem;
  464. background: url(../img/ico_no_data_nw.svg);
  465. background-size: contain;
  466. }
  467. }
  468. }
  469. .check--box--group{
  470. display: flex;
  471. }
  472. .form--group--inner{
  473. display: flex;
  474. align-items: center;
  475. gap:10px;
  476. .visible{
  477. display: none;
  478. }
  479. }
  480. .status--box{
  481. display: flex;
  482. align-items: center;
  483. justify-content: center;
  484. padding:5px 25px;
  485. border-radius: 35px;
  486. background: #e4e4e4;
  487. &.actv{
  488. background: #33559B;
  489. color:#fff;
  490. }
  491. }
  492. .img--content{
  493. display: flex;
  494. align-items: center;
  495. }
  496. .equip--image--wrap{
  497. display: flex;
  498. align-items: center;
  499. .equip--image{
  500. width:90px;
  501. height: 90px;
  502. margin-right: 25px;
  503. #preview_image{
  504. width: 90px;
  505. height: 90px;
  506. position: relative;
  507. border: 1px solid rgba(0, 0, 0, 0.2);
  508. overflow: hidden;
  509. img{
  510. width: 100%;
  511. position: absolute;
  512. top: 50%;
  513. object-fit: contain;
  514. left: 50%;
  515. transform: translate(-50%, -50%);
  516. }
  517. }
  518. .images-wrapper{
  519. width: 100%;
  520. height: 90px;
  521. .image{
  522. background-size: cover;
  523. width: 100%;
  524. height: 90px;
  525. background-repeat: none;
  526. cursor: pointer;
  527. }
  528. }
  529. .cool-lightbox {
  530. .cool-lightbox-toolbar{
  531. top: 30px;
  532. right: 30px;
  533. .cool-lightbox-toolbar__btn{
  534. border-radius: 50%;
  535. width: 56px;
  536. height: 56px;
  537. display: inline-block;
  538. background-image: url(../img/ic_close.svg);
  539. background-position: center;
  540. background-repeat: no-repeat;
  541. svg{
  542. display: none;
  543. }
  544. }
  545. }
  546. }
  547. }
  548. .equip--image--select{
  549. display:flex;
  550. flex-direction: column;
  551. .form--group{
  552. margin-bottom: 25px;
  553. margin-top: 10px;
  554. display: flex;
  555. .file--btn{
  556. width: 75px;
  557. height:33px;
  558. display: inline-flex;
  559. align-items: center;
  560. justify-content: center;
  561. border-radius: 0px!important;
  562. background: #6C7281!important;
  563. cursor: pointer;
  564. }
  565. }
  566. .equip--image--desc{
  567. color: #0131AD;
  568. font-size: 12px;
  569. font-style: normal;
  570. font-weight: 500;
  571. letter-spacing: -0.36px;
  572. }
  573. }
  574. }
  575. .form--group--inner{
  576. display: flex;
  577. align-items: center;
  578. justify-content: flex-start;
  579. gap:10px;
  580. margin-bottom:10px;
  581. .text--box{
  582. height:36px;
  583. border-radius: 0px;
  584. border:1px solid #b5b5b5;
  585. white-space: nowrap;
  586. display: flex;
  587. align-items: center;
  588. width:324px;
  589. justify-content: flex-start;
  590. padding:0 20px;
  591. text-overflow: ellipsis;
  592. }
  593. }
  594. .v-file-input{
  595. &.custom-input {
  596. .v-input__control {
  597. .v-field{
  598. border-radius: 0px;
  599. }
  600. .v-field__field {
  601. input{
  602. &:placeholder {
  603. font-size: 0.75rem!important;
  604. font-weight: 400;
  605. color: #8e8e8e!important;
  606. }
  607. }
  608. .v-field__input {
  609. padding:0px;
  610. min-height:36px;
  611. padding-left: 0.75rem;
  612. font-size: 0.75rem !important;
  613. font-weight: 400 !important;
  614. &::placeholder {
  615. font-size: 0.75rem!important;
  616. font-weight: 400;
  617. color: #8e8e8e!important;
  618. }
  619. }
  620. }
  621. }
  622. }
  623. margin-top: 0px;
  624. padding-top: 0px;
  625. .v-input__control{
  626. .v-input__slot{
  627. padding: 0 15px;
  628. &::before{
  629. display: none;
  630. }
  631. &::after{
  632. display: none;
  633. }
  634. .v-file-input__text,
  635. .v-file-input__text--placeholder,
  636. input::placeholder{
  637. color: #444!important;
  638. font-size: 12px!important;
  639. font-style: normal!important;
  640. font-weight: 300!important;
  641. letter-spacing: -0.36px!important;
  642. }
  643. .v-input__append-inner{
  644. .v-input__icon--clear{
  645. opacity: 1;
  646. .mdi-close::before{
  647. content: '';
  648. background-image: url(../static/ic_clear.svg);
  649. display: inline-block;
  650. width: 16px;
  651. height: 16px;
  652. background-position: center;
  653. }
  654. }
  655. }
  656. }
  657. }
  658. }
  659. .flex--type{
  660. display: flex;
  661. align-items: center;
  662. gap:12px;
  663. }
  664. .file--btn{
  665. border-radius: 0px!important;
  666. background: #4B5161!important;
  667. color: #FFF!important;
  668. font-size: 12px!important;
  669. font-weight: 500!important;
  670. }
  671. .radio--group{
  672. .v-selection-control-group{
  673. gap:10px;
  674. }
  675. }
  676. .mdi-radiobox-marked::before{
  677. content:''!important;
  678. width:15px;
  679. height:15px;
  680. display: inline-flex;
  681. background: url(../img/ic_radio_on.svg) no-repeat center;
  682. }
  683. .mdi-radiobox-blank::before{
  684. content:''!important;
  685. width:15px;
  686. height:15px;
  687. display: inline-flex;
  688. background: url(../img/ic_radio_off.svg) no-repeat center;
  689. }