default.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  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. > h2{
  205. font-size:1.625rem;
  206. }
  207. .bread--crumbs--wrap{
  208. display: flex;
  209. align-items: center;
  210. gap:5px;
  211. span{
  212. font-size:.9rem;
  213. font-weight: 500;
  214. display: flex;
  215. align-items: center;
  216. gap:5px;
  217. &:before{
  218. content:"";
  219. display: inline-flex;
  220. width:15px;
  221. height:15px;
  222. background: url(../img/ic_arrow_right_chv.svg) no-repeat center;
  223. }
  224. &:nth-of-type(1){
  225. &:before{
  226. display: none;
  227. }
  228. }
  229. &:last-child{
  230. font-weight: bold;
  231. }
  232. }
  233. }
  234. }
  235. .item--list--wrap{
  236. .no--data{
  237. padding-top: 80px;
  238. text-align: center;
  239. }
  240. .item--list{
  241. display: flex;
  242. gap: 20px;
  243. .item{
  244. position: relative;
  245. cursor: pointer;
  246. width: calc((100% - 80px) / 5);
  247. border-radius: 20px;
  248. border: 1px solid #cccccc;
  249. padding: 1rem 1rem 2rem 1rem;
  250. .item--img {
  251. width: 100%;
  252. height: 10rem;
  253. background-color: #eee;
  254. border-radius: 20px;
  255. margin-bottom: 1.2rem;
  256. overflow: hidden;
  257. position: relative;
  258. img {
  259. width: 100%;
  260. height: 100%;
  261. object-fit: cover;
  262. object-position: center;
  263. position: absolute;
  264. top: 0;
  265. left: 0;
  266. }
  267. }
  268. >h3{
  269. color: #444444;
  270. font-size: 1rem;
  271. overflow: hidden;
  272. line-height: 1.2;
  273. text-overflow: ellipsis;
  274. display: -webkit-box;
  275. -webkit-line-clamp: 2;
  276. -webkit-box-orient: vertical;
  277. margin-bottom: 1rem;
  278. }
  279. >p{
  280. color: #888;
  281. line-height: 1.2;
  282. font-size: 0.8rem;
  283. margin-bottom: 0.8rem;
  284. }
  285. >span{
  286. color: #999;
  287. line-height: 1.2;
  288. display: block;
  289. font-size: 0.8rem;
  290. }
  291. .sold--out{
  292. position: absolute;
  293. top: 0;
  294. left: 0;
  295. width: 100%;
  296. height: 100%;
  297. background-color: rgba(0,0,0,0.2);
  298. border-radius: inherit;
  299. display: flex;
  300. align-items: center;
  301. justify-content: center;
  302. &.blue--type{
  303. >span{
  304. background-color: #007aff;
  305. }
  306. }
  307. >span{
  308. color: #ffffff;
  309. text-align: center;
  310. font-size: 1.2rem;
  311. font-weight: 500;
  312. display: inline-block;
  313. padding: 0.8rem 3rem;
  314. background-color: red;
  315. border-radius: 50px;
  316. }
  317. }
  318. }
  319. }
  320. .item--pagination{
  321. display: flex;
  322. justify-content: center;
  323. margin-top: 80px;
  324. gap: 30px;
  325. .v-pagination{
  326. width: 50%;
  327. max-width: 800px;
  328. }
  329. .v-btn{
  330. padding: 0;
  331. width: 50px;
  332. height: 50px;
  333. border-radius: 100px;
  334. min-width: 50px;
  335. border: 1px solid #DDD;
  336. background: #FFF;
  337. &.v-btn--disabled{
  338. opacity: 0.5;
  339. }
  340. .v-btn__content{
  341. color: #909090;
  342. font-size: 16px;
  343. font-weight: 400;
  344. line-height: 1;
  345. }
  346. &.prev--btn{
  347. background-image: url(/assets/img/ico_paging_prev.svg);
  348. background-repeat: no-repeat;
  349. background-position: center;
  350. }
  351. &.next--btn{
  352. background-image: url(/assets/img/ico_paging_next.svg);
  353. background-repeat: no-repeat;
  354. background-position: center;
  355. }
  356. }
  357. }
  358. }
  359. }
  360. }
  361. }
  362. /**********************************************
  363. | ag-grid
  364. **********************************************/
  365. .tbl-wrap {
  366. .ag-paging-panel {
  367. padding: 1.25rem 0px;
  368. }
  369. .ag-header-cell-resize {
  370. &:after {
  371. width: 1px;
  372. height: 1.25rem;
  373. top: calc(50% - (1.25rem)*0.5);
  374. }
  375. }
  376. .ag-checkbox-input-wrapper {
  377. &:after {
  378. content: '';
  379. width: 1rem;
  380. height: 1rem;
  381. background: url(../img/ico_chk_off.svg);
  382. background-repeat: no-repeat;
  383. }
  384. &.ag-checked {
  385. &:after {
  386. content: '';
  387. background: url(../img/ico_chk_on.svg);
  388. background-repeat: no-repeat;
  389. }
  390. }
  391. &.ag-indeterminate {
  392. &:after {
  393. content: '';
  394. background: url(../img/ico_check_indeterminate.svg);
  395. background-repeat: no-repeat;
  396. }
  397. }
  398. }
  399. .ag-root-wrapper {
  400. .ag-header-cell {
  401. padding: 0rem 1.25rem;
  402. }
  403. .ag-header-cell-text {
  404. text-align: left;
  405. }
  406. .ag-root-wrapper-body {
  407. &.ag-layout-normal {
  408. height: 100%;
  409. }
  410. }
  411. .ag-cell-label-container {
  412. height: 3.125rem;
  413. }
  414. .ag-header-cell-text {
  415. color: #444;
  416. font-size: 0.875rem;
  417. font-style: normal;
  418. font-weight: 700;
  419. }
  420. .ag-header {
  421. border-top: 0px;
  422. .ag-header-container {
  423. background: #F2F7FF;
  424. }
  425. &.ag-header-allow-overflow {
  426. .ag-header-row {
  427. background: #F2F7FF;
  428. }
  429. }
  430. }
  431. .ag-center-cols-container {
  432. .ag-row {
  433. &.disabled{
  434. opacity: .5;
  435. pointer-events: none;
  436. }
  437. .ag-cell {
  438. color: #444;
  439. font-size: 0.875rem;
  440. font-style: normal;
  441. font-weight: 400;
  442. text-align: left;
  443. justify-content: flex-start;
  444. padding: 0px 1.25rem;
  445. }
  446. }
  447. }
  448. }
  449. .ag-overlay-no-rows-center {
  450. display: flex;
  451. align-items: center;
  452. justify-content: center;
  453. gap: 0.62rem;
  454. color: #444;
  455. text-align: center;
  456. font-size: 0.875rem;
  457. font-weight: 700;
  458. &:before {
  459. content: '';
  460. display: inline-flex;
  461. width: 1.25rem;
  462. height: 1.25rem;
  463. background: url(../img/ico_no_data_nw.svg);
  464. background-size: contain;
  465. }
  466. }
  467. }
  468. .check--box--group{
  469. display: flex;
  470. }
  471. .form--group--inner{
  472. display: flex;
  473. align-items: center;
  474. gap:10px;
  475. .visible{
  476. display: none;
  477. }
  478. }
  479. .status--box{
  480. display: flex;
  481. align-items: center;
  482. justify-content: center;
  483. padding:5px 25px;
  484. border-radius: 35px;
  485. background: #e4e4e4;
  486. &.actv{
  487. background: #33559B;
  488. color:#fff;
  489. }
  490. }
  491. .img--content{
  492. display: flex;
  493. align-items: center;
  494. }
  495. .equip--image--wrap{
  496. display: flex;
  497. align-items: center;
  498. .equip--image{
  499. width:90px;
  500. height: 90px;
  501. margin-right: 25px;
  502. #preview_image{
  503. width: 90px;
  504. height: 90px;
  505. position: relative;
  506. border: 1px solid rgba(0, 0, 0, 0.2);
  507. overflow: hidden;
  508. img{
  509. width: 100%;
  510. position: absolute;
  511. top: 50%;
  512. object-fit: contain;
  513. left: 50%;
  514. transform: translate(-50%, -50%);
  515. }
  516. }
  517. .images-wrapper{
  518. width: 100%;
  519. height: 90px;
  520. .image{
  521. background-size: cover;
  522. width: 100%;
  523. height: 90px;
  524. background-repeat: none;
  525. cursor: pointer;
  526. }
  527. }
  528. .cool-lightbox {
  529. .cool-lightbox-toolbar{
  530. top: 30px;
  531. right: 30px;
  532. .cool-lightbox-toolbar__btn{
  533. border-radius: 50%;
  534. width: 56px;
  535. height: 56px;
  536. display: inline-block;
  537. background-image: url(../img/ic_close.svg);
  538. background-position: center;
  539. background-repeat: no-repeat;
  540. svg{
  541. display: none;
  542. }
  543. }
  544. }
  545. }
  546. }
  547. .equip--image--select{
  548. display:flex;
  549. flex-direction: column;
  550. .form--group{
  551. margin-bottom: 25px;
  552. margin-top: 10px;
  553. display: flex;
  554. .file--btn{
  555. width: 75px;
  556. height:33px;
  557. display: inline-flex;
  558. align-items: center;
  559. justify-content: center;
  560. border-radius: 0px!important;
  561. background: #6C7281!important;
  562. cursor: pointer;
  563. }
  564. }
  565. .equip--image--desc{
  566. color: #0131AD;
  567. font-size: 12px;
  568. font-style: normal;
  569. font-weight: 500;
  570. letter-spacing: -0.36px;
  571. }
  572. }
  573. }
  574. .form--group--inner{
  575. display: flex;
  576. align-items: center;
  577. justify-content: flex-start;
  578. gap:10px;
  579. margin-bottom:10px;
  580. .text--box{
  581. height:36px;
  582. border-radius: 0px;
  583. border:1px solid #b5b5b5;
  584. white-space: nowrap;
  585. display: flex;
  586. align-items: center;
  587. width:324px;
  588. justify-content: flex-start;
  589. padding:0 20px;
  590. text-overflow: ellipsis;
  591. }
  592. }
  593. .v-file-input{
  594. &.custom-input {
  595. .v-input__control {
  596. .v-field{
  597. border-radius: 0px;
  598. }
  599. .v-field__field {
  600. input{
  601. &:placeholder {
  602. font-size: 0.75rem!important;
  603. font-weight: 400;
  604. color: #8e8e8e!important;
  605. }
  606. }
  607. .v-field__input {
  608. padding:0px;
  609. min-height:36px;
  610. padding-left: 0.75rem;
  611. font-size: 0.75rem !important;
  612. font-weight: 400 !important;
  613. &::placeholder {
  614. font-size: 0.75rem!important;
  615. font-weight: 400;
  616. color: #8e8e8e!important;
  617. }
  618. }
  619. }
  620. }
  621. }
  622. margin-top: 0px;
  623. padding-top: 0px;
  624. .v-input__control{
  625. .v-input__slot{
  626. padding: 0 15px;
  627. &::before{
  628. display: none;
  629. }
  630. &::after{
  631. display: none;
  632. }
  633. .v-file-input__text,
  634. .v-file-input__text--placeholder,
  635. input::placeholder{
  636. color: #444!important;
  637. font-size: 12px!important;
  638. font-style: normal!important;
  639. font-weight: 300!important;
  640. letter-spacing: -0.36px!important;
  641. }
  642. .v-input__append-inner{
  643. .v-input__icon--clear{
  644. opacity: 1;
  645. .mdi-close::before{
  646. content: '';
  647. background-image: url(../static/ic_clear.svg);
  648. display: inline-block;
  649. width: 16px;
  650. height: 16px;
  651. background-position: center;
  652. }
  653. }
  654. }
  655. }
  656. }
  657. }
  658. .flex--type{
  659. display: flex;
  660. align-items: center;
  661. gap:12px;
  662. }
  663. .file--btn{
  664. border-radius: 0px!important;
  665. background: #4B5161!important;
  666. color: #FFF!important;
  667. font-size: 12px!important;
  668. font-weight: 500!important;
  669. }
  670. .radio--group{
  671. .v-selection-control-group{
  672. gap:10px;
  673. }
  674. }
  675. .mdi-radiobox-marked::before{
  676. content:''!important;
  677. width:15px;
  678. height:15px;
  679. display: inline-flex;
  680. background: url(../img/ic_radio_on.svg) no-repeat center;
  681. }
  682. .mdi-radiobox-blank::before{
  683. content:''!important;
  684. width:15px;
  685. height:15px;
  686. display: inline-flex;
  687. background: url(../img/ic_radio_off.svg) no-repeat center;
  688. }