popupHtml.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. .popup_html .popup-lt {
  2. position: absolute;
  3. top: 0px;
  4. left: -20px;
  5. bottom: 19px;
  6. width: 20px;
  7. background: url(../images/popup/bg-pp-2d-lt.png) top left no-repeat;
  8. }
  9. .popup_html .popup-lb {
  10. position: absolute;
  11. left: -20px;
  12. bottom: 0px;
  13. width: 42px;
  14. height: 19px;
  15. background: url(../images/popup/bg-pp-2d-lb.png) top left no-repeat;
  16. }
  17. .popup_html .popup-ct {
  18. height: 48px;
  19. background: url(../images/popup/bg-pp-23d-ct.png) top left repeat-x !important;
  20. }
  21. .popup_html .popup-cb {
  22. background: #ffffff !important;
  23. }
  24. .popup_html .popup-rt {
  25. position: absolute;
  26. right: -8px;
  27. top: 0px;
  28. bottom: 19px;
  29. width: 8px;
  30. background: url(../images/popup/bg-pp-2d-rt.png) top left no-repeat;
  31. }
  32. .popup_html .popup-rb {
  33. position: absolute;
  34. right: -8px;
  35. bottom: 0px;
  36. height: 19px;
  37. left: 22px;
  38. background: url(../images/popup/bg-pp-2d-rb.png) top right no-repeat;
  39. }
  40. /*3D*/
  41. /*.popup_html.TD .popup-lt {
  42. position: absolute;
  43. top: 0px;
  44. left: 0px;
  45. bottom: 19px;
  46. width: 20px;
  47. background: url(../images/popup/bg-pp-3d-lt.png) top left no-repeat;
  48. }
  49. .popup_html.TD .popup-lb {
  50. position: absolute;
  51. left: 0px;
  52. bottom: 0px;
  53. width: 42px;
  54. height: 19px;
  55. background: url(../images/popup/bg-pp-3d-lb.png) top left no-repeat;
  56. }
  57. .popup_html.TD .popup-ct {
  58. height: 48px;
  59. background: url(../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  60. }
  61. .popup_html.TD .popup-cb {
  62. background: #ffffff;
  63. }
  64. .popup_html.TD .popup-rt {
  65. position: absolute;
  66. right: 0px;
  67. top: 0px;
  68. bottom: 19px;
  69. width: 8px;
  70. background: url(../images/popup/bg-pp-3d-rt.png) top left no-repeat;
  71. }
  72. .popup_html.TD .popup-rb {
  73. position: absolute;
  74. right: 0px;
  75. bottom: 0px;
  76. height: 19px;
  77. left: 16px;
  78. background: url(../images/popup/bg-pp-3d-rb.png) top right no-repeat;
  79. }
  80. .popup_html .popup-ct p {
  81. font-size: 16px;
  82. line-height: 46px;
  83. color: #ffffff;
  84. text-indent: 20px;
  85. }*/
  86. /**************************************************************/
  87. .popup_html.TD .popup-lt {
  88. position: absolute;
  89. top: 0px;
  90. left: -20px;
  91. bottom: 19px;
  92. width: 20px;
  93. height: 100%;
  94. background-position: top left;
  95. }
  96. .popup_html.TD .popup-lb {
  97. position: absolute;
  98. left: -20px;
  99. bottom: -14px;
  100. width: 42px;
  101. height: 19px;
  102. background-position: top left;
  103. }
  104. .popup_html.TD .popup-ct {
  105. background: rgba(9, 30, 41, 0.8);
  106. border-top-right-radius: 4px;
  107. border-top-left-radius: 4px;
  108. color: #fff
  109. }
  110. .popup_html.TD .popup-cb {
  111. background: rgba(19, 46, 67, 0.86);
  112. border-bottom-right-radius: 4px;
  113. border-bottom-left-radius: 4px;
  114. padding-left: 5px;
  115. }
  116. .popup_html.TD .popup-rt {
  117. position: absolute;
  118. right: -8px;
  119. top: 0px;
  120. bottom: 19px;
  121. width: 8px;
  122. height: 100%;
  123. background-position: top right;
  124. }
  125. .popup_html.TD .popup-rb {
  126. position: absolute;
  127. right: -8px;
  128. bottom: -14px;
  129. height: 19px;
  130. left: 22px;
  131. background-position: top right;
  132. }
  133. /**************************************************************/
  134. /**
  135. * marker标记
  136. .popup_html.marker .popup-lt {
  137. position: absolute;
  138. top: 0px;
  139. left: -21px;
  140. bottom: 9px;
  141. width: 21px;
  142. background: url(../images/popup/markerPopup_tl.png) top left no-repeat;
  143. }
  144. .popup_html.marker .popup-lb {
  145. position: absolute;
  146. left: -9px;
  147. bottom: 0px;
  148. width: 9px;
  149. height: 9px;
  150. background: url(../images/popup/markerPopup_lb.png) top left no-repeat;
  151. }
  152. .popup_html.marker .popup-ct {
  153. height: 2px;
  154. background: none;
  155. background-color: #01b7ff;
  156. }
  157. .popup_html.marker .popup-cb {
  158. background: #ffffff;
  159. min-height: 60px;
  160. border-bottom: 2px solid #01b7ff;
  161. }
  162. .popup_html.marker .popup-rt {
  163. position: absolute;
  164. right: -9px;
  165. top: 0px;
  166. bottom: 9px;
  167. width: 9px;
  168. background: url(../images/popup/markerPopup_tr.png) top left no-repeat;
  169. }
  170. .popup_html.marker .popup-rb {
  171. position: absolute;
  172. right: -9px;
  173. bottom: 0px;
  174. height: 9px;
  175. left: 9px;
  176. background: url(../images/popup/markerPopup_br.png) top right no-repeat;
  177. }
  178. /*3D*/
  179. .popup_html.marker.TD .popup-lt {
  180. position: absolute;
  181. top: 0px;
  182. left: 0px;
  183. bottom: 19px;
  184. width: 20px;
  185. background: url(../images/popup/bg-pp-3d-lt.png) top left no-repeat;
  186. }
  187. .popup_html.marker.TD .popup-lb {
  188. position: absolute;
  189. left: 0px;
  190. bottom: 0px;
  191. width: 42px;
  192. height: 19px;
  193. background: url(../images/popup/bg-pp-3d-lb.png) top left no-repeat;
  194. }
  195. .popup_html.marker.TD .popup-ct {
  196. height: 48px;
  197. background: url(../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  198. }
  199. .popup_html.marker.TD .popup-cb {
  200. background: #ffffff;
  201. }
  202. .popup_html.marker.TD .popup-rt {
  203. position: absolute;
  204. right: 0px;
  205. top: 0px;
  206. bottom: 19px;
  207. width: 8px;
  208. background: url(../images/popup/bg-pp-3d-rt.png) top left no-repeat;
  209. }
  210. .popup_html.marker.TD .popup-rb {
  211. position: absolute;
  212. right: 0px;
  213. bottom: 0px;
  214. height: 19px;
  215. left: 16px;
  216. background: url(../images/popup/bg-pp-3d-rb.png) top right no-repeat;
  217. }
  218. .popup_html.marker .popup-ct p {
  219. font-size: 16px;
  220. line-height: 46px;
  221. color: #ffffff;
  222. text-indent: 20px;
  223. }