thr-linkage.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. div.thr-linkage {
  2. position: fixed;
  3. top: 50%;
  4. left: 50%;
  5. width: 888px;
  6. margin: -260px 0px 0px -444px;
  7. background-color: rgb(255, 255, 255);
  8. z-index: 2;
  9. overflow: hidden;
  10. }
  11. .thr-linkage .thr-areas dl dd,.thr-linkage .hot_city dl dd,
  12. .thr-linkage .thr-check-box dl dd,.thr-linkage .thr-check-box dl dt{
  13. display: inline-block;
  14. padding: 2px 10px 2px 16px;
  15. background-image: url(thr-checkbox.png);
  16. background-repeat: no-repeat;
  17. background-position:left 7px;
  18. cursor: pointer;
  19. }
  20. .thr-linkage .thr-areas h4 button {
  21. display: inline-block;
  22. padding: 5px 10px;
  23. background-color: #dc402a;
  24. color: #fff;
  25. border-radius: 3px;
  26. border: none;
  27. outline: none;
  28. cursor: pointer;
  29. font-size: 13px
  30. }
  31. .thr-linkage .thr-areas h4 button:hover {
  32. opacity: 0.9;
  33. }
  34. .thr-linkage dd.on {
  35. background-position: left -22px !important;
  36. }
  37. .thr-linkage .thr-header {
  38. background-color: #eee;
  39. line-height: 36px;
  40. padding: 0 10px;
  41. font-size: 15px;
  42. text-align: left;
  43. }
  44. .thr-linkage .thr-header i{
  45. line-height: 36px;
  46. color: #fff;
  47. cursor: pointer;
  48. padding: 0 5px;
  49. height: 36px;
  50. width: 38px;
  51. background-size: 27%;
  52. }
  53. .thr-linkage .thr-list-area{
  54. width: 150px;
  55. height: 346px;
  56. overflow-y: scroll;
  57. }
  58. .thr-areas > h4 ,.thr-areas > dl, .thr-check-box {
  59. text-align: left;
  60. }
  61. .thr-check-box dd {
  62. margin-left: 10px;
  63. padding: 2px 3px 2px 16px !important;
  64. }
  65. .thr-linkage .thr-list-area ul li:first-child {
  66. background-color: #e4e4e4;
  67. border-bottom: 1px solid #eee;
  68. padding-left: 10px;
  69. }
  70. .thr-linkage .thr-list-area ul li {
  71. border-bottom: 1px solid #eee;
  72. line-height: 26px;
  73. cursor: pointer;
  74. padding-left: 10px;
  75. }
  76. .thr-linkage .thr-list-area ul li:hover {
  77. background-color: #efefef;
  78. }
  79. .thr-linkage .thr-list-area ul li.on {
  80. background-color: #fd8340;
  81. color: white;
  82. }
  83. .thr-linkage .thr-check-box {
  84. border-top: 1px solid #eee;
  85. margin-top: 10px;
  86. }
  87. .thr-linkage .thr-select-area {
  88. min-height: 26px;
  89. }
  90. .thr-linkage .thr-close {
  91. background: url(thr-close-1.png) 36px 11px;
  92. background-repeat: no-repeat;
  93. }
  94. .thr-linkage .fr {
  95. float: right;
  96. }
  97. .thr-linkage .mtb5 {
  98. margin-top: 5px;
  99. margin-bottom: 5px;
  100. }
  101. .thr-linkage .fw {
  102. font-weight: normal;
  103. }
  104. .thr-linkage .fz12 {
  105. font-size: 12px;
  106. }
  107. .thr-linkage .fz14 {
  108. font-size: 14px;
  109. }
  110. .thr-linkage .mt10 {
  111. margin-top: 10px;
  112. }
  113. .thr-linkage .fl {
  114. float: left;
  115. }
  116. .thr-linkage .pd10 {
  117. padding: 10px !important;
  118. }
  119. .thr-linkage .fz16 {
  120. font-size: 16px;
  121. }
  122. .thr-linkage-shade {
  123. position: fixed;
  124. top: 0;
  125. left: 0;
  126. width: 100%;
  127. height: 100%;
  128. z-index: 1;
  129. display: none;
  130. overflow: hidden;
  131. }