btn.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. /* Button Common */
  2. .btn,.btn * {
  3. display: inline-block;
  4. border: 0;
  5. background: url('/css/supplier/button/btn_type01.gif') no-repeat;
  6. font: 12px 'gulim';
  7. color: #373737;
  8. overflow: visible;
  9. text-decoration: none !important;
  10. vertical-align: middle;
  11. cursor: pointer;
  12. _cursor: hand;
  13. text-align: center;
  14. }
  15. .btn .co01 {
  16. color: #FD5D07;
  17. }
  18. .btn.small,.btn.small * {
  19. height: 20px;
  20. line-height: 21px;
  21. }
  22. .btn.small {
  23. background-position: 0 0;
  24. }
  25. .btn.small * {
  26. padding: 0 5px 0 2px;
  27. background-position: right top;
  28. }
  29. .btn.big,.btn.big * {
  30. height: 20px;
  31. line-height: 21px;
  32. }
  33. .btn.big {
  34. background-position: 0 0;
  35. }
  36. .btn.big * {
  37. padding: 0 10px 0 2px;
  38. background-position: right top;
  39. }
  40. .btn *:visited {
  41. color: #373737;
  42. }
  43. .btn * co01:visited {
  44. color: #FD5D07;
  45. }
  46. .btn.icon * {
  47. padding-left: 16px;
  48. }
  49. .btn.icon span {
  50. width: 20px;
  51. margin-right: -20px;
  52. padding: 0 !important;
  53. }
  54. .btn.icon02 * {
  55. padding-right: 16px;
  56. }
  57. .btn.icon02 span {
  58. width: 20px;
  59. margin-left: -20px;
  60. padding: 0 !important;
  61. }
  62. .btn.small .write {
  63. background: url('/css/supplier/button/icon_b_write.gif') no-repeat 4px 6px;
  64. }
  65. .btn.small .list {
  66. background: url('/css/supplier/button/icon_b_list.gif') no-repeat 4px 5px;
  67. }
  68. .btn.small .print {
  69. width: 25px;
  70. background: url('/css/supplier/button/icon_b_print.gif') no-repeat 4px 3px;
  71. }
  72. .btn.small .del {
  73. background: url('/css/supplier/button/icon_b_del.gif') no-repeat 7px 7px;
  74. }
  75. .btn.small .del2 {
  76. background: url('/css/supplier/button/icon_b_del2.gif') no-repeat 7px 7px;
  77. }
  78. .btn.small .rep {
  79. width: 23px;
  80. background: url('/css/supplier/button/icon_b_reply.gif') no-repeat 5px 7px;
  81. }
  82. .btn.small .send {
  83. width: 23px;
  84. background: url('/css/supplier/button/icon_b_send.gif') no-repeat 5px 3px;
  85. }
  86. .btn.small .add {
  87. width: 23px;
  88. background: url('/css/supplier/button/icon_b_add.gif') no-repeat right 3px;
  89. }
  90. .btn.small .add02 {
  91. width: 23px;
  92. background: url('/css/supplier/button/btn_p_add.gif') no-repeat right 3px;
  93. }
  94. .btn.small .plus {
  95. width: 23px;
  96. background: url('/css/supplier/button/icon_b_plus.gif') no-repeat 5px 7px;
  97. }
  98. .btn.small .plus02 {
  99. width: 23px;
  100. background: url('/css/supplier/button/icon_b_plus.gif') no-repeat 8px 6px;
  101. }
  102. .btn.small .mail {
  103. width: 23px;
  104. background: url('/css/supplier/button/icon_b_mail.gif') no-repeat 5px 5px;
  105. }
  106. .btn.small .mail02 {
  107. width: 28px;
  108. background: url('/css/supplier/button/icon_b_mail02.gif') no-repeat 5px 5px;
  109. }
  110. .btn.small .mail03 {
  111. width: 26px;
  112. background: url('/css/supplier/button/icon_b_mail03.gif') no-repeat 5px 3px;
  113. }
  114. .btn.small .down {
  115. width: 23px;
  116. background: url('/css/supplier/button/icon_b_down.gif') no-repeat 5px 5px;
  117. }
  118. .btn.small .down02 {
  119. width: 23px;
  120. background: url('/css/supplier/button/icon_b_down02.gif') no-repeat 4px 3px;
  121. }
  122. .btn.small .cht {
  123. width: 24px;
  124. background: url('/css/supplier/button/icon_b_chart.gif') no-repeat 5px 4px;
  125. }
  126. .btn.small .pp {
  127. width: 26px;
  128. background: url('/css/supplier/button/icon_b_pp.gif') no-repeat 5px 2px;
  129. }
  130. .btn.small .group {
  131. width: 26px;
  132. background: url('/css/supplier/button/icon_b_group.gif') no-repeat 5px 2px;
  133. }
  134. .btn.small .vote02 {
  135. width: 32px;
  136. background: url('/css/supplier/button/icon_cmt_up.gif') no-repeat 7px 3px;
  137. }
  138. .btn.small .grid {
  139. width: 28px;
  140. background: url('/css/supplier/button/icon_b_grid.gif') no-repeat 7px 3px;
  141. }
  142. .btn.small .sett {
  143. width: 24px;
  144. background: url('/css/supplier/button/icon_b_chk.gif') no-repeat 5px 6px;
  145. }
  146. .btn.small .thum {
  147. width: 29px;
  148. background: url('/css/supplier/button/icon_b_thum.gif') no-repeat 4px 3px;
  149. }
  150. .btn.small .pic {
  151. width: 29px;
  152. background: url('/css/supplier/button/icon_b_pic.gif') no-repeat 4px 3px;
  153. }
  154. .btn.small .view {
  155. width: 22px;
  156. background: url('/css/supplier/button/icon_b_view.gif') no-repeat 4px 6px;
  157. }
  158. .btn.small .conf {
  159. width: 23px;
  160. background: url('/css/supplier/button/icon_b_conf.gif') no-repeat 7px 6px;
  161. }
  162. .btn.small .conf02 {
  163. width: 23px;
  164. background: url('/css/supplier/button/icon_b_conf02.gif') no-repeat 7px 6px;
  165. }
  166. .btn.small .pop {
  167. width: 23px;
  168. background: url('/css/supplier/button/icon_b_pop.gif') no-repeat 4px 6px;
  169. }
  170. .btn.small .mov {
  171. width: 23px;
  172. background: url('/css/supplier/button/icon_mb02.gif') no-repeat 5px 4px;
  173. }
  174. .btn.small .sort {
  175. width: 23px;
  176. background: url('/css/supplier/button/icon_sort01.gif') no-repeat 5px 4px;
  177. }
  178. .btn.small .fav {
  179. font-size: 8pt;
  180. width: 30px;
  181. max-width: 30px;
  182. color: #85B5D9;
  183. overflow: hidden;
  184. }
  185. .btn02.small .del {
  186. background: url('/css/supplier/button/icon_b_del.gif') no-repeat 7px 7px;
  187. }
  188. .btn02,.btn02 * {
  189. display: inline-block;
  190. border: 0;
  191. background: url('/css/supplier/button/btn_type10.gif') no-repeat;
  192. font: 12px 'gulim';
  193. color: #373737;
  194. overflow: visible;
  195. text-decoration: none !important;
  196. vertical-align: middle;
  197. cursor: pointer;
  198. _cursor: hand;
  199. text-align: center;
  200. }
  201. .btn02 .co01 {
  202. color: #FD5D07;
  203. }
  204. .btn02.small,.btn02.small * {
  205. height: 20px;
  206. line-height: 21px;
  207. }
  208. .btn02.small {
  209. background-position: 0 0;
  210. }
  211. .btn02.small * {
  212. padding: 0 5px 0 2px;
  213. background-position: right top;
  214. }
  215. .btn02 *:visited {
  216. color: #373737;
  217. }
  218. .btn02.icon * {
  219. padding-left: 16px;
  220. }
  221. .btn02.icon span {
  222. width: 20px;
  223. margin-right: -20px;
  224. padding: 0 !important;
  225. }
  226. .btn.center,.btn.center * {
  227. height: 20px;
  228. line-height: 21px;
  229. }
  230. .btn.center {
  231. background-position: 0 0;
  232. }
  233. .btn.center * {
  234. padding: 0 5px;
  235. background-position: right top;
  236. }
  237. .btn.center02,.btn.center02 * {
  238. height: 20px;
  239. line-height: 21px;
  240. }
  241. .btn.center02 {
  242. background-position: 0 0;
  243. }
  244. .btn.center02 * {
  245. padding: 0 10px;
  246. background-position: right top;
  247. font-weight: bold;
  248. }
  249. .btn02.center,.btn02.center * {
  250. height: 20px;
  251. line-height: 21px;
  252. }
  253. .btn02.center {
  254. background-position: 0 0;
  255. }
  256. .btn02.center * {
  257. padding: 0 10px;
  258. background-position: right top;
  259. }
  260. .btnSearch,.btnSearch * {
  261. display: inline-block;
  262. border-radius: 3px;
  263. /* border:1px solid #256a9e;
  264. border-bottom-width:2px; */
  265. line-height:20px;
  266. background-color:#4792cb;
  267. overflow: visible;
  268. color: #FFF;
  269. text-decoration: none !important;
  270. vertical-align: middle;
  271. cursor: pointer;
  272. text-align: center;
  273. white-space:nowrap;
  274. }
  275. .btnSearch span {
  276. background-position: right top;
  277. }
  278. .btnSearch span * {
  279. padding: 0 10px;
  280. background-position: right top;
  281. }
  282. .btnSearch.center,.btnSearch.center * {
  283. height: 20px;
  284. line-height: 21px;
  285. }
  286. .btnSearch.center {
  287. background-position: 0 0;
  288. }
  289. .btnSearch.center * {
  290. padding: 0 10px;
  291. background-position: right top;
  292. }
  293. .btnSearch a:visited {
  294. color: #FFF;
  295. }
  296. .btnSearch *:hover,
  297. .btnSearch *:active,
  298. .btnSearch *:focus{ color:#ffffff; line-height:20px; background-color:#2d80be}
  299. .btnSearch a:hover,
  300. .btnSearch a:active,
  301. .btnSearch a:focus{ color:#ffffff; line-height:20px;background-color:#2d80be}
  302. .logout {
  303. display: inline-block;
  304. width: 55px;
  305. height: 14px;
  306. padding-top: 4px;
  307. background: url('/css/supplier/button/btn_type11.gif') no-repeat;
  308. font: 12px 'gulim';
  309. color: #FFF;
  310. vertical-align: middle;
  311. text-align: center;
  312. }
  313. .logout:visited {
  314. color: #FFF;
  315. }
  316. .btnSumb {
  317. display: inline-block;
  318. width: 55px;
  319. height: 40px;
  320. padding-top: 26px;
  321. background: url('/css/supplier/button/btn_type08.gif') no-repeat;
  322. font: bold 12px 'gulim';
  323. color: #333;
  324. vertical-align: middle;
  325. text-align: center;
  326. }
  327. .btnSumb:visited {
  328. color: #333;
  329. }
  330. .btnSumb02 {
  331. display: inline-block;
  332. width: 61px;
  333. height: 27px;
  334. padding-top: 16px;
  335. background: url('/css/supplier/button/btn_type09.gif') no-repeat;
  336. font: bold 12px 'gulim';
  337. color: #333;
  338. vertical-align: middle;
  339. text-align: center;
  340. }
  341. .btnSumb02:visited {
  342. color: #333;
  343. }
  344. .btnSumb03 {
  345. display: inline-block;
  346. width: 61px;
  347. height: 36px;
  348. padding-top: 24px;
  349. background: url('/css/supplier/button/btn_conf03.gif') no-repeat;
  350. font: bold 12px 'gulim';
  351. color: #333;
  352. vertical-align: middle;
  353. text-align: center;
  354. }
  355. .btnSumb03:visited {
  356. color: #333;
  357. }
  358. .btnSumb04 {
  359. display: inline-block;
  360. width: 61px;
  361. height: 16px;
  362. padding-top: 30px;
  363. background: url('/css/supplier/button/btn_type12.gif') no-repeat;
  364. font: 12px 'gulim';
  365. color: #373737;
  366. vertical-align: middle;
  367. text-align: center;
  368. }
  369. .btnSumb04:visited {
  370. color: #373737;
  371. }
  372. .btnSumb05 {
  373. display: inline-block;
  374. width: 190px;
  375. height: 24px;
  376. padding-top: 11px;
  377. background: url('/css/supplier/button/btn_type13.gif') no-repeat;
  378. font: bold 12px 'gulim';
  379. color: #464646;
  380. vertical-align: middle;
  381. text-align: center;
  382. }
  383. .btnSumb06 {
  384. display: inline-block;
  385. width: 177px;
  386. height: 25px;
  387. padding-top: 9px;
  388. background: url('/css/supplier/button/btn_type14.gif') no-repeat;
  389. font: bold 13px 'gulim';
  390. color: #373737;
  391. vertical-align: middle;
  392. text-align: center;
  393. }
  394. .btnSumb07 {
  395. display: inline-block;
  396. height: 20px;
  397. padding-left: 22px;
  398. background: url('/css/supplier/button/btn_type16.gif') no-repeat;
  399. }
  400. .btnSumb07 span {
  401. display: inline-block;
  402. height: 16px;
  403. padding: 4px 5px 0 0;
  404. background: url('/css/supplier/button/btn_type16.gif') no-repeat 100% 0;
  405. }
  406. .btnSumb07 a {
  407. color: #FFF;
  408. }
  409. .btnSumb08 {
  410. display: inline-block;
  411. width: 61px;
  412. height: 36px;
  413. padding-top: 24px;
  414. background: url('/css/supplier/button/btn_type19.gif') no-repeat;
  415. font: bold 12px 'gulim';
  416. color: #333;
  417. vertical-align: middle;
  418. text-align: center;
  419. }
  420. .btnSumb08:visited {
  421. color: #333;
  422. }
  423. .btnSumb09 {
  424. display: inline-block;
  425. width: 45px;
  426. height: 28px;
  427. padding-top: 17px;
  428. background: url('/css/supplier/button/btn_type20.gif') no-repeat;
  429. font: 12px 'gulim';
  430. color: #333;
  431. vertical-align: middle;
  432. text-align: center;
  433. }
  434. .cal {
  435. display: inline-block;
  436. height: 11px;
  437. padding: 1px 0 0 2px;
  438. background: url('/css/supplier/button/bg_btn01.gif') repeat-x 0 0;
  439. border: 1px solid #FF853F;
  440. font: 12px 'gulim';
  441. color: #FFF;
  442. text-align: center;
  443. letter-spacing: -0.1em;
  444. vertical-align: middle;
  445. line-height: 11px;
  446. }
  447. .cal:visited {
  448. color: #FFF;
  449. }
  450. .pnt {
  451. display: inline-block;
  452. height: 16px;
  453. margin-top: 3px;
  454. padding: 1px 0 0 19px;
  455. background: url('/css/supplier/button/icon_point.gif') no-repeat;
  456. }
  457. .vote {
  458. display: inline-block;
  459. height: 16px;
  460. margin-top: 3px;
  461. padding: 1px 0 0 17px;
  462. background: url('/css/supplier/button/icon_ent.gif') no-repeat;
  463. }
  464. .n01 {
  465. display: inline-block;
  466. width: 21px;
  467. height: 16px;
  468. margin-right: 3px;
  469. padding-top: 5px;
  470. background: url('/css/supplier/button/btn_num01.gif') no-repeat;
  471. color: #373737px;
  472. text-align: center;
  473. vertical-align: middle;
  474. }
  475. .n01:hover,.n01.n01on {
  476. display: inline-block;
  477. width: 21px;
  478. height: 16px;
  479. margin-right: 3px;
  480. padding-top: 5px;
  481. background: url('/css/supplier/button/btn_num01.gif') no-repeat -24px 0;
  482. color: #FFF;
  483. text-align: center;
  484. vertical-align: middle;
  485. }
  486. .n02 {
  487. display: inline-block;
  488. width: 45px;
  489. height: 16px;
  490. margin-right: 3px;
  491. padding-top: 5px;
  492. background: url('/css/supplier/button/btn_num02.gif') no-repeat;
  493. text-align: center;
  494. vertical-align: middle;
  495. }
  496. .n02:hover,.n02.n02on {
  497. display: inline-block;
  498. width: 45px;
  499. height: 16px;
  500. margin-right: 3px;
  501. padding-top: 5px;
  502. background: url('/css/supplier/button/btn_num02.gif') no-repeat -47px 0;
  503. color: #FFF;
  504. text-align: center;
  505. vertical-align: middle;
  506. }
  507. .btnWp01 {
  508. display: inline-block;
  509. width: 50px;
  510. height: 13px;
  511. padding-top: 3px;
  512. background: url('/css/supplier/button/btn_type15.gif') no-repeat;
  513. font: 12px 'gulim';
  514. color: #FFF;
  515. vertical-align: middle;
  516. text-align: center;
  517. }
  518. .btnWp02 {
  519. display: inline-block;
  520. width: 50px;
  521. height: 13px;
  522. padding-top: 3px;
  523. background: url('/css/supplier/button/btn_type15.gif') no-repeat 0 -17px;
  524. font: 12x 'gulim';
  525. color: #FFF;
  526. vertical-align: middle;
  527. text-align: center;
  528. }
  529. .btnWp03 {
  530. display: inline-block;
  531. width: 50px;
  532. height: 13px;
  533. padding-top: 3px;
  534. background: url('/css/supplier/button/btn_type15.gif') no-repeat 0 -34px;
  535. font: 12px 'gulim';
  536. color: #FFF;
  537. vertical-align: middle;
  538. text-align: center;
  539. }
  540. .btnWp04 {
  541. display: inline-block;
  542. width: 54px;
  543. height: 13px;
  544. padding-top: 3px;
  545. background: url('/css/supplier/button/btn_type17.gif') no-repeat;
  546. font: 12px 'gulim';
  547. color: #FFF;
  548. letter-spacing: -0.1em;
  549. vertical-align: middle;
  550. text-align: center;
  551. }
  552. .btnWp05 {
  553. display: inline-block;
  554. width: 54px;
  555. height: 13px;
  556. padding-top: 3px;
  557. background: url('/css/supplier/button/btn_type17.gif') no-repeat 0 -17px;
  558. font: 12px 'gulim';
  559. color: #FFF;
  560. letter-spacing: -0.1em;
  561. vertical-align: middle;
  562. text-align: center;
  563. }
  564. .btnWp06 {
  565. display: inline-block;
  566. width: 54px;
  567. height: 13px;
  568. padding-top: 3px;
  569. background: url('/css/supplier/button/btn_type17.gif') no-repeat 0 -34px;
  570. font: 12px 'gulim';
  571. color: #FFF;
  572. letter-spacing: -0.1em;
  573. vertical-align: middle;
  574. text-align: center;
  575. }
  576. .btnWp07 {
  577. display: inline-block;
  578. width: 50px;
  579. height: 13px;
  580. padding-top: 3px;
  581. background: url('/css/supplier/button/btn_type18.gif') no-repeat;
  582. font: 12px 'gulim';
  583. color: #FFF;
  584. letter-spacing: -0.1em;
  585. vertical-align: middle;
  586. text-align: center;
  587. }
  588. .btnWp08 {
  589. display: inline-block;
  590. width: 50px;
  591. height: 13px;
  592. padding-top: 3px;
  593. background: url('/css/supplier/button/btn_type21.gif') no-repeat;
  594. font: 12px 'gulim';
  595. color: #FFF;
  596. letter-spacing: -0.1em;
  597. vertical-align: middle;
  598. text-align: center;
  599. }
  600. .proc01 {
  601. display: inline-block;
  602. height: 16px;
  603. padding-left: 21px;
  604. background: url('/css/supplier/button/btn_proc.gif') no-repeat;
  605. color: #FFF;
  606. text-decoration: none !important;
  607. cursor: pointer;
  608. _cursor: hand;
  609. }
  610. .proc01 span {
  611. height: 16px;
  612. background-position: right top;
  613. }
  614. .proc01 a:visited {
  615. color: #FFF;
  616. }
  617. .copyurl {
  618. background-color: #8EB1CF;
  619. font: 11px 'gulim';
  620. color: #DCE7F0;
  621. vertical-align: middle;
  622. text-align: center;
  623. padding: 3px;
  624. }