123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .container{
- width: 100%;
- height: 100%;
- }
- *{
- padding: 0;
- margin: 0;
- text-decoration: none;
- font-family: "Microsoft Yahei", "���ź�", Tahoma, Arial, Helvetica, STHeiti;
-
- }
- ol,ul{
- list-style:none;
- }
- .zcolor{
- color: #f4f4f4 !important;
- }
- .containers{
- height:100%;
- margin:2vh;
- }
- .topHeader {
- width: 100%;
- height:9rem;
- background: #2577e3;
- color: #2c2c2c;
- }
- .topHeaderL{
- width: 35%;
- padding-left:7%;
- height: 9rem;
- line-height:9rem;
- background: #2577e3;
- color: #fff;
- font-size: 3rem;
- float: left;
- }
- .topHeaderR{
- width: 58%;
- height: 9rem;
- line-height:9rem;
- background: #2577e3;
- color: #fff;
- font-size:3rem;
- float: left;
- }
- .centerC{
- width: 100%;
-
- padding-top:15%;
- padding-bottom:25%;
-
- }
- .centerTop{
- width: 90%;
- padding-left: 5%;
- padding-top: 6%;
- height: 17%;
- padding-bottom:6%;
-
- line-height: 3rem;
- color: #555555;
- font-size: 2.1rem;
- text-align: center;
- }
- .centerImg{
- width: 60%;
- margin-left: 20%;
- /* height: 45%; */
- }
- .cImg{
- width: 100%;
- height: 100%;
- }
|