|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- /*公共主题参数*/
- :root{
- --color:'';
- --icon:'';
- --logo:'';
- /*--color:#e8041f;*/
- }
- .topBox{
- background: url("../images/head_bg.jpg");
- height: 200px;
- }
- .logoBox{
- color: #d60303;
- }
- .logoBox img{
- vertical-align: middle;
- margin-right: 10px;
- }
- .logoBox i{
- display: inline-block;
- margin-right: 10px;
- }
- .logoBox p{
- line-height: 1;
- }
- .logoBox p:nth-child(1){
- font-size: 60px;
- font-weight: bold;
- margin-bottom: 10px;
- }
- .logoBox p:nth-child(2){
- font-size: 14px;
- font-weight: bold;
- }
- .boxMain{
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- .loginBox{
- position: absolute;
- top: 50%;
- right: 0;
- transform: translateY(-50%);
- }
- .loginBox div{
- text-align: center;
- }
- .topTab{
- background: #1269d3;
- }
- .topTab ul li{
- float: left;
- padding: 10px 0px;
- font-size: 22px;
- width: 145px;
- text-align: center;
- }
- .topTab ul li a{
- color: #FFFFFF;
- }
- .topTab ul .active{
- background: #d60303;
- }
- .topTab ul li:hover{
- background: #d60303;
- cursor: pointer;
- }
- .topTab ul li i{
- width: 21px;
- height: 21px;
- display: inline-block;
- background: url("../images/icon_tapIndex.png");
- position: relative;
- top: 3px;
- margin-right: 5px;
- }
- .banner{
- width: 500px;
- height: 328px;
- }
- .bannerRight{
- width: 670px;
- }
- .bannerRight_title{
- border-bottom: 1px solid #c3d6ff;
- }
- .bannerRight_title input{
- border: 1px solid #a0c3ed;
- line-height: 35px;
- padding-left: 10px;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- float: left;
- border-right: none;
- }
- .bannerRight_title .release{
- background: #3976ff;
- line-height: 35px;
- display: block;
- border: 1px solid #3976ff;
- color: #FFFFFF;
- padding: 0 20px;
- border-radius: 5px;
- margin-left: 10%;
- }
- .bannerRight_title div a{
- background: #3976ff;
- line-height: 35px;
- display: block;
- float: left;
- border: 1px solid #3976ff;
- color: #FFFFFF;
- border-left: none;
- padding: 0 10px;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .red .bannerRight_title{
- border-bottom: 1px solid #f3b3b3;
- }
- .red .bannerRight_title p{
- color: #d60303!important;
- }
- .red .bannerRight_title p:nth-child(1){
- border-bottom: 4px solid #d60303!important;
- }
- .bannerRight_title p,.bannerRight_title a{
- font-size: 18px;
- color: #3976ff;
- padding: 10px 0;
- line-height: 1;
- }
- .bannerRight_title p:nth-child(1){
- font-size: 18px;
- font-weight: bold;
- border-bottom: 4px solid #3976ff;
- padding: 10px 5px;
- position: relative;
- top: 2px;
- }
- .bannerRight_title p:nth-child(2){
- cursor: pointer;
- }
- .bannerRight ul li{
- margin-top: 15px;
- }
- .bannerRight ul li i{
- width: 8px;
- height: 8px;
- background: #3976ff;
- border-radius: 50%;
- display: inline-block;
- margin-right: 8px;
- float: left;
- margin-top: 8px;
- }
- .bannerRight ul li p{
- width: 80%;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- word-break: break-all;
- overflow: hidden;
- color: #3f3f3f;
- font-size: 16px;
- float: left;
- }
- .bannerRight ul li a{
- color: #3976ff;
- float: right;
- margin-left: 5%;
- }
- .bannerRight ul li span{
- float: right;
- font-size: 16px;
- color: #666666;
- }
- .bannerRight ul li:hover p{
- color: #3976ff;
- cursor: pointer;
- }
- .bannerRight ul li:hover span{
- color: #3976ff;
- cursor: pointer;
- }
- .red ul li i{
- background: #d60303;
- }
- .red ul li:hover p{
- color: #d60303;
- cursor: pointer;
- }
- .red ul li:hover span{
- color: #d60303;
- cursor: pointer;
- }
- .bottomInformation{
- background: #1269d3;
- padding: 10px 0;
- font-size: 14px;
- color: #ffffff;
- text-align: center;
- width: 100%;
- }
- .bottomInformation i{
- display: inline-block;
- margin-right: 20px;
- }
- .breadcrumb{
- font-size: 17px;
- color: #3f3f3f;
- margin-bottom: 25px;
- margin-top: 35px;
- }
- .tabTap:hover{
- cursor: pointer;
- color: #1269d3;
- }
|