secondPage.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. #threePngs{
  2. width: 100%;
  3. height: 100%;
  4. display:block
  5. }
  6. .carousel-control-prev-icon {
  7. height: 10%;
  8. }
  9. .carousel-control-next-icon{
  10. height: 10%;
  11. }
  12. .carousel-indicators li{
  13. background-color: #999;
  14. }
  15. .carousel-indicators active{
  16. background-color: #444;
  17. }
  18. #img-container{
  19. position: relative;
  20. display:inline-block;
  21. text-align:center;
  22. }
  23. .imgstyle {
  24. display: block;
  25. width: 100%;
  26. margin:0;
  27. padding:0;
  28. }
  29. .ulstyle {
  30. min-width: 1200px;
  31. margin-left: 0;
  32. margin-right: 0;
  33. margin-top: 24px;
  34. width: 100%;
  35. list-style-type: none;
  36. padding: 0;
  37. }
  38. .listyle {
  39. width: 33%;
  40. float: left;
  41. height: auto;
  42. list-style-type: none;
  43. }
  44. .new2 {
  45. margin-left:0.5%;
  46. margin-right:0.5%;
  47. }
  48. .clear{
  49. clear:both
  50. }
  51. .news{
  52. position:relative;
  53. display:inline-block;
  54. color:white;
  55. }
  56. .newsText{
  57. bottom:15px;
  58. position:absolute;
  59. left:23px;
  60. }
  61. .newTitle{
  62. font-size: 16px;
  63. line-height: 32px;
  64. }
  65. .newContent{
  66. font-size: 12px;
  67. line-height: 32px;
  68. }
  69. .hrClass{
  70. height:1px;
  71. width:46px;
  72. border-top-color:white;
  73. margin-left:0;
  74. margin-top:1vh;
  75. margin-bottom:0;
  76. }