Нет описания

homes.css 1.3KB

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