base.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. * { padding:0; margin:0; outline:0; }
  2. body{
  3. margin: 0;
  4. margin-top: 0px;
  5. margin-left: auto;
  6. margin-right: auto;
  7. padding: 0 0 0 0px;
  8. font-size: 14px;
  9. text-align:center;
  10. float:center;
  11. font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
  12. }
  13. .form_title_bar{
  14. width: 100%;
  15. height: 36px;
  16. text-align: left;
  17. text-indent: 30px;
  18. background-color: #f8f8f8;
  19. }
  20. .form_title_bar a {
  21. text-decoration: none;
  22. display: inline-block;
  23. height: 14px;
  24. color: #333;
  25. font-size: 14px;
  26. font-weight: bold;
  27. padding: 8px 0;
  28. vertical-align: central;
  29. }
  30. #top{
  31. text-shadow: 0 1px 0 #fff;
  32. border-bottom: 1px solid #e5e5e5;
  33. align:left;
  34. min-height: 60px;
  35. margin-bottom: 5px;
  36. }
  37. #topNav{
  38. border-bottom: 1px solid #e5e5e5;
  39. }
  40. #navs{
  41. border-bottom: 1px solid #e5e5e5;
  42. }
  43. #nav_second{
  44. height:35px;
  45. }
  46. #nav_third{
  47. /*border-top: 1px solid #e5e5e5;*/
  48. }
  49. #topBar{
  50. min-height: 65px;
  51. }
  52. #topBar .grid_list_sel{
  53. width: 31px;
  54. height: 31px;
  55. border: 1px solid;
  56. border-color: #A9A9A9;
  57. }
  58. .container {
  59. margin-left: auto;
  60. margin-right: auto;
  61. padding: 0 10px
  62. }
  63. #mainFrame{
  64. margin-top: 0px;
  65. margin-left: auto;
  66. margin-right: auto;
  67. display: block;
  68. align:center;
  69. }
  70. #footer{
  71. text-shadow: 0 1px 0 #fff;
  72. /*border-top: 1px solid #e5e5e5;*/
  73. min-width: 100%;
  74. height:80px;
  75. margin-top: 5px;
  76. }
  77. #content{
  78. margin-top: 10px;
  79. min-height:480px;
  80. *height:480px;
  81. margin-bottom: 10px;
  82. }
  83. #otherlogins a {
  84. /* color: #007bff; */
  85. text-decoration: none;
  86. background-color: transparent;
  87. }
  88. #otherlogins a:hover {
  89. /* color: #0056b3; **/
  90. text-decoration: none;
  91. }
  92. #tool_box {
  93. margin-bottom: 10px;
  94. border: 1px solid #e5e5e5;
  95. }
  96. #tool_box .table td, #tool_box .table th,.toolbox .table td, .tool_box .table th{
  97. padding: 0.2rem;
  98. vertical-align: middle;
  99. }
  100. #tool_box_left {
  101. padding-left: 10px;
  102. float: left;
  103. height:30px;
  104. width:50%;
  105. text-align: left;
  106. border-right: 1px solid #e5e5e5;
  107. }
  108. #tool_box_right {
  109. height:32px;
  110. text-align: right;
  111. padding-right: 10px;
  112. width:484px;
  113. }
  114. #advanced_search {
  115. margin-top: 10px;
  116. min-height:30px;
  117. *height:40px;
  118. border: 1px solid #e5e5e5;
  119. margin-bottom: 10px;
  120. display: none;
  121. }
  122. #logout{
  123. width: 75px;
  124. background: #c00 ;
  125. color: #fff;
  126. font-weight: bold;
  127. }
  128. #myprofile{
  129. width: 75px;
  130. background-color: #2AA9A9;
  131. font-weight: bold;
  132. }
  133. #changepassword{
  134. width: 75px;
  135. background-color: #f28018;
  136. font-weight: bold;
  137. }
  138. #myprofile a,#logout a,#changepassword a{
  139. color: #fff;
  140. text-decoration: none;
  141. }
  142. /*switch_tab*/
  143. .switch_tab{
  144. list-style: none;
  145. border: 0;
  146. cellspacing:0;
  147. padding-left: 0;
  148. }
  149. .switch_tab_class{
  150. float:left;
  151. height:36px;
  152. text-align: center;
  153. display: inline-block;
  154. }
  155. .switch_tab_class a{
  156. text-decoration: none;
  157. display: inline-block;
  158. height: 14px;
  159. color: #333;
  160. font-size: 14px;
  161. font-weight: bold;
  162. padding: 8px 0;
  163. vertical-align: central;
  164. }
  165. .switch_tab_current{
  166. background-color: #f3f6f7;;
  167. border-right: 1px solid #e3e3e3;
  168. border-bottom: 1px solid #e3e3e3;
  169. }
  170. .form_radio_label, .form_checkbox_label{
  171. display: inline-block;
  172. text-align: left;
  173. cursor: pointer;
  174. margin-right: 1em;
  175. }
  176. .icon_checkbox {
  177. background: url("../images/checkbox.png") 0 -83px no-repeat;
  178. width: 16px;
  179. height: 16px;
  180. vertical-align: middle;
  181. display: inline-block;
  182. margin-top: -0.2em;
  183. }
  184. .icon_checkbox_selected{
  185. background: url("../images/checkbox.png") 0 -109px no-repeat;
  186. width: 16px;
  187. height: 16px;
  188. vertical-align: middle;
  189. display: inline-block;
  190. margin-top: -0.2em;
  191. }
  192. .icon_radiobox {
  193. background: url("../images/checkbox.png") 0 -5px no-repeat;
  194. width: 16px;
  195. height: 16px;
  196. vertical-align: middle;
  197. display: inline-block;
  198. margin-top: -0.2em;
  199. }
  200. .icon_radiobox_selected{
  201. background: url("../images/checkbox.png") 0 -31px no-repeat;
  202. width: 16px;
  203. height: 16px;
  204. vertical-align: middle;
  205. display: inline-block;
  206. margin-top: -0.2em;
  207. }
  208. /* logins */
  209. .logintableform{
  210. border: 1px solid #e9eeed;
  211. cellspacing:0;
  212. }
  213. .login_form_table{
  214. width:358px;
  215. }
  216. .login_form_table td, .login_form_table th {
  217. padding: .2rem;
  218. vertical-align: top;
  219. border-top: 1px solid #dee2e6;
  220. }
  221. #j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
  222. width :250px;
  223. font-size: 14px;
  224. font-weight: bold;
  225. }
  226. #j_captcha{
  227. width :160px;
  228. font-size: 14px;
  229. font-weight: bold;
  230. }
  231. #tfa_j_otp_captcha,#mobile_j_password{
  232. width :120px;
  233. font-size: 14px;
  234. font-weight: bold;
  235. }
  236. #j_captchaimg{
  237. width:70px;
  238. height: 33px;
  239. vertical-align: top;
  240. }
  241. #normalLogin,#tfaLogin,#mobileLogin,#qrcodelogin{
  242. }
  243. #div_tfaLogin , #div_mobileLogin{
  244. display: none;
  245. }
  246. .login_button{
  247. width:80%;
  248. }
  249. #register{
  250. font-size: 14px;
  251. font-weight: bold;
  252. height: 33px;
  253. color: white;
  254. background-color: #4D4E54;
  255. }
  256. #register a{
  257. font-weight: bold;
  258. color: white;
  259. }
  260. .login_error_message{
  261. height:37px;
  262. background-color: #FFE5E5;
  263. font-weight: bold;
  264. }
  265. .table > :not(:first-child) {
  266. border-color: #dee2e6;
  267. }
  268. .float-right{
  269. float: right;
  270. }
  271. .float-left{
  272. float: left;
  273. }
  274. #div_normalLogin .wrapper ,
  275. #div_tfaLogin .wrapper ,
  276. #div_mobileLogin .wrapper{
  277. position: relative;
  278. }
  279. #div_normalLogin .wrapper input,
  280. #div_tfaLogin .wrapper input,
  281. #div_mobileLogin .wrapper input {
  282. text-indent: 20px;
  283. }
  284. #div_normalLogin .wrapper i.fa,
  285. #div_tfaLogin .wrapper i.fa,
  286. #div_mobileLogin .wrapper i.fa{
  287. position: absolute;
  288. top: 5px;
  289. left: 5px;
  290. font-size: 22px;
  291. color: gray;
  292. }
  293. #tfa_j_otp_button,#mobile_j_otp_button{
  294. width :130px;
  295. height: 34px;
  296. font-size: 14px;
  297. font-weight: bold;
  298. text-indent: 1px;
  299. }