authority.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. @CHARSET "UTF-8";
  2. *{
  3. margin:0px;
  4. padding:0px;
  5. }
  6. #account-table #daochu{
  7. margin-top:20px;
  8. }
  9. #account-table #pageDiv{
  10. margin-top:20px;
  11. }
  12. #content{
  13. margin:0 20px;
  14. padding-top:1px;
  15. }
  16. #handler{
  17. margin:20px 0 20px 1px;
  18. height:14px;
  19. line-height:14px;
  20. }
  21. #handler ul{
  22. margin-left:20px;
  23. }
  24. #handler ul .active1{
  25. float:left;
  26. }
  27. #handler ul .size1{
  28. float:left;
  29. margin-left:10px;
  30. }
  31. #handler ul .size2{
  32. float:left;
  33. margin-right:10px;
  34. }
  35. #handler ul .divider2{
  36. float:left;
  37. }
  38. #handler li a{
  39. text-decoration: none;
  40. color:#0088CC;
  41. font-size:14px;
  42. }
  43. #buttons{
  44. width:100%;
  45. height:34px;
  46. line-height:34px;
  47. margin-bottom:20px;
  48. }
  49. #buttons div.btn1{
  50. float:left;
  51. width:120px;
  52. height:34px;
  53. line-height:34px;
  54. color:#36AEEA!important;
  55. font-size:12px;
  56. border:1px solid #36AEEA;
  57. border-radius:5px!important;
  58. text-align: center;
  59. cursor: pointer;
  60. margin:0 10px 0 0;
  61. }
  62. #buttons div.btn1:hover{
  63. background-color:#36AEEA!important;
  64. color:#fff!important;
  65. }
  66. #buttons div#serachData{
  67. float:right;
  68. width:300px;
  69. height:34px;
  70. line-height:34px;
  71. }
  72. #buttons div#serachData input[type=text]{
  73. z-index:9;
  74. width:270px;
  75. height:30px;
  76. line-height:30px;
  77. background-color:#F4F4F4!important;
  78. border-radius:5px!important;
  79. border:none;
  80. font-size:12px;
  81. padding-left:20px;
  82. }
  83. #serachData_img{
  84. z-index:9999;
  85. width:30px;
  86. height:34px;
  87. position: relative;
  88. left:265px;
  89. top:-50px;
  90. cursor: pointer;
  91. background: url(../images/fangdajing1.png) no-repeat 0 10px;
  92. border:none;
  93. }
  94. #account-table{
  95. width:100%;
  96. height:auto;
  97. position: absolute;
  98. margin-top:0px;
  99. }
  100. #account-table table{
  101. width:97%;
  102. border-collapse: collapse;
  103. color:#4C637B;
  104. font-weight: normal;
  105. }
  106. #btndiv{
  107. width:200px;
  108. margin:0 auto;
  109. }
  110. #account-table table th,#account-table table td{
  111. text-align: center;
  112. }
  113. #account-table tbody tr td div.btn11 {
  114. width:90px;
  115. height:34px;
  116. line-height:34px;
  117. color:#FFF!important;
  118. font-size:12px;
  119. background-color:#39AEEA!important;
  120. border-radius:5px!important;
  121. float:left;
  122. margin-left:10px;
  123. }
  124. #account-table tbody tr td div.btn11:hover{
  125. background-color:#4E637B!important;
  126. cursor: pointer;
  127. }
  128. #createForm, #editForm{
  129. width:100%;
  130. height:auto;
  131. margin:20px 0;
  132. font-size:12px;
  133. }
  134. #createForm .control-group锛�editForm .control-group{
  135. height:34px;
  136. line-height:34px;
  137. }
  138. #createForm label, #editForm label{
  139. font-size:12px;
  140. }
  141. #createForm span.input-checkbox-span, #editForm span.input-checkbox-span,#createForm span.#input-password-span,#editForm span.#input-password-span{
  142. font-size:12px;
  143. height:34px;
  144. line-height:34px;
  145. }
  146. /*webback閲岄潰鐨剆tart*/
  147. span.input-checkbox-span{
  148. float:left;
  149. // margin-right:34px;
  150. // margin-left:34px;
  151. }
  152. .control-group .form-align-radio input[type="radio"]{
  153. position:relative !important;
  154. }
  155. #checkboxs input[type="checkbox"]{
  156. position:relative !important;
  157. }
  158. #input-password{
  159. position:relative !important;
  160. }
  161. #createForm span, #editForm span{
  162. font-size:12px;
  163. height:34px;
  164. line-height:34px;
  165. }
  166. /*webback閲岄潰鐨別nd*/
  167. #createForm span.lbl1, #editForm span.lbl1{
  168. color:#6BBFEE;
  169. }
  170. #createForm label.control-label1, #editForm label.control-label1{
  171. font-size:12px;
  172. width:80px;
  173. height:34px;
  174. line-height:34px;
  175. position: absolute;
  176. }
  177. #createForm input.input-text,#editForm input.input-text{
  178. height:34px;
  179. line-height:34px;
  180. margin-left: 80px;
  181. }
  182. #createForm input.input-text, #editForm input.input-text{
  183. font-size:12px;
  184. width:300px;
  185. height:30px;
  186. line-height:30px;
  187. border:none;
  188. border-radius:5px!important;
  189. border:1px solid #D5DADF;
  190. padding-left:20px;
  191. }
  192. #createForm label.form-align-radio1 span, #editForm label.form-align-radio1 span{
  193. position: relative;
  194. top: -11px;
  195. }
  196. #createForm div.control-group, #editForm div.control-group{
  197. margin-bottom: 20px;
  198. }
  199. #createForm form div.form-actions1 div, #editForm form div.form-actions1 div,#createForm .btnall button,#editForm .btnall button{
  200. width:120px;
  201. height:34px;
  202. line-height:34px;
  203. color:#FFF!important;
  204. font-size:12px;
  205. border-radius:5px!important;
  206. float:left;
  207. text-align:center;
  208. margin-right:10px;
  209. cursor: pointer;
  210. }
  211. #createForm form div.form-actions1 div#create-btn-save, #editForm form div.form-actions1 div#edit-btn-save,#createForm .btnall button.btn3,#editForm .btnall button.btn3{
  212. background-color:#67BA31!important;
  213. }
  214. #createForm form div.form-actions1 div#create-btn-cancel, #editForm form div.form-actions1 div#edit-btn-cancel,#createForm .btnall button.btn4,#editForm .btnall button.btn4{
  215. background-color:#39AEEA!important;
  216. }
  217. #createForm form div.form-actions1 div#create-btn-save:hover,#createForm form div.form-actions1 div#create-btn-cancel:hover,#createForm .btnall button.btn3:hover,#createForm .btnall button.btn4:hover{
  218. background-color:#4E637B!important;
  219. }
  220. #editForm form div.form-actions1 div#edit-btn-save:hover,#editForm form div.form-actions1 div#edit-btn-cancel:hover,#editForm .btnall button.btn3:hover,#editForm .btnall button.btn4:hover{
  221. background-color:#4E637B!important;
  222. }
  223. #input-password{
  224. margin:10px 5px 10px 10px;
  225. }
  226. span.input-checkbox-span{
  227. float:left;
  228. margin-right:-50px;
  229. margin-left: 2px;
  230. }
  231. #createForm input[type=radio],#createForm input[type=checkbox],#editForm input[type=radio],#editForm input[type=checkbox]{
  232. opacity:10;
  233. margin-top: -3px;
  234. }
  235. .form-align-radio{
  236. height:35px;
  237. line-height:35px;
  238. }
  239. /*webback閲岄潰鐨剆tart*/
  240. #createForm input[type=radio],#editForm input[type=radio]{
  241. top: 0px;
  242. margin-left:77px;
  243. }
  244. /*webback閲岄潰鐨別nd*/
  245. #createForm input.input-checkbox,#editForm input.input-checkbox{
  246. top: 11px;
  247. margin-left:75px;
  248. }
  249. #input-radio-open,#input-checkbox1{
  250. margin-left:80px;
  251. }
  252. /*webback閲岄潰鐨剆tart*/
  253. #createForm input.input-checkbox,#editForm input.input-checkbox{
  254. float:left;
  255. }
  256. /*webback閲岄潰鐨別nd*/
  257. #createForm input.input-text:focus, #editForm input.input-text:focus{
  258. box-shadow: 0 0 6px red;
  259. }
  260. #daochu{
  261. margin-top:0px;
  262. }
  263. #pageDiv{
  264. float:right;
  265. margin:-20px 20px 0 20px;
  266. }
  267. #pageDiv li.active a{
  268. color:#ffffff;
  269. background-color:#0170C9!important;
  270. }
  271. .control-group{
  272. position: none;
  273. }
  274. .control-group #main_advertiserul{
  275. z-index: 9;
  276. cursor: pointer;
  277. margin-left: 60px;
  278. width: 150px;
  279. }
  280. .control-group .select_box{
  281. width:150px;
  282. height:34px;
  283. background:#F4F4F4 url(../images/triangle1.png) no-repeat 130px;
  284. border:none;
  285. border-radius:5px!important;
  286. }
  287. .control-group #advertiserul_select_box{
  288. margin:0 20px;
  289. }
  290. .control-group .select_box span {
  291. display:block;
  292. line-height:34px;
  293. height:34px;
  294. overflow:hidden;
  295. margin-left:20px;
  296. font-size:12px;
  297. }
  298. .control-group .son_ul {
  299. width:150px;
  300. color:white;
  301. background-color:#151E2B!important;
  302. border-radius:5px!important;
  303. position: absolute;
  304. }
  305. .control-group .son_ul li {
  306. padding-left:20px;
  307. height:34px;
  308. line-height:34px;
  309. border-radius:5px!important;
  310. font-size:12px;
  311. }
  312. .control-group .son_ul li:hover {
  313. background-color:#26303A!important;
  314. }
  315. #chooseing{
  316. float:left;
  317. }
  318. #chooseing li,#selected li{
  319. width:150px;
  320. height:34px;
  321. line-height:34px;
  322. border:1px solid #d5dee8;
  323. margin-bottom:10px;
  324. text-align: center;
  325. cursor: pointer;
  326. }
  327. #selected{
  328. padding-top:10px;
  329. width:190px;
  330. height:274px;
  331. margin-left:170px;
  332. border:1px solid #d5dee8;
  333. }
  334. #selected li{
  335. margin-left:20px;
  336. }
  337. #selected input{
  338. float: right;
  339. border:none;
  340. width: 20px;
  341. height: 20px;
  342. margin-top:7px;
  343. cursor: pointer;
  344. }
  345. #selected input.movedel{
  346. background: url(../images/dialog/ui-icons_cd0a0a_256x240.png) -30px -190px;
  347. }
  348. #selected input.moveup{
  349. background: url(../images/dialog/ui-icons_cd0a0a_256x240.png) -158px -190px;
  350. }
  351. #selected input.movedown{
  352. background: url(../images/dialog/ui-icons_cd0a0a_256x240.png) -126px -190px;
  353. }
  354. #upload_qulifications #uploadTable{
  355. margin-left:80px;
  356. text-align: center;
  357. width:500px;
  358. font-size: 12px;
  359. }
  360. #upload_qulifications #uploadTable,#upload_qulifications #uploadTable th, #uploadTable td{
  361. border-color:#d5dadf;
  362. }
  363. #upload_qulifications #uploadTable th{
  364. height: 60px;
  365. }
  366. #upload_qulifications #uploadTable td{
  367. height: 50px;
  368. }
  369. #createForm .btnall button,#editForm .btnall button{
  370. border:none;
  371. }
  372. .backbtn{
  373. background-color: #36AEEA;
  374. }
  375. .backbtn:hover{
  376. background-color: #4E637B;
  377. }
  378. <!-- 鎶曟斁绠$悊椤甸潰涓婁紶鎸夐挳鏍峰紡 -->
  379. #upload_qulifications table td div.selectFile_div{
  380. float:left;
  381. text-align: center;
  382. }
  383. #upload_qulifications button.uploadOrView{
  384. width:50px;
  385. height:30px;
  386. border: 1px solid #36aeea;
  387. background-color: #36aeea;
  388. color:#ffffff;
  389. float:left;
  390. margin:-40px 0 0 284px;
  391. }
  392. #upload_qulifications div.ace-file-input{
  393. height: 30px;
  394. line-height: 30px;
  395. margin: 10px 0 10px 50px;
  396. }
  397. #upload_qulifications div.ace-file-input label::before{
  398. z-index: 99;
  399. }
  400. #upload_qulifications div.ace-file-input label span{
  401. margin-left: -104px;
  402. position: absolute;
  403. z-index:9;
  404. }
  405. #upload_qulifications div.ace-file-input label.selected span{
  406. margin-left: -95px;
  407. }
  408. #upload_qulifications div.ace-file-input label span i[class*="icon-"]{
  409. background-image: none;
  410. background-position: 0 0;
  411. background-repeat: repeat;
  412. height:auto;
  413. }
  414. /*webback閲岄潰鐨剆tart*/
  415. #selectConditionBar span{
  416. float:left;
  417. color:#4c637b;
  418. margin:0 0 30px 20px;
  419. }
  420. /*璁剧疆瀹℃牳閫氳繃锛屽鏍镐笉閫氳繃锛屾湭瀹℃牳鐨勯摼鎺ョ殑宸﹀唴杈硅窛*/
  421. #selectConditionBar a{
  422. float:left;
  423. padding-left:10px;
  424. padding-right:10px;
  425. display:block;
  426. height:30px;
  427. outline:none;
  428. text-decoration:none;
  429. color:#4c637b;
  430. font-size:14px;
  431. border-bottom:2px solid;
  432. border-bottom-color: #f4f5f7;
  433. }
  434. #selectConditionBar a:hover{
  435. border-bottom-color: #36aeea;
  436. }
  437. /*webback閲岄潰鐨別nd*/