123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- #threePngs{
- width: 100%;
- height: 100%;
- display:block
- }
- .carousel-control-prev-icon {
- height: 10%;
- }
- .carousel-control-next-icon{
- height: 10%;
- }
- .carousel-indicators li{
- background-color: #999;
- }
- .carousel-indicators active{
- background-color: #444;
- }
- #img-container{
- position: relative;
- display:inline-block;
- text-align:center;
- }
- .imgstyle {
- display: block;
- width: 100%;
- margin:0;
- padding:0;
- }
- .ulstyle {
- min-width: 1200px;
- margin-left: 0;
- margin-right: 0;
- margin-top: 24px;
- width: 100%;
- list-style-type: none;
- padding: 0;
- }
- .listyle {
- width: 33%;
- float: left;
- height: auto;
- list-style-type: none;
- }
- .new2 {
- margin-left:0.5%;
- margin-right:0.5%;
- }
- .clear{
- clear:both
- }
- .news{
- position:relative;
- display:inline-block;
- color:white;
- }
- .newsText{
- bottom:15px;
- position:absolute;
- left:23px;
- }
- .newTitle{
- font-size: 16px;
- line-height: 32px;
- }
- .newContent{
- font-size: 12px;
- line-height: 32px;
- }
- .hrClass{
- height:1px;
- width:46px;
- border-top-color:white;
- margin-left:0;
- margin-top:1vh;
- margin-bottom:0;
- }
|