|
- .title_top_box{
- width: 100%;
- min-width: 1300px;
- height: 90px;
- background-image: linear-gradient(93deg, #1e4bbd, #19aae8), linear-gradient(#d8d8d8, #d8d8d8);
- }
- .title_top_box_left{
- width: 400px;
- height: 90px;
- margin-left: 30px;
- display: inline-block;
-
-
- }
- .title_top_box_left img{
- margin-top: 20px;
- }
- .title_top_box_right{
- width: 500px;
- height: 90px;
- display: inline-block;
- text-align: right;
- vertical-align: top;
- float: right;
- }
- .title_top_box_span1{
- display: inline-block;
- width: 300px;
- height: 40px;
- color: #fff;
- font-family: "微软雅黑";
- font-size: 20px;
- margin-top: 40px;
- vertical-align: top;
- margin-right: 20px;
- }
- .title_top_box_span2{
- display: inline-block;
- width: 85px;
- height: 35px;
- color: #fff;
- font-family: "微软雅黑";
- font-size: 18px;
- border: 2px solid #fff;
- border-radius: 20px;
- text-align: center;
- margin-right: 50px;
- margin-top: 31px;
- line-height: 30px;
- cursor: pointer;
- }
|