common.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .privacy-part .nav-link-a {
  2. width: 100%;
  3. font-weight: 500;
  4. padding: 12px 15px;
  5. border-radius: 8px;
  6. color: var(--text);
  7. text-transform: capitalize;
  8. transition: all linear .3s;
  9. -webkit-transition: all linear .3s;
  10. -moz-transition: all linear .3s;
  11. -ms-transition: all linear .3s;
  12. -o-transition: all linear .3s;
  13. }
  14. .cursor-pointer {
  15. cursor: pointer;
  16. }
  17. .value-color-green {
  18. color: #1ec800 ;
  19. font-size: 17px;
  20. }
  21. .privacy-part .nav-link-a:hover {
  22. color: var(--primary);
  23. background: var(--chalk);
  24. }
  25. .privacy-part .nav-link-a.active {
  26. color: var(--primary);
  27. background: var(--chalk);
  28. }
  29. .privacy-part .nav-link-a::before {
  30. right: 15px;
  31. }
  32. .privacy-part .nav-link-a i {
  33. font-size: 20px;
  34. margin-right: 12px;
  35. }
  36. .privacy-part .nav-link-a.active {
  37. color: var(--primary);
  38. background: var(--green-chalk);
  39. }
  40. .certi-btn {
  41. height: 100% !important;
  42. line-height: 1 !important;
  43. width: 140px !important;
  44. border-top-left-radius: 0 !important;
  45. border-bottom-left-radius: 0 !important;
  46. font-size: 12px !important;
  47. }
  48. .spinner {
  49. margin-right: 5px;
  50. display: none;
  51. }
  52. .sso-login-btn {
  53. border: 1px solid #ddd !important;
  54. }
  55. .sso-login-btn img {
  56. width: 25px;
  57. }
  58. .page-pc .pay-type-content {
  59. display:none;
  60. padding: 25px;
  61. margin-top:-2px;
  62. margin-bottom: 25px;
  63. background: #fff;
  64. border-color: #b4bdd3;
  65. border-radius: 8px;
  66. border: 1px solid var(--border);
  67. position: relative;
  68. /*padding: 10px;
  69. border: 2px solid #c5c7cd;
  70. background-color: #f4f6fa;
  71. */
  72. }
  73. .pay-type-sections {display:flex; flex-flow:row wrap; justify-content:space-between;}
  74. .pay-type-sections li {width:49.5%;}
  75. .pay-type-sections input,
  76. .pay-type-sections select {width:100%;}
  77. #paymethod1 {display:block;}
  78. .cypto2-group li {width:33%;}
  79. .pay-cypto li {width:42%;}
  80. .pay-cypto .avail {width:15%; text-align:center;}
  81. .pay-cypto .avail strong {display:block; margin-top: 0.5rem; line-height:45px;}
  82. .pay-cypto .avail i {line-height:45px;}
  83. .page-pc .virtual-account-payment-explain {
  84. padding-top: 20px;
  85. margin-bottom: 10px;
  86. }
  87. .checkout-part input {
  88. padding: 0 3px;
  89. }
  90. .page-pc input:read-only,
  91. .page-pc input:disabled {
  92. padding: 0 3px;
  93. color: black;
  94. border-color: #e9e4e4;
  95. background: #fff;
  96. }
  97. .page-pc .virtual-account-payment-explain dd {
  98. display: list-item;
  99. list-style-type: disc;
  100. list-style-position: inside;
  101. margin-bottom: 5px;
  102. line-height: 15px;
  103. color: #888;
  104. font-size: 13px;
  105. }
  106. .invoice-details li p {
  107. width: 100%;
  108. }
  109. #medium-modal .sort-div {
  110. margin-right: 10px;
  111. }
  112. .account-content .paymethod-div {
  113. margin-right: 20px;
  114. }
  115. .rounded-top-0 {
  116. border-top-left-radius: 0!important;
  117. border-top-right-radius: 0!important
  118. }
  119. .rounded-bottom-0 {
  120. border-bottom-right-radius: 0!important;
  121. border-bottom-left-radius: 0!important
  122. }
  123. .rounded-left-0 {
  124. border-top-left-radius: 0!important;
  125. border-bottom-left-radius: 0!important
  126. }
  127. .rounded-right-0 {
  128. border-top-right-radius: 0!important;
  129. border-bottom-right-radius: 0!important
  130. }
  131. .radius-r0 {border-top-right-radius:0!important; border-bottom-right-radius:0!important;}
  132. .radius-l0 {border-top-left-radius:0!important; border-bottom-left-radius:0!important;}
  133. .weekly-best-image,
  134. .best-image {
  135. width: 210px;
  136. height: 210px;
  137. }
  138. .custom-pagination {
  139. display: flex;
  140. justify-content: center;
  141. margin-left: auto;
  142. }
  143. .page-item.disabled .page-link {
  144. color: #999;
  145. pointer-events: none;
  146. cursor: auto;
  147. background-color: #fff;
  148. border-color: #eee;
  149. }
  150. .page-link {
  151. width: 30px;
  152. height: 30px;
  153. line-height: 30px;
  154. text-align: center;
  155. font-weight: 400;
  156. border: none;
  157. padding: 0px;
  158. color: var(--text);
  159. background: var(--white);
  160. }
  161. .page-item.active .page-link {
  162. color: white !important;
  163. background: black !important;
  164. }
  165. .login .login_sns button {
  166. width: 80%;
  167. height: 55px;
  168. margin-bottom: 8px;
  169. text-align: center;
  170. border: 1px solid #ddd;
  171. background-color: white;
  172. }
  173. .form-text {
  174. color: var(--text);
  175. background: white;
  176. border: 1px solid black;
  177. }
  178. .orderlist-part {
  179. margin-bottom: 0!important;
  180. }
  181. .end-event {
  182. opacity: 0.3;
  183. }
  184. @media (min-width: 1400px) {
  185. .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  186. max-width: 1320px;
  187. }
  188. }
  189. @media (max-width:480px) {
  190. .page-pc .virtual-account-payment-explain dd {
  191. line-height: 18px;
  192. }
  193. .pay-type-sections li {width:100%!important;}
  194. .pay-cypto .avail {text-align:left;}
  195. .pay-cypto .avail strong {display:inline-block; line-height: inherit; margin-bottom: 20px;}
  196. }