index.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. a{
  6. text-decoration:none;
  7. color:#000;
  8. }
  9. html {
  10. height: 100%;
  11. widrth: 100%;
  12. }
  13. body {
  14. width: 100%;
  15. height: 100%;
  16. overflow: hidden;
  17. font-family:寰蒋闆呴粦,Microsoft YaHei;
  18. }
  19. a,p,h4,h5,h6{
  20. font-family: 寰蒋闆呴粦;
  21. }
  22. li{
  23. list-style:none;
  24. }
  25. thead th{
  26. border-bottom:none ! important;
  27. }
  28. .td_btn tr td:last-child{
  29. padding-top:2px;
  30. padding-bottom:2px;
  31. }
  32. .td_btn tr td:last-child a{
  33. display: inline-block;
  34. padding:1px 3px;
  35. border:1px solid #CCCCCC;
  36. margin-top:4px;
  37. border-radius:3px;
  38. margin-right:5px;
  39. }
  40. .td_btn tr td:last-child a:hover{
  41. background:#ccc;
  42. }
  43. header {
  44. height: 100px;
  45. width: 100%;
  46. border:1px solid ;
  47. background:#363D4C;
  48. padding-left:20px;
  49. }
  50. header h4{
  51. font-weight:500;
  52. font-size:28px;
  53. color:white;
  54. }
  55. header>div:nth-of-type(1) p{
  56. font-size:16px;
  57. color:white;
  58. }
  59. .headTitle{
  60. color:#eee;
  61. font-size: 32px;
  62. font-style: italic;
  63. letter-spacing: 5px;
  64. }
  65. header > a {
  66. display: inline-block;
  67. margin-top: 6px;
  68. margin-right:20px;
  69. }
  70. header > a>img{
  71. width: 80px;
  72. height: 80px;
  73. }
  74. header div:nth-of-type(1) {
  75. width: 20%;
  76. height: 80px;
  77. margin-top: 10px;
  78. }
  79. header div:nth-of-type(2) {
  80. width: 250px;
  81. height: 50px;
  82. margin-top: 40px;
  83. }
  84. header div:nth-of-type(2) span{
  85. display:inline-block;
  86. width:80px;
  87. height:21px;
  88. overflow:hidden;
  89. padding-top:4px;
  90. margin-left:10px;
  91. border:1px solid red
  92. font-size:16px;
  93. color:#fff;
  94. }
  95. header div:nth-of-type(2) button{
  96. padding: 2px 16px;
  97. margin-bottom: 8px;
  98. color:#A3B1CC;
  99. background:#363D4C;
  100. }
  101. .main_content {
  102. height: 95%;
  103. margin: 0;
  104. }
  105. .main_content aside {
  106. width: 13%;
  107. height: 100%;
  108. border-right:1px solid #CCCCCC;
  109. overflow-y: auto;
  110. background:#333744;
  111. }
  112. .main_content .content_right {
  113. width: 87%;
  114. height: 100%;
  115. float: right;
  116. }
  117. .main_content .content_right .section {
  118. height: 100%;
  119. }
  120. .listPage{
  121. width: 60px;
  122. margin: 0px 50px;
  123. height: 33px;
  124. border-radius: 5px;
  125. }
  126. aside>ul>li{
  127. background:#42485B;
  128. }
  129. aside>ul{
  130. background:#42485B;
  131. }
  132. aside>ul>li>a{
  133. font-size: 14px;
  134. color:#fff;
  135. display:inline-block;
  136. width:100%;
  137. cursor:pointer;
  138. padding:10px 20px 10px 25px;
  139. }
  140. aside>ul>li ul li a {
  141. display: block;
  142. padding: 7px 15px 7px 70px;
  143. color: #fff;
  144. cursor:pointer;
  145. }
  146. /* aside>ul>li:hover a,aside>ul>li:hover i{ */
  147. /* transition:0.2s; */
  148. /* color:#009899; */
  149. /* } */
  150. /*鎴挎簮绠$悊*/
  151. table{
  152. margin-bottom:0 ! important;
  153. }
  154. .scrollTable{
  155. overflow-y:auto;
  156. }
  157. .img_group>p{
  158. display:inline-block;
  159. margin-right: 5px;
  160. margin-bottom: 5px;
  161. border:1px solid #ddd;
  162. position:relative;
  163. overflow:hidden;
  164. }
  165. .img_group a{
  166. position:absolute;
  167. bottom:-20px;
  168. color:#fff;
  169. display:inline-block;
  170. width:100%;
  171. height:20px;
  172. line-height:20px;
  173. text-align:center;
  174. background:rgba(0,0,0,0.5);
  175. }
  176. .img_group p:hover a{
  177. transition:all 0.2s;
  178. transform:translate(0,-20px);
  179. }
  180. .img_group a:hover{
  181. background:rgba(255,0,0,0.5);
  182. }
  183. .section_top>p{
  184. padding:8px;
  185. margin-bottom:0;
  186. }
  187. .main_content .content_right .section .add_item {
  188. width: 95%;
  189. height: 50px;
  190. border: 1px solid #ccc;
  191. margin: 0 auto;
  192. margin-top: 10px;
  193. padding: 8px 15px;
  194. }
  195. input#inputKeyword,.inputKeyword{
  196. outline: none;
  197. border-radius: 4px;
  198. box-shadow: none;
  199. border: 1px solid #ccc;
  200. height: 33px;
  201. width: 200px;
  202. padding-left: 16px;
  203. margin-top: 1px;
  204. margin-right: 5px;
  205. }
  206. .btn_search{
  207. width:86px;
  208. }
  209. .main_content .content_right .section .information {
  210. width: 95%;
  211. margin: 0 auto;
  212. margin-top: 10px;
  213. }
  214. .add_img_btn{
  215. margin-left: 50px;
  216. display: inline-block;
  217. padding: 0 ! important;
  218. width: 58px;
  219. height: 22px;
  220. }
  221. .add_img_btn label{
  222. margin: 0;
  223. width: 100%;
  224. height: 100%;
  225. padding-top: 2px;
  226. }
  227. /*妯℃�佹*/
  228. .modal-body>P{
  229. padding-left:25px;
  230. }
  231. #Title{
  232. width:260px;
  233. }
  234. #myModal_addHouse h5{
  235. margin-left:25px;
  236. padding-bottom:5px;
  237. font-weight:600;
  238. border-bottom:1px solid #777;
  239. font-size: 15px;
  240. }
  241. #province,#city,#cityArea{
  242. height:24px;
  243. width:95px;
  244. }
  245. #commName,#guijiao{
  246. width:226px;
  247. }
  248. .coom{
  249. margin-left:76px;
  250. }
  251. #houseArea,#houseAmt,#houseFloor{
  252. width:66px;
  253. }
  254. #houseType,#houseSingelAmt{
  255. margin-right:100px;
  256. }
  257. #houseType,#houseSingelAmt,#allFloor,#roomType{
  258. width:100px;
  259. }
  260. #houseAdj{
  261. margin-right:45px;
  262. }
  263. #houseYear{
  264. width:70px;
  265. }
  266. #houseDirect{
  267. width:80px;
  268. }
  269. #special{
  270. display:inline-block;
  271. width:720px;
  272. height:164px;
  273. vertical-align:top;
  274. padding:0;
  275. margin:0;
  276. }
  277. #special span{
  278. display:inline-block;
  279. width:80px;
  280. height:30px;
  281. line-height:30px;
  282. text-align:center;
  283. float:left;
  284. border:1px solid #999;
  285. border-radius:5px;
  286. margin-right: 30px;
  287. margin-bottom: 10px;
  288. cursor:pointer;
  289. }
  290. .textType{
  291. height:165px;
  292. padding-left:0 ! important;
  293. margin-left: 30px;
  294. position:relative;
  295. }
  296. /* .textType label{ */
  297. /* display:inline-block; */
  298. /* width:100px; */
  299. /* height:26px; */
  300. /* line-height:26px; */
  301. /* text-align:center; */
  302. /* float:left; */
  303. /* margin-right: 5px; */
  304. /* cursor:pointer; */
  305. /* margin-bottom: 0; */
  306. /* font-weight: 400; */
  307. /* } */
  308. .houseMsg{
  309. margin-left: 30px;
  310. resize:none;
  311. position:absolute;
  312. display:grid;
  313. top: 20px;
  314. left: -30px;
  315. outline:none;
  316. }
  317. .img_group{
  318. width: 96%;
  319. max-height: 162px;
  320. margin-left: 30px;
  321. overflow-y:auto;
  322. }
  323. .img_group img{
  324. display:inline-block;
  325. width:150px;
  326. height:150px;
  327. line-height:150px;
  328. text-align:center;
  329. }
  330. /*鏁版嵁缁熻*/
  331. .selectItem{
  332. width:80%;
  333. height:30px;
  334. margin:0 0 0 0;
  335. padding-left:10px;
  336. }
  337. .selectItem_left{
  338. width:452px;
  339. height:32px;
  340. border:1px solid #ccc;
  341. }
  342. .selectItem_left span{
  343. display:inline-block;
  344. width:150px;
  345. height:30px;
  346. line-height:30px;
  347. text-align:center;
  348. cursor:pointer;
  349. }
  350. .selectItem_left span:nth-of-type(2){
  351. border-left:1px solid #ccc;
  352. border-right:1px solid #ccc;
  353. }
  354. .selectItem_left span:nth-of-type(1){
  355. background:#41C7DB;
  356. color:#fff;
  357. }
  358. .selectItem_right{
  359. padding-top: 3px;
  360. }
  361. .chat_area{
  362. width: 100%;
  363. height: 62%;
  364. background: #FFFDCA;
  365. margin-top: 20px;
  366. padding-top:6%;
  367. }
  368. /*婊氬姩鏉�*/
  369. /*瀹氫箟婊氬姩鏉″楂樺強鑳屾櫙锛屽楂樺垎鍒搴旀í绔栨粴鍔ㄦ潯鐨勫昂瀵�*/
  370. .scrollbar::-webkit-scrollbar{
  371. width: 5px;
  372. }
  373. /*瀹氫箟婊氬姩鏉$殑杞ㄩ亾锛屽唴闃村奖鍙婂渾瑙�*/
  374. .scrollbar::-webkit-scrollbar-track{
  375. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  376. border-radius: 10px;
  377. background-color: #F1F1F1;
  378. }
  379. /*瀹氫箟婊戝潡锛屽唴闃村奖鍙婂渾瑙�*/
  380. .scrollbar::-webkit-scrollbar-thumb{
  381. /*width: 10px;*/
  382. height: 20px;
  383. border-radius: 10px;
  384. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  385. background-color: #666;
  386. }
  387. /******************************************/
  388. table.clicktoCheckbox tr{
  389. cursor:pointer;
  390. }
  391. .operate_space{
  392. padding: 6px 0 0 9px;
  393. }
  394. .operate_space input{
  395. vertical-align: top;
  396. }
  397. .operate_space label{
  398. cursor:pointer;
  399. }
  400. .operate_space button{
  401. margin-left:10px;
  402. }
  403. ul.page{
  404. height: 45px;
  405. position:relative;
  406. }
  407. .page_all{
  408. position: absolute;
  409. left: -102px;
  410. top: 25%;
  411. display: inline-block;
  412. width: 100px;
  413. text-align: right;
  414. }
  415. /*统计分析*/
  416. span#dateChouse{
  417. display:inline-block;
  418. width:200px;
  419. height:36px;
  420. border:1px solid #ccc;
  421. position:relative;
  422. line-height: 36px;
  423. padding-left: 12px;
  424. cursor: pointer;
  425. }
  426. #dateChouse>ul{
  427. border:1px solid #C4C5C5;
  428. position: absolute;
  429. width: 100%;
  430. top: 39px;
  431. padding: 4px 0;
  432. left: 0;
  433. background:#fff;
  434. z-index:1000;
  435. }
  436. #reservation{
  437. width: 0;position: absolute;opacity: 0;top:10px;z-index:-9000;
  438. left: 0;
  439. }
  440. #dateChouse>ul li{
  441. line-height: 20px;
  442. color: #3A3A3A;
  443. cursor: pointer;
  444. padding: 6px 12px;
  445. }
  446. #dateChouse>ul li:hover{
  447. background:rgba(065,199,219,.5);
  448. }
  449. #dateChouse>ul li label{
  450. width: 100%;
  451. margin: 0;
  452. font-size: 14px;
  453. font-weight: 400;
  454. cursor: pointer;
  455. }
  456. #yearChart{
  457. padding:40px 0;
  458. }
  459. #dateChouse>img{
  460. width: 12px;
  461. position: absolute;
  462. right: 8px;
  463. top: 12px;
  464. }
  465. #picShow img{
  466. width:150px;height:150px;border:1px solid #ccc ;margin-right:4px;
  467. }