Brak opisu

homes.css 1.5KB

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