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:0px;
  14. padding-top:1px;
  15. }
  16. #handler{
  17. margin:20px 0 20px 10px;
  18. height:14px;
  19. line-height:14px;
  20. padding-top:20px;
  21. }
  22. #handler ul{
  23. margin-left:20px;
  24. }
  25. #handler ul .active1{
  26. float:left;
  27. }
  28. #handler ul .size1{
  29. float:left;
  30. margin-left:10px;
  31. }
  32. #handler ul .size2{
  33. float:left;
  34. margin-right:10px;
  35. }
  36. #handler ul .divider2{
  37. float:left;
  38. }
  39. #handler li a{
  40. text-decoration: none;
  41. color:#0088CC;
  42. font-size:14px;
  43. }
  44. #buttons{
  45. width:100%;
  46. height:34px;
  47. line-height:34px;
  48. margin-bottom:20px;
  49. }
  50. #buttons div.btn1{
  51. float:left;
  52. width:120px;
  53. height:34px;
  54. line-height:34px;
  55. color:#36AEEA!important;
  56. font-size:12px;
  57. border:1px solid #36AEEA;
  58. border-radius:5px!important;
  59. text-align: center;
  60. cursor: pointer;
  61. margin:0 10px 0 0;
  62. }
  63. #buttons div.btn1:hover{
  64. background-color:#36AEEA!important;
  65. color:#fff!important;
  66. }
  67. #buttons div#serachData{
  68. float:right;
  69. width:300px;
  70. height:34px;
  71. line-height:34px;
  72. }
  73. #buttons div#serachData input[type=text]{
  74. z-index:9;
  75. width:270px;
  76. height:30px;
  77. line-height:30px;
  78. background-color:#F4F4F4!important;
  79. border-radius:5px!important;
  80. border:none;
  81. font-size:12px;
  82. padding-left:20px;
  83. }
  84. #serachData_img{
  85. z-index:9999;
  86. width:30px;
  87. height:34px;
  88. position: relative;
  89. left:265px;
  90. top:-50px;
  91. cursor: pointer;
  92. background: url(../images/fangdajing1.png) no-repeat 0 10px;
  93. border:none;
  94. }
  95. #account-table{
  96. width:100%;
  97. height:auto;
  98. position: absolute;
  99. margin-top:0px;
  100. }
  101. #account-table table{
  102. width:97%;
  103. border-collapse: collapse;
  104. color:#4C637B;
  105. font-weight: normal;
  106. }
  107. #btndiv{
  108. width:200px;
  109. margin:0 auto;
  110. }
  111. #account-table table th,#account-table table td{
  112. text-align: center;
  113. }
  114. #account-table tbody tr td div.btn11 {
  115. width:90px;
  116. height:34px;
  117. line-height:34px;
  118. color:#FFF!important;
  119. font-size:12px;
  120. background-color:#39AEEA!important;
  121. border-radius:5px!important;
  122. float:left;
  123. margin-left:10px;
  124. }
  125. #account-table tbody tr td div.btn11:hover{
  126. background-color:#4E637B!important;
  127. cursor: pointer;
  128. }
  129. #createForm, #editForm{
  130. width:100%;
  131. height:auto;
  132. margin:20px 0;
  133. font-size:12px;
  134. }
  135. #createForm .control-group锛�editForm .control-group{
  136. height:34px;
  137. line-height:34px;
  138. }
  139. #createForm label, #editForm label{
  140. font-size:12px;
  141. }
  142. #createForm span.input-checkbox-span, #editForm span.input-checkbox-span,#createForm span.#input-password-span,#editForm span.#input-password-span{
  143. font-size:12px;
  144. height:34px;
  145. line-height:34px;
  146. }
  147. /*webback閲岄潰鐨剆tart*/
  148. span.input-checkbox-span{
  149. float:left;
  150. // margin-right:34px;
  151. // margin-left:34px;
  152. }
  153. .control-group .form-align-radio input[type="radio"]{
  154. position:relative !important;
  155. }
  156. #checkboxs input[type="checkbox"]{
  157. position:relative !important;
  158. }
  159. #input-password{
  160. position:relative !important;
  161. }
  162. #createForm span, #editForm span{
  163. font-size:12px;
  164. height:34px;
  165. line-height:34px;
  166. }
  167. /*webback閲岄潰鐨別nd*/
  168. #createForm span.lbl1, #editForm span.lbl1{
  169. color:#6BBFEE;
  170. }
  171. #createForm label.control-label1, #editForm label.control-label1{
  172. font-size:12px;
  173. width:80px;
  174. height:34px;
  175. line-height:34px;
  176. position: absolute;
  177. }
  178. #createForm input.input-text,#editForm input.input-text{
  179. height:34px;
  180. line-height:34px;
  181. margin-left: 80px;
  182. }
  183. #createForm input.input-text, #editForm input.input-text{
  184. font-size:12px;
  185. width:300px;
  186. height:30px;
  187. line-height:30px;
  188. border:none;
  189. border-radius:5px!important;
  190. border:1px solid #D5DADF;
  191. padding-left:20px;
  192. }
  193. #createForm label.form-align-radio1 span, #editForm label.form-align-radio1 span{
  194. position: relative;
  195. top: -11px;
  196. }
  197. #createForm div.control-group, #editForm div.control-group{
  198. margin-bottom: 20px;
  199. }
  200. #createForm form div.form-actions1 div, #editForm form div.form-actions1 div,#createForm .btnall button,#editForm .btnall button{
  201. width:120px;
  202. height:34px;
  203. line-height:34px;
  204. color:#FFF!important;
  205. font-size:12px;
  206. border-radius:5px!important;
  207. float:left;
  208. text-align:center;
  209. margin-right:10px;
  210. cursor: pointer;
  211. }
  212. #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{
  213. background-color:#67BA31!important;
  214. }
  215. #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{
  216. background-color:#39AEEA!important;
  217. }
  218. #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{
  219. background-color:#4E637B!important;
  220. }
  221. #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{
  222. background-color:#4E637B!important;
  223. }
  224. #input-password{
  225. margin:10px 5px 10px 10px;
  226. }
  227. span.input-checkbox-span{
  228. float:left;
  229. margin-right:-50px;
  230. margin-left: 2px;
  231. }
  232. #createForm input[type=radio],#createForm input[type=checkbox],#editForm input[type=radio],#editForm input[type=checkbox]{
  233. opacity:10;
  234. margin-top: 0px;
  235. }
  236. .form-align-radio{
  237. height:35px;
  238. line-height:35px;
  239. }
  240. /*webback閲岄潰鐨剆tart*/
  241. #createForm input[type=radio],#editForm input[type=radio]{
  242. top: 0px;
  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*/