123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- /* ���岼�� */
- body{
- /*font:14px "宋体",Arial,Helvetica,sans-serif;*/
- /*font-family: FZY3JW--GB1-0;*/
- font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
- src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
- color:#A1A1A1;
- margin:0;
- padding:0;
- /* background-image:linear-gradient(to top,#282828 0,#101010 100%); */
- min-width: 1280px;
- background: #F8F9FD;
- }
- ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{
- margin:0;
- padding:0;
- list-style:none;
- }
- .lf{float:left;}
- .rt{float:right;}
- .clear{clear:both;}
- img{
- /*width:1920px;*/
- /*height:568px;*/
- vertical-align:bottom;
- }
- a{
- color:#9A9A96;
- text-decoration:none;
- }
- a:hover{
- color:#D9D9D9;
- text-decoration:none;
- }
- /*���岼��*/
- .dynamics_promotion{
- width: 80%;
- height: 370px;
- margin: 0 auto;
- /*background: yellow;*/
- overflow: hidden;
- }
- .dynamics_promotion div{
- width: 18%;
- height: 85%;
- margin-right: 2.5%;
- margin-top: 30px;
- float: left;
- position: relative;
- overflow: hidden;
- /*background: royalblue;*/
- }
- .dynamics_promotion div:last-child{
- margin-right: 0;
- }
- .dynamics_promotion div a img{
- /*width: 300px;*/
- /*height: 300px; */
- width: 100%;
- height: 100%;
- border-radius: 8px;
- overflow: hidden;
- position: absolute;
- /*overflow: hidden;*/
- }
- .dynamics_promotion div a p{
- width: 100%;
- height: 35px;
- line-height: 35px;
- text-align: center;
- position: absolute;
- top: 90%;
- left: 0;
- /*color: #1A1A1A;*/
- color: #282828;
- /*background: #D1BF5B;*/
- background: #fff;
- border-bottom-left-radius: 8px;
- border-bottom-right-radius: 8px;
- opacity: .5;
- font-size: 14px;
- }
- /*.promotion .dynamics_promotion .promotion_img div{*/
- /*.promotion .dynamics_promotion .promotion_img article{*/
- /*width: 100%;*/
- /*height: 70%;*/
- /*!*background: red;*!*/
- /*border-radius: 8px;*/
- /*position: absolute;*/
- /*!*background: red;*!*/
- /*margin-right: 30px;*/
- /*float: left;*/
- /*}*/
- /*.dynamics_promotion .promotion_img div a img{*/
- .dynamics_promotion .promotion_img article a img{
- width: 100%;
- height: 90%;
- }
- /*.promotion_img div p{*/
- .promotion_img article p{
- width: 100%;
- height: 20px;
- text-align: center;
- position: absolute;
- top: 90%;
- left: 0;
- color: #4C5458;
- }
- .promotion_img{
- width: 80%;
- /*height: 560px;*/
- height: auto;
- margin: 0 auto;
- /*background: yellow;*/
- overflow: hidden;
- }
- /*.promotion_img div{*/
- .promotion_img article{
- /*width: 300px;*/
- /*height: 300px; */
- width: 18%;
- /*height: 48%;*/
- /*margin-right: 30px;*/
- margin-right: 2.5%;
- margin-bottom: 20px;
- float: left;
- position: relative;
- overflow: hidden;
- background: #fff;
- border-bottom-left-radius: 8px;
- border-bottom-right-radius: 8px;
- }
- .promotion_img article img{
- width: 100%;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
- /*.promotion_img div:nth-child(5),.promotion_img div:last-child{*/
- .promotion_img article:nth-child(5),.promotion_img article:last-child{
- margin-right: 0;
- }
- /*.promotion_img div a img{*/
- .promotion_img article a img{
- /*width: 100%;*/
- /*!*height: 90%;*!*/
- /*height: 88%;*/
- width: 100%;
- height: auto;
- /*border-radius: 8px;*/
- overflow: hidden;
- position: absolute;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- }
- /*.promotion_img div p {*/
- .promotion_img article p {
- width: 100%;
- /*height: 23px;*/
- height: 32px;
- line-height: 32px;
- text-align: center;
- position: absolute;
- /*top:90%;*/
- top: 83%;
- left: 0;
- color: #000;
- font-size: 16px;
- font-weight: bold;
- /*background: red;*/
- }
- .page_box{
- width: 80%;
- height: 30px;
- line-height: 30px;
- /*background: red;*/
- margin: 0 auto 80px;
- }
- .pagination{
- width: 600px;
- height: 30px;
- margin: 0 auto;
- /*background: yellow;*/
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- }
- .pagination li{
- float: left;
- cursor: pointer;
- box-sizing: border-box;
- border: 1px solid #aaa;
- text-align: center;
- width: 30px;
- height: 30px;
- color: #000;
- border-radius: 5px;
- }
- .pagination li a{
- display: block;
- width: 100%;
- height: 100%;
- color: #000;
- }
- .pagination .last+li{
- width: auto;
- }
- .pagination li:hover{
- background: #666FE8;
- }
- .pagination li:hover span{
- color: #fff;
- }
- .pagination li:hover a{
- color: #fff;
- }
- .pagination .first,.pagination .prev,.pagination .next,.pagination .last{
- width: auto;
- }
|