Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

591 Zeilen
9.6 KiB

  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{
  4. overflow-x: hidden;
  5. padding-bottom: 50px;
  6. }
  7. html,body{
  8. min-height: 100%;
  9. background-size:100%;
  10. -moz-background-size:100%;
  11. -webkit-background-size:100%;
  12. -o-background-size:100%;
  13. }
  14. .clear{
  15. clear:both;
  16. }
  17. .index_box{
  18. width: 94%;
  19. margin:0 auto;
  20. }
  21. /*crumbs*/
  22. .index_sec1{
  23. padding: 1px 0;
  24. }
  25. .indSec1T{
  26. margin-top: 30px;
  27. font-size: 20px;
  28. color: #313131;
  29. line-height: 40px;
  30. overflow:hidden;
  31. }
  32. .indSec1T > a{
  33. display: inline-block;
  34. margin-left: 15px;
  35. width: 80px;
  36. height: 40px;
  37. line-height: 38px;
  38. border: 1px solid #fff;
  39. border-radius: 2px;
  40. font-size: 16px;
  41. text-align: center;
  42. transition:all 0.5s;
  43. -moz-transition:all 0.5s;
  44. -ms-transition:all 0.5s;
  45. -o-transition:all 0.5s;
  46. -webkit-transition:all 0.5s;
  47. }
  48. .indSec1T.active > a{
  49. filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  50. }
  51. .indSec1List{
  52. overflow: hidden;
  53. text-align: right;
  54. float:right;
  55. width: 370px;
  56. white-space: nowrap;
  57. }
  58. .indSec1List li{
  59. display: inline-block;
  60. background: #fff;
  61. width: 170px;
  62. height: 44px;
  63. text-align: center;
  64. line-height: 42px;
  65. border: 1px solid #CDCDCD;
  66. border-radius: 3px;
  67. cursor: pointer;
  68. margin-left: 14px;
  69. }
  70. .indSec1List li:first-child{
  71. margin-left: 0;
  72. }
  73. .indSec1List a{
  74. color: #313131;
  75. font-size: 14px;
  76. display: block;
  77. }
  78. .indSec1List img{
  79. width: 32px;
  80. position: relative;
  81. top: -1px;
  82. margin-right: 5px;
  83. }
  84. /*crumbs*/
  85. /*layer*/
  86. .layui-layer-title{
  87. display: none;
  88. }
  89. .layerBox{
  90. background: #fff;
  91. position: relative;
  92. overflow: hidden;
  93. }
  94. .layerImg{
  95. position: absolute;
  96. z-index: 99;
  97. }
  98. .layer_sec{
  99. padding: 0 20px 0 120px;
  100. border-top: 1px dashed #E2E2E2;
  101. padding-top: 25px;
  102. }
  103. .layer_sec:first-child{
  104. border-top: 0;
  105. }
  106. .layer_sec1{
  107. overflow: hidden;
  108. padding-top: 60px;
  109. }
  110. .laySec1L{
  111. width: 40%;
  112. float: left;
  113. padding-right: 40px;
  114. }
  115. .laySec1ConT{
  116. font-size: 28px;
  117. color: #5768D9;
  118. line-height: 30px;
  119. }
  120. .laySec1ConT span{
  121. font-size: 58px;
  122. font-weight: bold;
  123. }
  124. .laySec1Sex{
  125. font-size: 15px;
  126. color: #fff;
  127. background: #ED94A5;
  128. height: 30px;
  129. width: 106px;
  130. text-align: center;
  131. border-radius: 2px;
  132. margin-top: 12px;
  133. }
  134. .laySec1Sex img{
  135. width: 20px;
  136. position: relative;
  137. top: -1px;
  138. margin-right: 4px;
  139. }
  140. .laySec1R{
  141. float: left;
  142. width: 60%;
  143. margin-top: -10px;
  144. }
  145. .laySec1R div:first-child{
  146. overflow: hidden;
  147. }
  148. .laySec1R div .laySec1Txt{
  149. width: 50%;
  150. float: left;
  151. margin-top: 0;
  152. }
  153. .laySec1Txt{
  154. font-size: 14px;
  155. color: #313131;
  156. margin-top: 25px;
  157. }
  158. .laySec1Txt span,.laySec2List span{
  159. width: 80px;
  160. text-align: right;
  161. color: #8F8F8F;
  162. display: inline-block;
  163. }
  164. .laySec1Txt span{
  165. margin-right: 12px;
  166. }
  167. .layer_sec2{
  168. margin-top: 50px;
  169. padding-top: 0;
  170. }
  171. .laySec2List{
  172. overflow: hidden;
  173. }
  174. .laySec2List li{
  175. float: left;
  176. width: 50%;
  177. margin-top: 40px;
  178. font-size: 14px;
  179. color: #313131;
  180. }
  181. .laySec2List span{
  182. margin-right: 50px;
  183. }
  184. .laySec2List i{
  185. font-style: normal;
  186. color: #8F8F8F;
  187. margin-left: 10px;
  188. }
  189. .laySec2Btn{
  190. text-align: right;
  191. margin: 40px 0 20px;
  192. }
  193. .laySec2Btn img{
  194. margin-left: 6px;
  195. width: 43px;
  196. }
  197. .layer_sec3{
  198. overflow: hidden;
  199. }
  200. .layerSec3Box{
  201. width: 50%;
  202. float: left;
  203. }
  204. .layer_sec4{
  205. padding-bottom: 40px;
  206. margin-top: 0;
  207. }
  208. /*layer*/
  209. /*floor.html*/
  210. .inSec1Row{
  211. margin: 0 -30px;
  212. overflow: hidden;
  213. padding-bottom: 50px;
  214. }
  215. .inSec1Col3{
  216. width: 25%;
  217. float: left;
  218. padding: 0 30px;
  219. margin-top: 30px;
  220. }
  221. .inSec1Top > span{
  222. float: left;
  223. font-size: 20px;
  224. color: #5768D9;
  225. margin-right: 5px;
  226. margin-left: 20%;
  227. }
  228. .inSec1Top > span span{
  229. font-size: 40px;
  230. font-weight: bold;
  231. font-family: Arial, Helvetica, sans-serif!important;
  232. }
  233. .inSec1TopList{
  234. float: left;
  235. margin-top: 4px;
  236. }
  237. .inSec1TopList li{
  238. float: left;
  239. margin-left: 5px;
  240. position: relative;
  241. }
  242. .inSec1TopList a,.inSec1TopList a > img{
  243. display: block;
  244. }
  245. .inSec1TopList a > img{
  246. width: 43px;
  247. }
  248. .inSec1Img{
  249. margin-top:20px;
  250. position: relative;
  251. }
  252. .inSec1Img img{
  253. display: block;
  254. width: 100%;
  255. }
  256. .inSec1Con{
  257. position: absolute;
  258. padding-top: 7px;
  259. z-index: -1;
  260. top: 40px;
  261. width: 320px;
  262. filter:alpha(opacity=0);
  263. -moz-opacity:0;
  264. -khtml-opacity:0;
  265. opacity:0;
  266. transition:all 0.5s;
  267. -moz-transition:all 0.5s;
  268. -ms-transition:all 0.5s;
  269. -o-transition:all 0.5s;
  270. -webkit-transition:all 0.5s;
  271. }
  272. .inSec1TopList li:hover .inSec1Con{
  273. top: 21px;
  274. z-index: 2;
  275. filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  276. }
  277. .inSec1Con1{
  278. left: -10px;
  279. }
  280. .inSec1Con3{
  281. right: -10px;
  282. }
  283. .inSec1Horn{
  284. display: block;
  285. width: 10px;
  286. position: relative;
  287. }
  288. .inSec1Con1 > img{
  289. margin-left: 27px;
  290. }
  291. .inSec1Con3 > img{
  292. margin-left: 284px;
  293. }
  294. .inSec1Con2{
  295. border: 1px solid #A4C2FF;
  296. border-radius: 8px;
  297. background: #fff;
  298. padding: 15px;
  299. margin-top: -1px;
  300. }
  301. .inSec1ConT{
  302. font-size: 20px;
  303. color: #313131;
  304. line-height: 30px;
  305. }
  306. .inSec1ConT span{
  307. font-size: 24px;
  308. color: #5768D9;
  309. font-weight: bold;
  310. }
  311. .inSec1Sex{
  312. float: right;
  313. font-size: 15px;
  314. color: #fff;
  315. background: #ED94A5;
  316. height: 30px;
  317. width: 106px;
  318. text-align: center;
  319. border-radius: 2px;
  320. }
  321. .inSec1Sex img{
  322. width: 20px;
  323. position: relative;
  324. top: -1px;
  325. margin-right: 4px;
  326. }
  327. .inSec1ConTxt{
  328. margin: 20px 0;
  329. font-size: 15px;
  330. color: #313131;
  331. line-height: 30px;
  332. }
  333. .inSec1ConTxt span{
  334. display: inline-block;
  335. height: 30px;
  336. padding: 0 10px;
  337. background: #F2F2F2;
  338. border-radius: 2px;
  339. margin: 0 5px 0 15px;
  340. }
  341. .inSec1ConTxt span:first-child{
  342. margin-left: 0;
  343. }
  344. .inSec1Btn{
  345. cursor: pointer;
  346. text-align: center;
  347. color: #029DFE;
  348. font-size: 15px;
  349. }
  350. .inSec1Btn i{
  351. margin-left: 10px;
  352. font-size: 16px;
  353. }
  354. .floor_warpper .laySec1Sex{
  355. float: right;
  356. }
  357. /*floor.html*/
  358. /*unit.html*/
  359. .unit_warpper .indSec1T,.unit_warpper .inSec1Top > span,.unit_warpper .indSec1T > a,.unit_warpper .inSec1ConT,.unit_warpper .inSec1ConTxt,.unit_warpper .inSec1ConT span{
  360. color: #fff;
  361. }
  362. .unit_warpper .crumbs div{
  363. background: #fff;
  364. }
  365. .unit_warpper .inSec1Con2{
  366. background: #6776EC;
  367. }
  368. .unit_warpper .inSec1ConTxt span{
  369. background: #5666E0;
  370. }
  371. .unit_warpper .inSec1Btn{
  372. color: #B7CFFF
  373. }
  374. .unitLayer .laySec1L{
  375. padding-left: 80px;
  376. }
  377. .laySec1ConTitle{
  378. font-size: 14px;
  379. color: #939FEE;
  380. margin-bottom: 30px;
  381. }
  382. .laySec1ConTitle span{
  383. font-weight: bold;
  384. }
  385. .unitLayer .laySec1R{
  386. margin-top: 20px;
  387. }
  388. /*unit.html*/
  389. /*corridor.html*/
  390. .corridor_warpper .inSec1Top > span,.corridor_warpper .inSec1ConT span,.corridor_warpper .inSec1Btn{
  391. color: #66C668;
  392. }
  393. .inSec1Imgs{
  394. text-align: center;
  395. width: 74px;
  396. height: 30px;
  397. text-align: center;
  398. line-height: 30px;
  399. margin: 12px auto;
  400. font-size: 20px;
  401. color: #fff;
  402. text-transform: uppercase;;
  403. background-size:100%;
  404. -moz-background-size:100%;
  405. -webkit-background-size:100%;
  406. -o-background-size:100%;
  407. }
  408. .corridor_warpper .inSec1Imgs, .corridorLayer .inSec1Imgs {
  409. background-image: url('../images/floor/corr1.jpg');
  410. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/floor/corr1.jpg', sizingMethod='scale');
  411. }
  412. .corridorLayer .laySec1ConT{
  413. color: #54BE55;
  414. }
  415. .layerBox .inSec1Imgs{
  416. position: absolute;
  417. top: 0;
  418. left: 15px;
  419. z-index: 99;
  420. margin: 0;
  421. }
  422. .corridor_warpper .indSec1T a{
  423. background: #fff;
  424. border-color: #CDCDCD;
  425. }
  426. .corridor_warpper .inSec1Con2{
  427. border-color: #66C668;
  428. }
  429. /*corridor.html*/
  430. /*dormitory.html*/
  431. .dormitory_warpper .inSec1Top > span,.dormitory_warpper .inSec1ConT span,.dormitory_warpper .inSec1Btn{
  432. color: #EA9C48;
  433. }
  434. .dormitory_warpper .indSec1T a{
  435. background: #fff;
  436. border-color: #CDCDCD;
  437. }
  438. .dormitory_warpper .inSec1Imgs,.dormitoryLayer .inSec1Imgs{
  439. background-image:url('../images/floor/dorm1.jpg');
  440. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/floor/corr1.jpg', sizingMethod='scale');
  441. }
  442. .dormitory_warpper .inSec1Imgs{
  443. margin-left:32%;
  444. }
  445. .laySec2List i.fa{
  446. color: #F3CD47;
  447. margin-left: 0;
  448. margin-right: 5px;
  449. }
  450. .laySec2List i.fa:last-child{
  451. margin-right: 0;
  452. }
  453. .dormitoryLayer .laySec1ConT {
  454. color: #EA9C48;
  455. }
  456. .inSec1ImgCon{
  457. position: absolute;
  458. top: 0;
  459. right: 10px;
  460. }
  461. .inSec1ImgCon > div{
  462. background: #fff;
  463. width: 56px;
  464. height: 34px;
  465. text-align: center;
  466. line-height: 32px;
  467. border-radius: 2px;
  468. border: 1px solid #D2D2D2;
  469. margin-top: 10px;
  470. }
  471. .inSec1ImgCon > div:first-child{
  472. margin-top: 0;
  473. }
  474. .inSec1ImgCon1 i{
  475. color: #F3CD47;
  476. line-height: 32px;
  477. margin-left: 3px;
  478. }
  479. .inSec1ImgCon1 i:first-child{
  480. margin-left: 0;
  481. }
  482. .inSec1ImgCon2 img{
  483. width: 12px;
  484. position: relative;
  485. display: inline-block;
  486. margin-right: 1px;
  487. top: -1px;
  488. }
  489. .inSec1ImgCon2{
  490. font-size: 12px;
  491. color: #76A1F7;
  492. }
  493. .inSec1ImgCon3{
  494. font-size: 14px;
  495. color: #FA7C7C;
  496. }
  497. .dormitory_warpper .inSec1Con2{
  498. border-color: #D28531;
  499. }
  500. /*dormitory.html*/
  501. /*room.html*/
  502. .room_warpper .inSec1Top > span,.room_warpper .inSec1ConT span,.room_warpper .inSec1Btn{
  503. color: #BC8BFF;
  504. }
  505. .room_warpper .indSec1T a{
  506. background: #fff;
  507. border-color: #CDCDCD;
  508. }
  509. .room_warpper .inSec1ImgCon{
  510. right: -30px;
  511. }
  512. .roomLayer .laySec1ConT{
  513. color: #BC8BFF;
  514. }
  515. .laySec1RImg{
  516. float: left;
  517. width: 120px;
  518. }
  519. .laySec1RImg img{
  520. display: block;
  521. width: 100%
  522. }
  523. .laySec1RImg div{
  524. overflow: hidden;
  525. padding-bottom: 140.833333%;
  526. height: 0;
  527. }
  528. .laySec1RCon{
  529. margin-left: 140px;
  530. }
  531. .laySec1Txts{
  532. font-size: 14px;
  533. color: #313131;
  534. margin-top: 28px;
  535. }
  536. .laySec1Txts:first-child{
  537. margin-top: 0;
  538. }
  539. .laySec1Txts span {
  540. margin-right: 12px;
  541. width: 80px;
  542. text-align: right;
  543. color: #8F8F8F;
  544. display: inline-block;
  545. }
  546. .roomLayer .laySec1R {
  547. margin-top: 5px;
  548. }
  549. .room_warpper .inSec1Con2{
  550. border-color: #B279FF;
  551. }
  552. .room_warpper .inSec1ConTxt span{
  553. overflow:hidden;
  554. white-space:nowrap;
  555. text-overflow:ellipsis;
  556. position: relative;
  557. top: 9px;
  558. }
  559. .inSec1ConSpan1{
  560. width: 65px;
  561. }
  562. .inSec1ConSpan2{
  563. width: 117px;
  564. }
  565. /*room.html*/
  566. @media(max-width:1500px) {
  567. .inSec1Col3{
  568. width: 33.333333%
  569. }
  570. }
  571. @media(max-width:1400px) {
  572. .inSec1Col3{
  573. width: 33.333333%
  574. }
  575. }
  576. @media(max-width:768px) {
  577. }