gis.anchored.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. .smPopupContent {
  2. padding: 0px;
  3. /*overflow: auto;*/
  4. }
  5. .smPopupCloseBox {
  6. background: url("../images/close2.gif") no-repeat;
  7. cursor: pointer;
  8. }
  9. .titleClass {
  10. /*
  11. padding: 5px;
  12. position: relative;
  13. color:fff;
  14. font-size:15px;
  15. font-weight:bold;
  16. border:0px solid #A5AAB4;
  17. background-color:#387dc9;
  18. letter-spacing:6px;
  19. font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  20. */
  21. height: 25px;
  22. line-height: 25px;
  23. background-color: #f8f8f8;
  24. font-size: 14px;
  25. font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  26. padding-left: 5px;
  27. border:0px solid #A5AAB4;
  28. border-bottom:0px;
  29. }
  30. .titleClass2 {
  31. /*支持上、右、下、左*/
  32. /* Gecko browsers */
  33. /*-moz-border-radius: 5px;*/
  34. /* Webkit browsers */
  35. /*-webkit-border-radius: 5px;*/
  36. /* W3C syntax - likely to be standard so use for future proofing */
  37. /*border-radius:5px 5px 0px 0px;*/
  38. /* Gecko browsers */
  39. -moz-border-radius-topleft: 5px;
  40. -moz-border-radius-topright: 5px;
  41. -moz-border-radius-bottomleft: 0;
  42. -moz-border-radius-bottomright: 0;
  43. /* Webkit browsers */
  44. -webkit-border-top-left-radius: 5px;
  45. -webkit-border-top-right-radius: 5px;
  46. -webkit-border-bottom-left-radius: 0;
  47. -webkit-border-bottom-right-radius: 0;
  48. /* W3C syntax */
  49. border-top-left-radius: 5px;
  50. border-top-right-radius: 5px;
  51. border-bottom-right-radius: 0;
  52. border-bottom-left-radius: 0;
  53. padding: 5px;
  54. position: relative;
  55. color:fff;
  56. font-size:15px;
  57. font-weight:bold;
  58. border:0px solid #A5AAB4;
  59. background-color:#387dc9;
  60. letter-spacing:6px;
  61. font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  62. }
  63. .titleClass3 {
  64. /*
  65. padding: 5px;
  66. position: relative;
  67. color:fff;
  68. font-size:15px;
  69. font-weight:bold;
  70. border:0px solid #A5AAB4;
  71. background-color:#387dc9;
  72. letter-spacing:6px;
  73. font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  74. */
  75. height: 25px;
  76. line-height: 25px;
  77. background-color: #f8f8f8;
  78. font-size: 14px;
  79. font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  80. padding-left: 5px;
  81. border:0px solid #A5AAB4;
  82. border-bottom:0px;
  83. }
  84. .tabledivClass {
  85. padding: 0px 0px 0px 0px;
  86. position: relative;
  87. color:#000;
  88. font-size:13px;
  89. height:100%;
  90. border:0px solid #A5AAB4;
  91. overflow:auto;
  92. cursor:auto;
  93. }
  94. .tclass {
  95. padding: 1px 0px 0px 0px;
  96. border:1px solid #A5AAB4;
  97. font-size:13px;
  98. }
  99. .openPopNull{
  100. height: 40px;
  101. width: 100%;
  102. line-height: 35px;
  103. text-align:center;
  104. border: 0px solid #999;
  105. font-size:13px;
  106. font-weight:bold;
  107. }
  108. table.altrowstable {
  109. font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  110. font-size:8px;
  111. color:#333333;
  112. border-width: 0px;
  113. border-color: #a9c6c9;
  114. border-collapse: collapse;
  115. width:100%;
  116. }
  117. table.altrowstable th {
  118. border-width: 1px;
  119. padding: 1px;
  120. border-style: solid;
  121. border-color: #a9c6c9;
  122. }
  123. table.altrowstable td {
  124. border-width: 1px;
  125. padding: 1px;
  126. padding-left: 5px;
  127. border-style: solid;
  128. border-color: #a9c6c9;
  129. height: 23px;
  130. line-height: 16px;
  131. background-color: #FFFFFF;
  132. }
  133. table.altrowstable1 {
  134. font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  135. font-size:8px;
  136. color:#333333;
  137. border-width: 0px;
  138. border-color: #a9c6c9;
  139. border-collapse: collapse;
  140. width:100%;
  141. }
  142. table.altrowstable1 th {
  143. border-width: 1px;
  144. padding: 1px;
  145. border-style: solid;
  146. border-color: #a9c6c9;
  147. text-align:center;
  148. }
  149. table.altrowstable1 td {
  150. border-width: 1px;
  151. padding: 1px;
  152. padding-left: 5px;
  153. border-style: solid;
  154. border-color: #a9c6c9;
  155. height: 23px;
  156. line-height: 16px;
  157. background-color: #FFFFFF;
  158. }
  159. .popupRightD{width:auto; height:auto;border:1px #e0e0e0 solid; position:fixed; right:2px; bottom:2px; background-color:white;}
  160. .popupRightD .title{height:23px; line-height:23px; background-color:#f8f8f8; font-size:14px; font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;padding-left:5px; border-bottom:1px #e0e0e0 solid;}
  161. .popupRightD .title .close{float:right; padding-right:4px; color:red; cursor:pointer;}
  162. .popupRightD .title .fanhui{float:right; padding-right:10px; color:red; cursor:pointer;}
  163. .popupRightD .title .close:hover{color:purple;}
  164. .popupRightDContent{font-size:12px; line-height:19px; padding:5px;}
  165. .popupRightDContent p{text-indent:2em;}
  166. .popupRightDBody {max-height:500px;overflow-y: scroll;}
  167. /*船舶信息模板样式*/
  168. #demo_boat{width:450px;height:280px;background-color:#f6f8fb;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;}
  169. #demo_boat #boat_th{width:450px;height:34px;background-color:#387dc9;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;}
  170. #demo_boat #boat_th p{font-size:16px;font-weight:bold;color:#FFFFFF;display:inline;line-height:34px;margin-left:18px;}
  171. #demo_boat #boat_tab{width:450px;height:240px;background-color:#FFFFFF;margin-top:4px;}
  172. #boat_menu{width:445px;height:20px;background-color:#FFFFFF;}
  173. #boat_menu ul{display:inline;}
  174. #boat_menu ul li{width:95px;height:20px;float:left;line-height:20px;font-size:14px;list-style:none;color:#1d7bb1;cursor:pointer;position:relative;}
  175. #boat_menu ul li p{display:inline;margin-left:30px;position:relative;z-index:100;}
  176. #boat_menu ul li img{position:absolute;}
  177. #boat_menu ul li.boat_hover{color:#FFFFFF;z-index:3;}
  178. #boat_main{width:100%;height:100%;}
  179. /*船舶信息模板样式*/
  180. #pop_xkz{width:550px;height:280px;background-color:#f6f8fb;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;}
  181. #pop_xkz #pop_xkz_th{width:550px;height:34px;background-color:#387dc9;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;}
  182. #pop_xkz #pop_xkz_th p{font-size:16px;font-weight:bold;color:#FFFFFF;display:inline;line-height:34px;margin-left:18px;}
  183. #pop_xkz #pop_xkz_tab{width:550px;height:240px;background-color:#FFFFFF;margin-top:4px;}
  184. #pop_xkz_menu{width:550px;height:20px;background-color:#FFFFFF;}
  185. #pop_xkz_menu ul{display:inline;}
  186. #pop_xkz_menu ul li{width:95px;height:20px;float:left;line-height:20px;font-size:14px;list-style:none;color:#1d7bb1;cursor:pointer;position:relative;}
  187. #pop_xkz_menu ul li p{display:inline;margin-left:30px;position:relative;z-index:100;}
  188. #pop_xkz_menu ul li img{position:absolute;}
  189. #pop_xkz_menu ul li.pop_xkz_hover{color:#FFFFFF;z-index:3;}
  190. #pop_xkz_main{width:334px;height:215px;}
  191. /*岸线AIS*/
  192. #pop_xkz_main #pop_xkz_main_0{width:550px;height:215px;background-color:#f6f8fb;}
  193. #pop_xkz_main_0 table{width:550px;height:210px;margin:2px auto;background-color:#FFFFFF;}
  194. #pop_xkz_main_0 table th,#pop_xkz_main_0 table td{font-size:14px;font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, AppleGothic, sans-serif;height:30px;border-right:1px solid #cadce6;}
  195. #pop_xkz_main_0 table th{color:#0a60bf;width:82px;font-weight:normal;text-align:left;padding-left:12px;}
  196. #pop_xkz_main_0 table td{width:85px;text-align:center;}
  197. #pop_xkz_main_0 table tr td:last-child{border-right:0;}
  198. /*船舶详情*/
  199. #pop_xkz_main #pop_xkz_main_1{width:550px;height:215px;background-color:#f6f8fb;}
  200. /*作业信息*/
  201. #pop_xkz_main #pop_xkz_main_2{width:550px;height:215px;background-color:#f6f8fb;}
  202. .pop_xkz_tr_bg{background-color:#f6f8fb;}
  203. a:link{font-weight : bold ;text-decoration : none ;color : #c00 ;cursor:pointer;}
  204. a:visited {font-weight : bold ;text-decoration : none ;color : #c30 ;cursor:pointer;}
  205. a:hover {font-weight : bold ;text-decoration : underline ;color : #f60 ;cursor:pointer;}
  206. a:active {font-weight : bold ;text-decoration : none ;color : #F90 ;cursor:pointer;}
  207. .tab_footer{float: right;overflow: hidden;font-size: 12px;line-height: 22px;}
  208. .tab_footer>select,.tab_footer>div{float: left;}
  209. .tab_footer>.p-record{padding:0 5px 0 50px}
  210. .tab_footer a{width: 15px;height: 21px;display: inline-block;margin: 0 3px;cursor: pointer;}
  211. .tab_footer .pageprev,#tab_footer .pagenext{height: 21px;border-right: 1px solid #ccc;border-left: 1px solid #ccc;padding: 0 5px;margin: 0 5px;}
  212. .tab_footer .pageprev>a{width: 15px;height: 21px;display: inline-block;}
  213. .tab_footer .prev_all{background: url("../../images/page_turn.png") 2px 4px no-repeat;}
  214. .tab_footer .prev_one{background: url("../../images/page_turn.png") -19px 4px no-repeat;}
  215. .tab_footer .next_one{background: url("../../images/page_turn.png") -39px 4px no-repeat;}
  216. .tab_footer .next_all{background: url("../../images/page_turn.png") -60px 4px no-repeat;}
  217. .tab_footer .refresh{background: url("../../images/page_turn.png") -80px 4px no-repeat;}
  218. /* 经营许可证 */
  219. .dvs {
  220. display: none;
  221. position:absolute;
  222. width: 90%;
  223. height: 90%;
  224. z-index:100;
  225. }
  226. .dvs img{
  227. display: block;
  228. top: 0px;
  229. left: 0px;
  230. /* width: 90%; */
  231. height: 90%;
  232. }
  233. #overlay {
  234. background: #000;
  235. filter: alpha(opacity=70); /* IE的透明度 */
  236. opacity: 0.7; /* 透明度 */
  237. position: fixed;
  238. top: 0px;
  239. left: 0px;
  240. width: 100%;
  241. height: 100%;
  242. z-index: 50; /* 此处的图层要大于页面 */
  243. display:none;
  244. }
  245. #searchform { float:left; margin-left:20px; margin:9px 0px 0px; padding:0px; }
  246. #searchform fieldset { padding:0px; border:none; margin:0px; }
  247. #searchform input[type="text"] {
  248. background:#e8e8e8;
  249. border:none;
  250. float:left;
  251. padding:0px 10px 0px 15px;
  252. margin:0px;
  253. width:150px;
  254. height:38px;
  255. line-height:38px;
  256. transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  257. -moz-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  258. -webkit-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  259. -o-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  260. color:#585858;
  261. }
  262. #searchform input[type="text"]:hover, #searchform input[type="text"]:focus { width:200px; }
  263. #searchform input[type="submit"] { background:url(../images/gis/icon-search.png) center 11px no-repeat; cursor:pointer; margin:0px; padding:0px; width:37px; height:38px; line-height:38px; }
  264. input[type="submit"] { padding:4px 17px; color:#ffffcolor:#585858; ff; text-transform:uppercase; border:none; font-size:20px; background:url(../images/gis/gradient.png) bottom repeat-x; cursor:pointer; margin-top:10px; float:left; overflow:visible; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
  265. #searchform input[type="submit"]:hover { background-color:#333232; }
  266. .style_1 #searchform input[type='submit'] { background-color:#25ade4; }
  267. .style_2 #searchform input[type='submit'] { background-color:#ff26a0; }
  268. .style_3 #searchform input[type='submit'] { background-color:#e024e3; }
  269. .style_4 #searchform input[type='submit'] { background-color:#e32424; }
  270. .style_5 #searchform input[type='submit'] { background-color:#ff8a00; }
  271. .style_1, .style_2, .style_3, .style_4, .style_5 { margin:10px; display:block; clear:both }