geo.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. /* background-color */
  2. /*font color*/
  3. .fc-black {
  4. color:#000000;
  5. }
  6. .fc-gray {
  7. color:#666666;
  8. }
  9. .fc-light-gray {
  10. color:#999999;
  11. }
  12. .fc-silver {
  13. color:#aaaaaa;
  14. }
  15. .fc-red {
  16. color:#cc3433;
  17. }
  18. .fc-blue {
  19. color:#0055cc;
  20. }
  21. .fc-white {
  22. color:#ffffff;
  23. }
  24. .fc-orange {
  25. color:#ff7800;
  26. }
  27. .fc-blue {
  28. color:#0055cc;
  29. }
  30. .fc-green {
  31. color:#459830;
  32. }
  33. /*text-align*/
  34. .t-left {
  35. text-align:left;
  36. }
  37. .t-center {
  38. text-align:center;
  39. }
  40. .t-right {
  41. text-align:right;
  42. }
  43. .va-top {
  44. vertical-align:top;
  45. }
  46. .va-middle {
  47. vertical-align:middle;
  48. }
  49. .va-bottom {
  50. vertical-align:bottom;
  51. }
  52. .tip-default,.tip-right,.tip-wrong,.tip-warning,.time-direct,.people-direct,.btn-operator,.btn-to-operate,.plan-state,.unopened-plan {
  53. width:12px;
  54. height:12px;
  55. }
  56. .close-tag {
  57. background-image:url("../images/icon.png");
  58. display:inline-block;
  59. }
  60. .nav-main-page,.td-triangle-left,.td-triangle-right,.close-tag,.td-triangle-left,.td-triangle-right,.show-content,.hide-content,.btn-operator,.btn-to-operate,.left-list-show,.left-list-hide,.more-size,.export-excel,.magnifier,.ico-add,.btn-oval-open,.btn-oval-close,.magnifier-search {
  61. cursor:pointer;
  62. }
  63. /*webback里面的start*/
  64. /* calender(日期),投放日期 */
  65. .calender {
  66. width:16px;
  67. height:15px;
  68. background-position:0 0px;
  69. }
  70. /*webback里面的end*/
  71. /* 表单元素输入之前默认的提示 */
  72. .tip-default {
  73. background-position:0 -16px;
  74. }
  75. /* 输入后验证通过的提示 */
  76. .tip-right {
  77. background-position:0 -32px;
  78. }
  79. /* 输入后验证错误提示 */
  80. .tip-wrong {
  81. background-position:0 -48px;
  82. }
  83. /* 输入后警告提示 */
  84. .tip-warning {
  85. background-position:0 -64px;
  86. }
  87. /* 面包屑中的主页 */
  88. .nav-main-page {
  89. width:14px;
  90. height:13px;
  91. background-position:0 -80px;
  92. }
  93. /* 面包屑中的箭头 */
  94. .nav-arrow {
  95. width:3px;
  96. height:5px;
  97. background-position:0 -96px;
  98. }
  99. /* 系统提醒和一些标题前使用的三角形图标 */
  100. /* 三角形图标(箭头方向朝下) */
  101. .title-triangle-bottom {
  102. width:9px;
  103. height:5px;
  104. background-position:0 -112px;
  105. }
  106. /* 三角形图标(箭头方向朝左) */
  107. .td-triangle-left {
  108. background-position:0 -128px;
  109. }
  110. .td-triangle-left,.td-triangle-right {
  111. width:5px;
  112. height:9px;
  113. }
  114. /* 三角形图标(箭头方向朝右) */
  115. .td-triangle-right {
  116. background-position:0 -144px;
  117. }
  118. /* 关闭-叉号表示 */
  119. .close-tag {
  120. width:9px;
  121. height:9px;
  122. background-position:0 -160px;
  123. }
  124. /*webback里面的start*/
  125. /* 时段定向(当前已选时段) */
  126. .time-direct {
  127. background-position:0 -176px;
  128. }
  129. /*webback里面的end*/
  130. /* 地域定向(当前已选地域) */
  131. .area-direct {
  132. width:9px;
  133. height:12px;
  134. background-position:0 -192px;
  135. }
  136. /*webback里面的start*/
  137. /* 人群定向(当前已选人群) */
  138. .people-direct {
  139. background-position:0 -208px;
  140. }
  141. /* 人口属性 */
  142. .personal-attibute {
  143. width:17px;
  144. height:18px;
  145. background-position:0 -224px;
  146. }
  147. /* 个人关注 */
  148. .personal-attention {
  149. width:25px;
  150. height:18px;
  151. background-position:0 -256px;
  152. }
  153. /* 购买倾向 */
  154. .tendency-buy {
  155. width:15px;
  156. height:19px;
  157. background-position:0 -288px;
  158. }
  159. /*webback里面的end*/
  160. /* 展开收起(比如人群定向中类别菜单展开收起) */
  161. .show-content {
  162. background-position:0 -320px;
  163. }
  164. .show-content,.hide-content {
  165. width:10px;
  166. height:10px;
  167. }
  168. .hide-content {
  169. background-position:0 -336px;
  170. }
  171. /*webback里面的start*/
  172. /* 人群定向拖拽提示 */
  173. .people-drag {
  174. width:12px;
  175. height:14px;
  176. background-position:0 -352px;
  177. }
  178. /*webback里面的end*/
  179. /* 操作按钮hover状态 */
  180. .btn-operator {
  181. background-position:0 -368px;
  182. }
  183. /* 操作按钮默认样式 */
  184. .btn-to-operate {
  185. background-position:0 -384px;
  186. }
  187. /* 左侧菜单收缩 */
  188. .left-list-hide {
  189. background-position:0 -400px;
  190. }
  191. .left-list-hide,.left-list-show {
  192. width:10px;
  193. height:10px;
  194. }
  195. /* 左侧菜单展开 */
  196. .left-list-show {
  197. background-position:0 -416px;
  198. }
  199. /* 新数据提醒(带有'new'的icon) */
  200. .tip-new {
  201. width:22px;
  202. height:14px;
  203. background-position:0 -432px;
  204. }
  205. /* 表格中计划状态(标题) */
  206. .plan-state {
  207. background-position:0 -448px;
  208. }
  209. /* 表格中未开启计划 */
  210. .unopened-plan {
  211. background-position:0 -464px;
  212. }
  213. /* 表格中数据区段说明 */
  214. .td-data-introduction {
  215. width:4px;
  216. height:7px;
  217. background-position:0 -480px;
  218. }
  219. /* 计划表格数据字段投放周期 */
  220. .td-data-release-period {
  221. background-position:0 -496px;
  222. }
  223. .td-data-release-period,.td-data-budget {
  224. width:5px;
  225. height:11px;
  226. }
  227. /* 计划表格数据字段总预算 */
  228. .td-data-budget {
  229. background-position:0 -512px;
  230. }
  231. /* 计划表格数据字段到达地址URL */
  232. .edit-ico {
  233. width:13px;
  234. height:13px;
  235. background-position:0 -528px;
  236. }
  237. /* 创意尺寸 */
  238. .more-size {
  239. width:5px;
  240. height:11px;
  241. background-position:0 -544px;
  242. }
  243. /* 导出Excel */
  244. .export-excel {
  245. width:11px;
  246. height:13px;
  247. background-position:0 -560px;
  248. }
  249. /* 放大镜 */
  250. .magnifier {
  251. width:12px;
  252. height:13px;
  253. background-position:0 -576px;
  254. }
  255. /* 按钮上的'+' */
  256. .ico-add {
  257. width:13px;
  258. height:13px;
  259. background-position:0 -592px;
  260. }
  261. /* 序号 */
  262. .icon-number1 {
  263. background-position:0 -608px;
  264. }
  265. .icon-number1,.icon-number2 {
  266. width:16px;
  267. height:16px;
  268. }
  269. .icon-number2 {
  270. background-position:0 -624px;
  271. }
  272. /* 系统提醒-mail */
  273. .mail-tip {
  274. width:14px;
  275. height:10px;
  276. background-position:0 -640px;
  277. }
  278. /* 开启和关闭按钮(椭圆形的) */
  279. .btn-oval-open {
  280. width:63px;
  281. height:23px;
  282. background-position:0 -656px;
  283. }
  284. .btn-oval-close {
  285. width:63px;
  286. height:23px;
  287. background-position:0 -688px;
  288. }
  289. /* 页码中用到的三角形箭头(上一页、下一页) */
  290. .page-arrow-left {
  291. background-position:0 -720px;
  292. }
  293. .page-arrow-left,.page-arrow-right {
  294. width:4px;
  295. height:7px;
  296. }
  297. .page-arrow-right {
  298. background-position:0 -736px;
  299. }
  300. /* 创建计划成功和失败 */
  301. .fail-plan {
  302. background-position:0 -752px;
  303. width:30px;
  304. height:30px;
  305. }
  306. .success-plan {
  307. background-position:0 -784px;
  308. width:36px;
  309. height:27px;
  310. }
  311. /* 表格中的td全部状态*/
  312. .all-state {
  313. background-position:0 -816px;
  314. width:7px;
  315. height:4px;
  316. }
  317. /* 地域设定已选择的地区 */
  318. .area-selected {
  319. background-position:0 -832px;
  320. width:10px;
  321. height:10px;
  322. }
  323. .icon-search {
  324. background-image:url("../images/search.png");
  325. width:20px;
  326. height:17px;
  327. background-position:0 0;
  328. }
  329. /* 搜索框后面的搜索icon */
  330. .magnifier-search {
  331. background-position:0 -848px;
  332. width:24px;
  333. height:19px;
  334. }
  335. /* background-color */
  336. /*webback里面的start*/
  337. .ml1 {
  338. margin-left:10px;
  339. }
  340. .ml2 {
  341. margin-left:20px;
  342. }
  343. .ml3 {
  344. margin-left:30px;
  345. }
  346. .ml4 {
  347. margin-left:40px;
  348. }
  349. .ml5 {
  350. margin-left:50px;
  351. }
  352. .ml6 {
  353. margin-left:60px;
  354. }
  355. .ml7 {
  356. margin-left:70px;
  357. }
  358. .ml8 {
  359. margin-left:80px;
  360. }
  361. .ml9 {
  362. margin-left:90px;
  363. }
  364. .ml10 {
  365. margin-left:100px;
  366. }
  367. .ml11 {
  368. margin-left:110px;
  369. }
  370. .ml12 {
  371. margin-left:120px;
  372. }
  373. .ml13 {
  374. margin-left:130px;
  375. }
  376. .ml14 {
  377. margin-left:140px;
  378. }
  379. .ml15 {
  380. margin-left:150px;
  381. }
  382. .ml16 {
  383. margin-left:160px;
  384. }
  385. .ml17 {
  386. margin-left:170px;
  387. }
  388. .ml18 {
  389. margin-left:180px;
  390. }
  391. .ml19 {
  392. margin-left:190px;
  393. }
  394. .ml20 {
  395. margin-left:200px;
  396. }
  397. .mt1 {
  398. margin-top:10px;
  399. }
  400. .mt2 {
  401. margin-top:20px;
  402. }
  403. .mt3 {
  404. margin-top:30px;
  405. }
  406. .mt4 {
  407. margin-top:40px;
  408. }
  409. .mt5 {
  410. margin-top:50px;
  411. }
  412. .mt6 {
  413. margin-top:60px;
  414. }
  415. .mt7 {
  416. margin-top:70px;
  417. }
  418. .mt8 {
  419. margin-top:80px;
  420. }
  421. .mt9 {
  422. margin-top:90px;
  423. }
  424. .mt10 {
  425. margin-top:100px;
  426. }
  427. .mr1 {
  428. margin-right:10px;
  429. }
  430. .mr2 {
  431. margin-right:20px;
  432. }
  433. .mr3 {
  434. margin-right:30px;
  435. }
  436. .mr4 {
  437. margin-right:40px;
  438. }
  439. .mr5 {
  440. margin-right:50px;
  441. }
  442. .mr6 {
  443. margin-right:60px;
  444. }
  445. .mr7 {
  446. margin-right:70px;
  447. }
  448. .mr8 {
  449. margin-right:80px;
  450. }
  451. .mr9 {
  452. margin-right:90px;
  453. }
  454. .mr10 {
  455. margin-right:100px;
  456. }
  457. .mb1 {
  458. margin-bottom:10px;
  459. }
  460. .mb2 {
  461. margin-bottom:20px;
  462. }
  463. .mb3 {
  464. margin-bottom:30px;
  465. }
  466. .mb4 {
  467. margin-bottom:40px;
  468. }
  469. .mb5 {
  470. margin-bottom:50px;
  471. }
  472. .mb6 {
  473. margin-bottom:60px;
  474. }
  475. .mb7 {
  476. margin-bottom:70px;
  477. }
  478. .mb8 {
  479. margin-bottom:80px;
  480. }
  481. .mb9 {
  482. margin-bottom:90px;
  483. }
  484. .mb10 {
  485. margin-bottom:100px;
  486. }
  487. /*webback里面的end*/
  488. /* border bottom dashed */
  489. .bb-dashed-gray {
  490. border-bottom:1px dashed #666666;
  491. }
  492. .bb-dashed-light-gray {
  493. border-bottom:1px dashed #999999;
  494. }
  495. .bb-dashed-light-silver {
  496. border-bottom:1px dashed #cccccc;
  497. }
  498. .bb-dashed-bright-silver {
  499. border-bottom:1px dashed #fbfbfb;
  500. }
  501. /* border bottom solid */
  502. .bb-solid-gray {
  503. border-bottom:1px solid #666666;
  504. }
  505. .bb-solid-light-gray {
  506. border-bottom:1px solid #999999;
  507. }
  508. .bb-solid-light-silver {
  509. border-bottom:1px solid #cccccc;
  510. }
  511. .bb-solid-bright-silver {
  512. border-bottom:1px solid #fbfbfb;
  513. }
  514. /* border top dashed */
  515. .bt-dashed-gray {
  516. border-top:1px dashed #666666;
  517. }
  518. .bt-dashed-light-gray {
  519. border-top:1px dashed #999999;
  520. }
  521. .bt-dashed-light-silver {
  522. border-top:1px dashed #cccccc;
  523. }
  524. .bt-dashed-bright-silver {
  525. border-top:1px dashed #fbfbfb;
  526. }
  527. /* border top solid */
  528. .bt-solid-gray {
  529. border-top:1px solid #666666;
  530. }
  531. .bt-solid-light-gray {
  532. border-top:1px solid #999999;
  533. }
  534. .bt-solid-light-silver {
  535. border-top:1px solid #cccccc;
  536. }
  537. .bt-solid-bright-silver {
  538. border-top:1px solid #fbfbfb;
  539. }
  540. /* border top bottom left right solid */
  541. a {
  542. text-decoration:none;
  543. color:#0055cc;
  544. }
  545. a:hover {
  546. text-decoration:none;
  547. }
  548. a.disabled {
  549. color:#999999;
  550. cursor:text;
  551. }
  552. /*webback里面的start*/
  553. input[type=text] {
  554. border-radius:0;
  555. margin:0;
  556. }
  557. /*webback里面的end*/
  558. .hidden {
  559. display:none;
  560. }
  561. ul p {
  562. margin:0;
  563. padding:0;
  564. }
  565. .clear-both {
  566. clear:both;
  567. }
  568. .transparent {
  569. opacity:0;
  570. }
  571. .required {
  572. color:#ff7800;
  573. }
  574. .table-layout {
  575. display:table;
  576. width:100%;
  577. }
  578. .relative {
  579. position:relative;
  580. }
  581. #loading {
  582. display:inline-block;
  583. width:16px;
  584. height:16px;
  585. background-image:url("../images/loading.gif");
  586. margin-left:10px;
  587. }
  588. /******************************************************************/
  589. /* bootstrap patch /
  590. /******************************************************************/
  591. /* 下拉菜单的按钮如果在页面右边的话点击之后下拉菜单依然是靠左的,如果文字比较宽就会把横向滚动条撑出来,所以加了下面这个class,将.dropdown-right添加到.btn-group的标签上就好了 */
  592. .dropdown-right .dropdown-menu:after {
  593. left:auto;
  594. right:13px;
  595. }
  596. .dropdown-right .dropdown-menu {
  597. left:auto;
  598. right:0;
  599. }
  600. /* 覆盖 .btn-group 及 .dropdown-menu 的默认字体样式 */
  601. .btn-group > .btn {
  602. font-size:14px;
  603. color:#666666;
  604. }
  605. .btn {
  606. border-radius:0;
  607. }
  608. .dropdown-menu {
  609. border-radius:0;
  610. }
  611. .dropdown-menu li > a {
  612. color:#666666;
  613. font-size:12px;
  614. }
  615. label {
  616. display:inline-block;
  617. font-size:14px;
  618. }
  619. .area-set {
  620. font-size:12px;
  621. width:710px;
  622. height:340px;
  623. }
  624. .area-set .name {
  625. height:34px;
  626. line-height:34px;
  627. /*background-image:url("../images/geo-title-bg.png");
  628. */
  629. }
  630. .area-set .name a {
  631. float:right;
  632. margin-right:17px;
  633. }
  634. .area-set .list-con,.area-set .selected-con {
  635. color:#666666;
  636. height:285px;
  637. }
  638. .area-set .list-con .title,.area-set .selected-con .title {
  639. height:33px;
  640. line-height:33px;
  641. /*background-image:url("../images/area_title_bg.png");
  642. */
  643. color:#999999;
  644. border-bottom:1px solid #cccccc;
  645. }
  646. .area-set .list-con > .name,.area-set .selected-con > .name {
  647. padding-left:18px;
  648. }
  649. .area-set .area-bottom {
  650. background-color:#fbfbfb;
  651. padding:0px;
  652. }
  653. .area-set .search {
  654. border:1px solid #cccccc;
  655. overflow:hidden;
  656. margin-top:5px;
  657. width:303px;
  658. }
  659. .area-set .search input {
  660. width:273px;
  661. line-height:20px;
  662. }
  663. .area-set .search span {
  664. cursor:pointer;
  665. margin-right:0px;
  666. }
  667. .area-set .con {
  668. overflow-y:scroll;
  669. height:250px;
  670. }
  671. .area-set .list-con {
  672. width:400px;
  673. float:left;
  674. }
  675. .area-set .list-con .children {
  676. width:263px;
  677. padding:0 10px;
  678. background:#f4f4f4;
  679. overflow:hidden;
  680. margin-left:82px;
  681. }
  682. .area-set .list-con .children .children-area {
  683. float:left;
  684. overflow:hidden;
  685. line-height:24px;
  686. margin:0 5px 10px 5px;
  687. }
  688. .area-set .list-con .children .children-area .area {
  689. border:1px solid #ccc;
  690. cursor:pointer;
  691. }
  692. .area-set .list-con .children .children-area .select-city {
  693. border:1px solid #ff6600;
  694. }
  695. .area-set .list-con .children .children-area .area .corner {
  696. width:8px;
  697. height:8px;
  698. margin:16px 0 0 0;
  699. }
  700. .area-set .list-con .con {
  701. overflow-y:scroll;
  702. margin-left:18px;
  703. border-top:1px solid #ccc;
  704. }
  705. .area-set .list-con .con .area {
  706. overflow:hidden;
  707. }
  708. .area-set .list-con .con .area-bg {
  709. background:#f4f4f4;
  710. }
  711. .area-set .list-con .con .area:hover {
  712. background:#f4f4f4;
  713. }
  714. .area-set .list-con .con input {
  715. margin:0;
  716. padding:0;
  717. border:0;
  718. background:none;
  719. box-shadow:none;
  720. height:24px;
  721. }
  722. .area-set .list-con .con span,.area-set .list-con .con input {
  723. display:inline-block;
  724. float:left;
  725. margin-right:5px;
  726. outline:none;
  727. }
  728. .area-set .list-con .con span {
  729. line-height:24px;
  730. }
  731. .area-set .list-con .con span.shrinked-gray,.area-set .list-con .con span.extended-gray {
  732. margin-top:6px;
  733. float:right;
  734. cursor:pointer;
  735. }
  736. .area-set .list-con .con .double-arrow {
  737. margin-top:10px;
  738. }
  739. .area-set .list-con .con input[type=checkbox] {
  740. margin-top:5px;
  741. }
  742. .area-set .selected-con {
  743. padding-left:400px;
  744. width:340px;
  745. }
  746. .area-set .selected-con .con {
  747. margin-left:18px;
  748. border-top:1px solid #ccc;
  749. }
  750. .area-set .selected-con .selected,.area-set .selected-con .removed {
  751. background-color:#fbfbfb;
  752. border:1px solid #cccccc;
  753. /* height:19px;
  754. */
  755. /* line-height:19px;
  756. */
  757. overflow:hidden;
  758. margin:2px 0;
  759. padding:0 5px;
  760. }
  761. .area-set .selected-con .close-tag {
  762. float:right;
  763. margin-top:5px;
  764. margin-right:10px;
  765. opacity:0.5;
  766. filter:alpha(opacity=50);
  767. }
  768. .area-set .selected-con .close-tag:hover {
  769. opacity:1;
  770. filter:alpha(opacity=100);
  771. }
  772. .area-set .selected-con .area-selected {
  773. margin-right:5px;
  774. }
  775. .area-set .shrinked {
  776. background-image:url("../images/icon.png");
  777. display:inline-block;
  778. cursor:pointer;
  779. background-position:0 -320px;
  780. width:10px;
  781. height:10px;
  782. }
  783. .area-set .extended {
  784. background-image:url("../images/icon.png");
  785. display:inline-block;
  786. cursor:pointer;
  787. width:10px;
  788. height:10px;
  789. background-position:0 -336px;
  790. }
  791. .area-set .placeholder {
  792. background-image:url("../images/icon.png");
  793. display:inline-block;
  794. cursor:pointer;
  795. background-position:0 -320px;
  796. width:10px;
  797. height:10px;
  798. background:none;
  799. cursor:default;
  800. }
  801. .search {
  802. background:#f3f3f3;
  803. overflow:hidden;
  804. padding:7px 18px;
  805. border-bottom:1px solid #cccccc;
  806. position:relative;
  807. }
  808. .search span {
  809. line-height:30px;
  810. float:left;
  811. font-size:12px;
  812. }
  813. .search .search-input {
  814. width:410px;
  815. height:30px;
  816. margin-top:3px;
  817. border-radius:5px 5px 5px 5px;
  818. border:1px solid #CCCCCC;
  819. overflow:hidden;
  820. float:left;
  821. background:#fff;
  822. }
  823. .search .search-input input {
  824. width:380px;
  825. border:0;
  826. float:left;
  827. box-shadow:none;
  828. outline:none;
  829. }
  830. .search .search-input .close-tag {
  831. float:left;
  832. }
  833. .search .search-btn {
  834. float:left;
  835. font-size:12px;
  836. border-radius:5px 5px 5px 5px;
  837. border:1px solid #36aeea;
  838. width:58px;
  839. height:31px;
  840. color:#36aeea;
  841. background:white;
  842. text-align:center;
  843. cursor: pointer;
  844. line-height:30px;
  845. margin-left:5px;
  846. margin-top:3px;
  847. }
  848. .search-result {
  849. display:none;
  850. width:390px;
  851. height:240px;
  852. position:absolute;
  853. overflow-x:hidden;
  854. overflow-y:auto;
  855. border-bottom:1px solid #cccccc;
  856. border-left:1px solid #cccccc;
  857. border-right:1px solid #cccccc;
  858. left:90px;
  859. z-index:100;
  860. background:#fff;
  861. padding:0 10px;
  862. }
  863. .search-result div {
  864. height:30px;
  865. line-height:30px;
  866. overflow:hidden;
  867. }
  868. .search-result div span {
  869. display:inline-block;
  870. float:left;
  871. color:#666;
  872. }
  873. .search-result .add-area {
  874. float:right;
  875. cursor:pointer;
  876. margin:10px 0 0 5px;
  877. }
  878. .search-result .add-all {
  879. text-align:right;
  880. border-top:1px solid #e5e5e5;
  881. }
  882. .search-result .add-all a {
  883. font-size:12px;
  884. color:#666;
  885. }