Ei kuvausta

homes.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. #listBox{
  2. position: absolute;
  3. left:0;
  4. bottom: 100px;
  5. margin-left: 170px;
  6. }
  7. #listBoxTraffic{
  8. position: absolute;
  9. left:0;
  10. bottom: 100px;
  11. margin-left: 170px;
  12. }
  13. /*.list-tab{
  14. position: absolute;
  15. left:0;
  16. bottom: 100px;
  17. margin-left: 170px;
  18. }*/
  19. .nubma{
  20. font-size:13px;
  21. }
  22. .aaa{
  23. width:250px;
  24. position: relative;
  25. }
  26. .ccc{
  27. width:250px;
  28. height:200px;
  29. }
  30. .bbb{
  31. width:100px;
  32. height:100px;
  33. }
  34. #banner{
  35. width:520px;
  36. height:280px;
  37. position:absolute;
  38. top:15%;
  39. margin-top:-140px;
  40. left:18%;
  41. margin-left:-260px;
  42. }
  43. .tabs{
  44. position:absolute;
  45. bottom:110px;
  46. left:180px;
  47. }
  48. .tabs li{
  49. width:230px;
  50. height:120px;
  51. /* border:2px solid #001255; */
  52. margin-left:0px;
  53. margin-top: 50px;
  54. /* border-radius:100%; */
  55. }
  56. /*.tabs li:nth-child(1){
  57. margin-bottom: 70px
  58. }
  59. .tabs li:nth-child(2){
  60. margin-bottom: 60px
  61. }
  62. .tabs li:nth-child(3){
  63. height: 150px;
  64. margin-bottom: 70px;
  65. }
  66. .tabs li:nth-child(4){
  67. margin-bottom: 20px;
  68. }*/
  69. /*
  70. .tabs li:nth-child(5){
  71. margin-left: 26px;
  72. }
  73. .tabs li:nth-child(6){
  74. margin-left: 33px;
  75. }*/
  76. .btnn{
  77. width:30px;
  78. height:50px;
  79. background-color:rgba(0,0,0,.5);
  80. color:#fff;
  81. font-size:30px;
  82. line-height:50px;
  83. text-align:center;
  84. position:absolute;
  85. top:50%;
  86. margin-top:-25px;
  87. cursor:pointer;
  88. }
  89. .btnn:hover{
  90. background-color:rgba(0,0,0,.8);
  91. color:red;
  92. }
  93. .btn1{
  94. left:0;
  95. }
  96. .btn2{
  97. right:0;
  98. }
  99. .bg{
  100. border:3px solid #71FFFF;
  101. width: 90%;
  102. height: 75%;
  103. position: absolute;
  104. left: 5%;
  105. top: 13%;
  106. display: none;
  107. /* box-shadow:0 0 16px #71FFFF; */
  108. /* box-shadow:0 0 12px #71FFFF inset; */
  109. }
  110. .trafficBg{
  111. border:3px solid #71FFFF;
  112. width: 90%;
  113. height: 75%;
  114. position: absolute;
  115. left: 5%;
  116. top: 13%;
  117. display: none;
  118. }