932c71706cfe1cdde65b90f1dcdded885eb80d2a.svn-base 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. /* 实心箭头样式 */
  2. /*.selectdown { border-color: #000 transparent transparent; border-style: solid dashed dashed; border-width: 4px 4px 0; }
  3. .selectdown { cursor: pointer; display: inline-block; font-size: 0; height: 0; line-height: 0; width: 0;}*/
  4. /*.selectleft { border-color:transparent #000 transparent transparent; border-style:dashed solid dashed dashed;
  5. border-width: 4px 4px 4px 0; }
  6. .selectleft { cursor: pointer; display: inline-block; font-size: 0; height: 0; line-height: 0; width: 0;}
  7. .selectright { border-color:transparent transparent transparent #000; border-style:dashed dashed dashed solid;
  8. border-width: 4px 0 4px 4px; }
  9. .selectright { cursor: pointer; display: inline-block; font-size: 0; height: 0; line-height: 0; width: 0;}*/
  10. /* 空心箭头样式 */
  11. /* 向上的方向的箭头 */
  12. .blankarrow {
  13. position: absolute;
  14. overflow: hidden;
  15. display: block;
  16. top: 4px;
  17. left: 40%;
  18. width: 20px;
  19. height: 32px;
  20. _top: -2px;
  21. }
  22. .blankarrow .arrow_dk,.blankarrow .arrow_lt {
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. overflow: hidden;
  27. height: 0;
  28. width: 0;
  29. }
  30. .blankarrow .arrow_dk {
  31. border: 11px solid;
  32. border-color: #C8C8C8 transparent;
  33. _border-color: tomato #C8C8C8;
  34. _filter: chroma(color=tomato);
  35. }
  36. .blankarrow .arrow_dk{
  37. border-width: 11px;
  38. border-top-width: 0;
  39. border-color: #C8C8C8 transparent;
  40. border-style: solid dashed;
  41. }
  42. .blankarrow .arrow_lt {
  43. border: 10px solid;
  44. top: 1px;
  45. border-color: white transparent;
  46. _border-color: tomato white;
  47. _filter: chroma(color=tomato);
  48. }
  49. .blankarrow .arrow_lt {
  50. border-width: 10px;
  51. border-top-width: 0;
  52. left: 1px;
  53. }
  54. @media screen and (-webkit-min-device-pixel-ratio:0){ .blankarrow{
  55. width: 15px;
  56. height: 7px;
  57. left: 40%;
  58. top: 4px;
  59. }}
  60. @media screen and (-webkit-min-device-pixel-ratio: 0){ .blankarrow .arrow_dk {
  61. width: 15px;
  62. height: 15px;
  63. -webkit-transform: rotate(45deg);
  64. clip: rect(-3px 15px 15px -3px);
  65. border: 1px solid #C8C8C8;
  66. box-shadow: 0 0 5px #C8C8C8;
  67. left: -2px;
  68. top: 4px;
  69. background-color:#FFF;
  70. }}
  71. @media screen and (-webkit-min-device-pixel-ratio: 0){ .blankarrow .arrow_lt {
  72. display: none;
  73. }}
  74. /* 向右的空箭头 */
  75. .blankarrow-left {
  76. position: absolute;
  77. overflow: hidden;
  78. display: block;
  79. top: 44%;
  80. left: 100%;
  81. width: 20px;
  82. height: 32px;
  83. }
  84. .blankarrow-left .arrow_dk,.blankarrow-left .arrow_lt {
  85. position: absolute;
  86. top: 0;
  87. left: 0;
  88. overflow: hidden;
  89. height: 0;
  90. width: 0;
  91. }
  92. .blankarrow-left .arrow_dk {
  93. border: 11px solid;
  94. border-color: transparent #C8C8C8;
  95. _border-color: tomato #C8C8C8;
  96. _filter: chroma(color=tomato);
  97. }
  98. .blankarrow-left .arrow_dk{
  99. border-color: transparent #C8C8C8;
  100. border-style: dashed solid;
  101. border-width: 11px 0 11px 11px;
  102. }
  103. .blankarrow-left .arrow_lt {
  104. border-width: 10px ;
  105. border-style: solid;
  106. top: 1px;
  107. border-color:transparent #fff;
  108. _border-color: tomato #fff;
  109. _filter: chroma(color=tomato);
  110. }
  111. .blankarrow-left .arrow_lt {
  112. border-width: 10px 0 10px 10px;
  113. left: 0;
  114. }
  115. @media screen and (-webkit-min-device-pixel-ratio:0){ .blankarrow-left {
  116. width: 19px;
  117. height: 25px;
  118. left: 96%;
  119. top: 41%;
  120. }}
  121. @media screen and (-webkit-min-device-pixel-ratio: 0){ .blankarrow-left .arrow_dk {
  122. width: 15px;
  123. height: 15px;
  124. -webkit-transform: rotate(135deg);
  125. clip: rect(-3px 15px 15px -3px);
  126. border: 1px solid #C8C8C8;
  127. box-shadow: 0 0 5px #C8C8C8;
  128. left: -2px;
  129. top: 4px;
  130. background-color:#FFF;
  131. }}
  132. @media screen and (-webkit-min-device-pixel-ratio: 0){ .blankarrow-left .arrow_lt {
  133. display: none;
  134. }}
  135. /* 空心箭头样式 */
  136. /* 向下的方向的箭头 */
  137. .blankarrow-down {
  138. position: absolute;
  139. overflow: hidden;
  140. display: block;
  141. top: 4px;
  142. left: 40%;
  143. width: 20px;
  144. height: 32px;
  145. _top: -2px;
  146. }
  147. .blankarrow-down .arrow_dk,.blankarrow-down .arrow_lt {
  148. position: absolute;
  149. top: 0;
  150. left: 0;
  151. overflow: hidden;
  152. height: 0;
  153. width: 0;
  154. }
  155. .blankarrow-down .arrow_dk {
  156. border: 11px solid;
  157. border-color: #C8C8C8 transparent;
  158. _border-color: tomato #C8C8C8;
  159. _filter: chroma(color=tomato);
  160. }
  161. .blankarrow-down .arrow_dk{
  162. border-width: 11px;
  163. border-bottom-width: 0;
  164. border-color: #C8C8C8 transparent;
  165. border-style: solid dashed;
  166. }
  167. .blankarrow-down .arrow_lt {
  168. border: 10px solid;
  169. top: 0px;
  170. border-color: white transparent;
  171. _border-color: tomato white;
  172. _filter: chroma(color=tomato);
  173. }
  174. .blankarrow-down .arrow_lt {
  175. border-width: 10px;
  176. border-bottom-width: 0;
  177. left: 1px;
  178. }
  179. @media screen and (-webkit-min-device-pixel-ratio:0){ .blankarrow-down{
  180. width: 15px;
  181. height: 7px;
  182. left: 40%;
  183. top: 4px;
  184. }}
  185. @media screen and (-webkit-min-device-pixel-ratio: 0){ .blankarrow-down .arrow_dk {
  186. width: 15px;
  187. height: 15px;
  188. -webkit-transform: rotate(45deg);
  189. clip: rect(-3px 15px 15px -3px);
  190. border: 1px solid #C8C8C8;
  191. box-shadow: 0 0 5px #C8C8C8;
  192. left: -2px;
  193. top: -11px;
  194. background-color:#FFF;
  195. }}
  196. @media screen and (-webkit-min-device-pixel-ratio: 0){ .blankarrow-down .arrow_lt {
  197. display: none;
  198. }}
  199. /*下拉框的样式*/
  200. .jp-dropdown { position:relative; color:#666; z-index:10; cursor:pointer; -moz-user-select:none; }
  201. .month .jp-dropdown-menu{left:-12px;}
  202. .jp-dropdown-menu { position: absolute; top:100%; left:-1px; width:76px; display:none; padding:3px 0; z-index:1000;
  203. border:1px solid #D9D9D9; border-radius: 3px; background-color:#FFF; }
  204. .jp-dropdown-menu li { _display:inline; }
  205. .jp-dropdown-menu a {font-size: 13px; color:#333333; display:block; font-weight:normal; line-height:20px; padding:3px 8px;
  206. white-space:nowrap; cursor:pointer; }
  207. .jp-dropdown-menu a:hover { background-color: #0081C2; background-image: -moz-linear-gradient(center top , #0088CC, #0077B3);
  208. background-repeat: repeat-x; color: #FFFFFF; }
  209. .jp-dropdown-on .jp-dropdown-menu { display:block; }
  210. /*指点位置的弹出层样式*/
  211. .jp-popover { position:fixed;padding-top:10px;z-index:100; }
  212. .jp-popover .blankarrow { height:7px; }
  213. .jp-popoverContent { width:112px;border:1px solid #bdbdbd;background-color:#FFF; padding-top:3px; }
  214. .jp-popoverContent ul { margin:0 5px; }
  215. .jp-popoverContent li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height:20px; height:20px; cursor:pointer }
  216. .jp-popoverContent .moreevent { height:20px; line-height:20px; text-align:center; background-color:#f0f0f0; cursor:pointer }
  217. /*页面顶部的信息显示样式*/
  218. #tips.tips { position:fixed; top:20px; left:0; z-index:3000; text-align:center; display:none; width:100%; height:26px;}
  219. #tips.tips .info { background:#D9EDF7; border:1px solid #BCE8F1; padding:3px 24px; height:20px; border-radius:3px; line-height:18px; color:#3A87AD; }
  220. .alert {
  221. padding: 8px 14px 8px 14px;
  222. margin-bottom: 18px;
  223. color: #c09853;
  224. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  225. background-color: #fcf8e3;
  226. border: 1px solid #fbeed5;
  227. -webkit-border-radius: 4px;
  228. -moz-border-radius: 4px;
  229. border-radius: 4px;
  230. }
  231. .alert .close {
  232. position: relative;
  233. top: -2px;
  234. right: -21px;
  235. line-height: 18px;
  236. }
  237. .alert-error {
  238. color: #b94a48;
  239. background-color: #f2dede;
  240. border-color: #eed3d7;
  241. }
  242. .alert-success {
  243. color: #468847;
  244. background-color: #dff0d8;
  245. border-color: #d6e9c6;
  246. }
  247. .alert-danger,
  248. .alert-error {
  249. color: #b94a48;
  250. background-color: #f2dede;
  251. border-color: #eed3d7;
  252. }
  253. .alert-info {
  254. color: #3a87ad;
  255. background-color: #d9edf7;
  256. border-color: #bce8f1;
  257. }
  258. .alert-block {
  259. padding-top: 14px;
  260. padding-bottom: 14px;
  261. }
  262. .close {
  263. float: right;
  264. font-size: 20px;
  265. _font-size: 14px;
  266. _margin-top: 4px;
  267. font-weight: bold;
  268. line-height: 18px;
  269. color: #000000;
  270. text-shadow: 0 1px 0 #ffffff;
  271. }
  272. .close:hover {
  273. color: #000000;
  274. text-decoration: none;
  275. cursor: pointer;
  276. }
  277. /*************placeholder**************/
  278. input:-moz-placeholder { color:#999; }
  279. input:-webkit-placeholder { color:#999; }
  280. input:-o-placeholder { color:#999; }
  281. input.placeholder,textarea.placeholder { color:#999; }