123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- /* 搜索 */
- .indexSearch{
- width: 770px;
- height: 36px;
- margin: 37px auto 74px;
- }
- footer{
- display: none;
- }
- .indexSearch .search-inp{
- clear: both;
- width:640px;
- height: 36px;
- float: left;
- }
- .indexSearch>span{
- width: 140px;
- display: inline-block;
- height: 44px;
- text-align: center;
- color: #fff;
- background: #5cb85c;
- font-size: 16px;
- line-height: 44px;
- float: right;
- border-radius: 5px;
- cursor: pointer;
- margin-left:-20px;
- }
- .searchBtn{
- width: 60px;
- font-size: 18px;
- padding-top:3px;
- }
- .indexSearch .demandSearch{
- width: 530px;
- height: 44px;
- line-height: 34px;
- border-color: #bbd5e5;
- }
- .indexSearch .searchBtn{
- height: 44px;
- line-height: 22px;
- background: #1697e9;
- border: 1px solid #1697e9;
- color: #ffffff;
- }
- .indexSearch .searchBtn img{
- width: 35px;height: 35px;
- vertical-align: top
- }
- .indexSearch .search-inp .input-group{
- width: 530px;
- }
- /* 列表 */
- .pagination_box {
- width: 100%;
- line-height: 74px
- }
- .pagination_box nav {
- float: right;
- clear: both;
- }
- .pagination_box ul li a {
- color: #333
- }
- .pagination_box .pagination {
- float: right;
- margin-right: 20px;
- }
- .pagination_box .totalCount {
- float: right;
- line-height:84px;
- display: inline-block;
- margin-right: 15px;
- }
- .inp{
- float: right;
- }
- .pagination_box{
- display: none;
- }
- .list_none {
- width: 550px;
- height: 150px;
- background: url("../../../img/all_null.png") no-repeat;
- margin: 50px auto;
- }
- .inp{
- display: none;
- }
- .inp input{
- vertical-align:middle;
- width:40px;
- height: 32px;
- text-align: center;
- border-radius: 5px;
- border:1px solid #ccc;
- }
- .inp button{
- margin: 0 10px;
- width: 50px;
- }
- .search{
- width: 100%;
- height: 52px;
- line-height: 52px;
- background: #f9f9f9;
- }
- .pagination_box .pagePre a{
- margin-right: 10px
- }
- .pagination_box .pageNext a{
- margin-left: 10px;
- }
- /* 首页 */
- .adviserIndexList{
- margin-top: 80px;
- text-align: center;
- }
- .listHead{
- margin-bottom: 58px;
- }
- .listHead ul{
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- }
- .listHead ul li{
- width: 262px;
- height: 386px;
- position: relative;
- z-index: 10;
- border-radius: 15px;
- overflow: hidden;
- transition: all .2 ease-in-out;
- box-shadow: 0 0 2px #ccc;
- }
- .listHead ul li:hover {
- box-shadow: 0 0 20px #ccc;
- transition: all .2 ease-in;
- }
- .listHead ul li .bjImg{
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 11;
- top: 0;
- left: 0;
- border-radius: 15px;
- transition: all .5 ease-in;
- }
- .listHead ul li .bjImg img{
- width: 100%;
- display: inline-block;
- height: 100%;
- border: 0;
- }
- .listHead ul li .collectionNumber{
- position: absolute;
- width: 78px;
- height: 40px;
- background: #f5a07a;
- color:#ffffff;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- right:0;
- top: 23px;
- z-index: 12;
- border-radius: 20px 0 0 20px
- }
- .banner{
- width: 100%;
- }
- .banner img{
- width: 100%
- }
- .listHead ul li .collectionNumber img{
- margin-left:8px;
- display: inline-block;
- }
- .listHead ul li .mode{
- overflow: hidden;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 12;
- width: 100%;
- height: 172px;
- }
- .listHead ul li .mode>span{
- display: inline-block;
- width: 100%;
- height: 400px;
- opacity: .2;
- background: #000;
- transform: rotate(113deg);
- margin-top: 20px;
- }
- .listHead ul li .mode p{
- position: absolute;
- bottom: 24px;
- left: 22px;
- font-size: 24px;
- color: #ffffff;
-
- }
- .listHead ul li .mode p>span{
- display: inline-block;
- font-size:16px;
- color: #ffffff;
- margin-left: 12px;
- }
- /* mid */
- .listMid{
- overflow: hidden;
- }
- .listMid .listMidLeft{
- cursor: pointer;
- float: left;
- width: 575px;
- height: 386px;
- background: url('../../../img/newMenu/adviserMid.jpg') no-repeat;
- background-size:100% 100%;
- }
- .listMid .listMidRight{
- width: 575px;
- height: 386px;
- float: right;
- }
- .adviserIndexList>a{
- display: inline-block;
- width: 196px;
- height: 50px;
- line-height: 46px;
- border: 2px solid #1697e9;
- text-align: center;
- font-size: 24px;
- color: #40acff;
- border-radius: 8px;
- margin: 40px auto 26px;
- }
- .adviserIndexList>a:hover{
- background: #1697e9;
- color: #ffffff;
- }
- @media screen and (max-width:1200px){
- .banner{
- width: 1200px!important;
- margin: 0 auto;
- }
- }
|