• html网站-关于发展历程的案例


    一、案例一

    1.效果图:

    在这里插入图片描述

    2.代码:

    所用到的文件自行在官网下载,也可在git上拉取。

    DOCTYPE html>
    <html>
    	<head>
    		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    		<meta charset="UTF-8" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    		<title>发展历程title>
    		<script type="text/javascript" src="static/js/jquery.js">script>
    		<link rel="stylesheet" href="static/css/swiper-bundle.min.css">
    		<script src="static/js/swiper.min.js">script>
    		<meta name="author" content="" />
    		<meta name="keywords" content="" />
    		<meta name="description" content="" />
    		<style>
    			* {
    				padding: 0;
    				margin: 0;
    				box-sizing: border-box;
    			}
    
    			ul li {
    				list-style: none;
    			}
    
    			a {
    				text-decoration: none;
    			}
    
    			body {
    				position: relative;
    				width: 100%;
    				margin: 0 auto;
    				min-width: 1200px;
    				overflow-x: hidden;
    			}
    
    			.w1280 {
    				width: 1280px;
    				margin: auto;
    			}
    
    			.historyCon .h3 {
    				font-size: 24px;
    				color: #333333;
    				line-height: 1;
    				margin-bottom: 13px;
    				margin-top: 40px;
    			}
    
    			.historyCon .h4 {
    				color: #666;
    				line-height: 28px;
    				font-size: 14px;
    				margin-bottom: 33px;
    			}
    
    			.historyCon {
    				position: relative;
    				padding-top: 62px;
    				padding-left: 40px;
    				padding-right: 40px;
    				padding-bottom: 40px;
    				height: 610px;
    				overflow: hidden;
    				background: #fff;
    				border: 1px solid;
    			}
    
    			.historyCon:after {
    				content: '';
    				position: absolute;
    				top: 50%;
    				margin-top: -3.5px;
    				left: 0;
    				right: 0;
    				margin: 0 auto;
    				width: 1198px;
    				height: 7px;
    				background: url('static/images/ti.png') no-repeat center;
    			}
    
    			.historyCon .ul {
    				height: 100%;
    			}
    
    			.historyCon .ul .swiper-slide {
    				overflow: hidden;
    			}
    
    			.historyCon .ul .li .ti {
    				padding-left: 25px;
    				font-size: 20px;
    				color: #333333;
    				font-weight: 800;
    				line-height: 1;
    				margin-bottom: 8px;
    			}
    
    			.historyCon .ul .li p {
    				padding-left: 25px;
    				color: #666666;
    				font-size: 14px;
    				line-height: 22px;
    				margin-bottom: 28px;
    			}
    
    			.historyCon .ul .li .img {
    				position: absolute;
    				bottom: 0;
    				padding-left: 25px;
    				width: 221px;
    				height: 116px;
    				overflow: hidden;
    			}
    
    			.historyCon .ul .li {
    				position: relative;
    				height: 200px;
    				z-index: 9;
    				margin-left: 10px;
    			}
    
    			.historyCon .ul .li:after {
    				content: '';
    				position: absolute;
    				left: 0;
    				top: 0;
    				width: 17px;
    				height: 237px;
    			}
    
    			.historyCon .ul .li:nth-child(odd) {
    				bottom: -21px;
    			}
    
    			.historyCon .ul .li:nth-child(even) {
    				bottom: -41px;
    				left: 290px;
    				padding-top: 40px;
    				height: 267px;
    			}
    
    			.historyCon .ul .li:nth-child(even):after {
    				height: 270px;
    				background: url('static/images/t2.png') no-repeat center;
    			}
    
    			.historyCon .ul .li:nth-child(odd):after {
    				background: url('static/images/t1.png') no-repeat center;
    			}
    
    			.historyCon .btn {
    				width: 130px;
    				position: absolute;
    				top: 50px;
    				right: 40px;
    				height: 18px;
    			}
    
    			.historyCon .btn .swiper-button-next,
    			.historyCon .btn .swiper-button-prev {
    				top: 0;
    				margin-top: 0;
    				width: 58px;
    				height: 58px;
    				transition: all .7s;
    			}
    
    			.historyCon .btn .swiper-button-prev {
    				left: 0;
    				background: url('static/images/prev.png') no-repeat center;
    				background-size: cover;
    			}
    
    			.historyCon .btn .swiper-button-prev:hover {
    				background-image: url('static/images/prev2.png');
    			}
    
    			.historyCon .btn .swiper-button-next {
    				right: 0;
    				background: url('static/images/next.png') no-repeat center;
    				background-size: cover;
    			}
    
    			.historyCon .btn .swiper-button-next:hover {
    				background-image: url('static/images/next2.png');
    			}
    
    			.historyCon .swiper-button-next:after {
    				right: 25px;
    			}
    
    			.historyCon .swiper-button-prev:after {
    				left: 25px;
    			}
    
    			.historyCon .swiper-button-next:after,
    			.historyCon .swiper-button-prev:after {
    				position: absolute;
    				content: '' !important;
    				font-family: auto !important;
    				width: 0px;
    				height: 2px;
    				transition: all .7s;
    			}
    		style>
    	head>
    
    	<body>
    		<div class="historyCon w1280">
    			<div class="swiper mySwiper ul">
    				<div class="swiper-wrapper">
    					<div class='swiper-slide'>
    						<div class='li'>
    							<div class='ti'>1988起点div>
    							<p>正式注册营业,运营管理金地工业区。p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    						<div class='li'>
    							<div class='ti'>2004标杆div>
    							<p>全国城市更新文创园标杆项目上海8号桥开业p>
    
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    					div>
    					<div class='swiper-slide'>
    						<div class='li'>
    							<div class='ti'>2010远见div>
    							<p>加大产业投资力度,珠海金地门道面市。p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    						<div class='li'>
    							<div class='ti'>2012起航div>
    							<p>收购香港上市公司(535.HK),<br />运营金地威新软件科技园 ,<br />2013年公司正式更名为金地商置。p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    					div>
    					<div class='swiper-slide'>
    						<div class='li'>
    							<div class='ti'>2014外拓div>
    							<p>金地进入美国市场p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    						<div class='li'>
    							<div class='ti'>2015前瞻div>
    							<p>股权投资部成立战略投资潜力企业p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    					div>
    					<div class='swiper-slide'>
    						<div class='li'>
    							<div class='ti'>2016深耕div>
    							<p>金地威新产业公司成立p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    						<div class='li'>
    							<div class='ti'>2020胸怀div>
    							<p>首个孵化器金地Alpha Bay成立p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    					div>
    					<div class='swiper-slide'>
    						<div class='li'>
    							<div class='ti'>2021快车道div>
    							<p>首进行业Top5实现全国化布局:华北、华东、华南、华中、西部、东北。p>
    							<div class='img'><img src="static/images/bg3.jpg" alt=''>div>
    						div>
    					div>
    				div>
    			div>
    			<div class="btn">
    				<div class="swiper-button-next">div>
    				<div class="swiper-button-prev">div>
    			div>
    			<script>
    				$(function() {
    					var swiper = new Swiper(".mySwiper", {
    						slidesPerView: 2,
    						prevButton: '.swiper-button-prev',
    						nextButton: '.swiper-button-next',
    						autoplay: 3000,
    					});
    				})
    			script>
    		div>
    
    	body>
    html>
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    3.所用到的图标:

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

    二、案例二

    1.效果图:

    在这里插入图片描述

    2.代码:

    所用到的文件自行在官网下载,也可在git上拉取。

    DOCTYPE html>
    <html>
    	<head>
    		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    		<meta http-equiv="content-language" content="zh-CN" />
    		<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
    		<meta name="apple-mobile-web-app-capable" content="yes" />
    		<meta name="apple-mobile-web-app-status-bar-style" content="black" />
    		<meta name="format-detection" content="telephone=no" />
    		<meta name="Keywords" content="" />
    		<meta name="Description" content="" />
    		<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
    		<title>发展历程title>
    		<script src="static/js/jquery-1.11.3.js" type="text/javascript" charset="utf-8">script>
    		<script src="static/js/slick.js" type="text/javascript" charset="utf-8">script>
    		<style>
    			.fl {
    				float: left;
    			}
    
    			.fr {
    				float: right;
    			}
    
    			.l,
    			.r {
    				width: 50%;
    			}
    
    			.history_con_box {
    				position: relative;
    				width: 100%;
    				margin: 0 auto;
    				box-sizing: border-box;
    				padding: 0 8.9%;
    			}
    
    			.history_con {
    				position: relative;
    				box-sizing: border-box;
    				padding: 0 9.2vw
    			}
    
    			.history_con .leftbtn,
    			.history_con .rightbtn {
    				width: 2.761vw;
    				cursor: pointer !important;
    				position: absolute;
    				top: 34px;
    				z-index: 999;
    			}
    
    			.history_con .leftbtn {
    				left: 7%;
    			}
    
    			.history_con .leftbtn_hover,
    			.history_con .rightbtn_hover {
    				transition: 0.5s;
    				opacity: 0;
    			}
    
    			.history_con .rightbtn {
    				right: 7%;
    			}
    
    			.history_con .timeline {
    				width: 100%;
    				height: 2px;
    				background: #eee;
    				position: absolute;
    				top: 108px;
    				left: 0;
    				z-index: 1;
    			}
    
    			.history_con .time {
    				font-size: 16px;
    
    				width: 100%;
    
    				color: #666;
    			}
    
    			.history_con .time .item {
    				text-align: center;
    				color: #333;
    				font-weight: bold;
    				font-size: 16px;
    				transform: translateY(60px);
    				position: relative;
    
    				-webkit-transition: all .3s ease-out 0s;
    				-moz-transition: all .3s ease-out 0s;
    				-ms-transition: all .3s ease-out 0s;
    				-o-transition: all .3s ease-out 0s;
    				transition: all .3s ease-out 0s;
    			}
    
    			.history_con .time .item::after {
    				position: absolute;
    				bottom: -29px;
    				left: 50%;
    				width: 6px;
    				height: 6px;
    				background: #333;
    				border-radius: 50%;
    				content: '';
    
    			}
    
    			.history_con .time .item.slick-current::after {
    				position: absolute;
    				bottom: -26px;
    				left: 50%;
    				width: 6px;
    				height: 6px;
    				background: #333;
    				border-radius: 50%;
    				content: '';
    				transform: translateX(-50%);
    
    			}
    
    			.history_con .time .item.slick-current::before {
    				position: absolute;
    				bottom: -44px;
    				left: 50%;
    				width: 42px;
    				height: 42px;
    				background: #fff;
    				border-radius: 50%;
    				content: '';
    				box-shadow: 0 0 10px rgba(214, 214, 214, .35);
    				transform: translateX(-50%);
    			}
    
    			.history_con .time .item.slick-current {
    				font-size: 48px;
    				font-family: Microsoft YaHei UI;
    				font-weight: bold;
    				color: #F18870;
    				transform: translateY(0);
    				padding-bottom: 16px;
    			}
    
    			.history_con .time .slick-list {
    				padding-bottom: 25px !important;
    			}
    
    			.history_con .time .item.slick-current::after {
    				opacity: 1;
    			}
    
    			.history_con .timecontent p {
    				font-size: 16px;
    				line-height: 2.25;
    				color: #666;
    			}
    
    			.history_con .slick-prev {
    				left: 0;
    				background: url('../imgs/icon_go@2x.png') no-repeat;
    				background-size: 100% 100%;
    				width: 53px;
    				height: 53px;
    				top: 96px;
    				cursor: pointer;
    				z-index: 99;
    				transform: rotate(-180deg);
    				opacity: 1;
    			}
    
    			.history_con .slick-next {
    				right: 0;
    				width: 53px;
    				height: 53px;
    				background: url('../imgs/icon_go@2x.png') no-repeat;
    				background-size: 100% 100%;
    				top: 96px;
    				cursor: pointer;
    				z-index: 10;
    				/* background-size: cover; */
    			}
    
    			.history_con .hisbg {
    				height: 300px;
    				margin-top: 73px;
    
    				background: url(../images/hisbg.jpg) no-repeat center;
    			}
    
    			.history_con .time .slick-list {
    				height: 130px;
    				position: relative;
    				z-index: 10;
    			}
    
    			.itemfl {
    				width: 50%;
    				border-right: 1px solid #eee;
    				padding-top: 60px;
    				padding-bottom: 130px;
    				box-sizing: border-box;
    			}
    
    
    			.itemfr {
    				width: 50%;
    				padding: 6.35vw 3.4vw 4vw;
    				box-sizing: border-box;
    			}
    
    			.itemfl img {
    				width: 23.959vw;
    				display: block;
    				margin: auto;
    			}
    
    			.itemfr p {
    				font-size: 16px;
    				font-family: Microsoft YaHei UI;
    				font-weight: 400;
    				color: #666666;
    				line-height: 18px;
    			}
    
    
    
    			.ib {
    				display: inline-block;
    
    				vertical-align: middle;
    			}
    
    			.imgdiv img,
    			.tra0_3,
    			.imgk img {
    				-webkit-transition: all .3s ease-out 0s;
    				-moz-transition: all .3s ease-out 0s;
    				-ms-transition: all .3s ease-out 0s;
    				-o-transition: all .3s ease-out 0s;
    				transition: all .3s ease-out 0s;
    			}
    
    			.tra1 {
    				-webkit-transition: all 1s ease-out 0s;
    				-moz-transition: all 1s ease-out 0s;
    				-ms-transition: all 1s ease-out 0s;
    				-o-transition: all 1s ease-out 0s;
    				transition: all 1s ease-out 0s;
    			}
    
    			.dimgdiv img:last-of-type {
    				display: none;
    			}
    
    			.dimgdiv:hover img:first-of-type {
    				display: none;
    			}
    
    			.dimgdiv:hover img:last-of-type {
    				display: inline;
    			}
    
    			.disnone {
    				display: none !important;
    			}
    
    			.clearfix::after {
    				display: block;
    				clear: both;
    
    				height: 0;
    
    				content: ' ';
    			}
    
    			.clearfix {
    				zoom: 1;
    			}
    
    			.cp {
    				cursor: pointer;
    			}
    
    			.fb {
    				font-weight: bold;
    			}
    
    			.fl {
    				float: left;
    			}
    
    			.fr {
    				float: right;
    			}
    
    			.l,
    			.r {
    				width: 50%;
    			}
    
    			.c_333 {
    				color: #333;
    			}
    
    			.c_666 {
    				color: #666;
    			}
    
    			.c_999 {
    				color: #999;
    			}
    
    			.c_w {
    				color: #fff;
    			}
    
    			.bg_w {
    				background: #fff;
    			}
    
    			.c_b {
    				color: #000;
    			}
    
    			.bg_b {
    				background: #000;
    			}
    
    			.img_d {
    				display: none;
    			}
    
    			.img_dd {
    				display: none !important;
    			}
    
    			.hm {
    				height: 100%;
    			}
    
    			.tn {
    				-webkit-transform: none;
    				-moz-transform: none;
    				-ms-transform: none;
    				-o-transform: none;
    				transform: none;
    			}
    
    			.t50 {
    				-webkit-transform: translate(-50%, -50%);
    				-moz-transform: translate(-50%, -50%);
    				-ms-transform: translate(-50%, -50%);
    				-o-transform: translate(-50%, -50%);
    				transform: translate(-50%, -50%);
    			}
    
    			.tx50 {
    				-webkit-transform: translateX(-50%);
    				-moz-transform: translateX(-50%);
    				-ms-transform: translateX(-50%);
    				-o-transform: translateX(-50%);
    				transform: translateX(-50%);
    			}
    
    			.ty50 {
    				-webkit-transform: translateY(-50%);
    				-moz-transform: translateY(-50%);
    				-ms-transform: translateY(-50%);
    				-o-transform: translateY(-50%);
    				transform: translateY(-50%);
    			}
    
    			.tac {
    				text-align: center;
    			}
    
    			.tal {
    				text-align: left;
    			}
    
    			.tar {
    				text-align: right;
    			}
    
    			.tablediv {
    				display: table;
    			}
    
    			.tr {
    				display: table-row;
    			}
    
    			.td {
    				display: table-cell;
    			}
    
    			.imgdiv {
    				overflow: hidden;
    			}
    
    			/* v1.4 2019.6.28  gary*/
    			/*slick 修整*/
    			.slick-track .slick-slide {
    				display: block !important;
    			}
    
    			/*分享修改*/
    			.bsBox,
    			#bsPanel div,
    			#bsMorePanel div,
    			#bshareF div {
    				box-sizing: content-box;
    			}
    
    			.bsTop span {
    				line-height: 24px !important;
    			}
    
    			#bsPanel {
    				margin-left: 20px !important;
    			}
    
    			/*编辑器图片和p默认样式处理*/
    			.yxedr_active img {
    				max-width: 100% !important;
    				height: auto !important;
    			}
    
    			.yxedr_active p {
    				font-size: 16px;
    				line-height: 1.75;
    				color: #666;
    			}
    
    			/* Slider */
    			.slick-slider {
    				position: relative;
    
    				display: block;
    
    				-webkit-user-select: none;
    				-moz-user-select: none;
    				-ms-user-select: none;
    				user-select: none;
    
    				-webkit-touch-callout: none;
    				-khtml-user-select: none;
    				-ms-touch-action: pan-y;
    				touch-action: pan-y;
    				-webkit-tap-highlight-color: transparent;
    			}
    
    			.slick-list {
    				position: relative;
    
    				display: block;
    				overflow: hidden;
    
    				margin: 0;
    				padding: 0;
    			}
    
    			.slick-list:focus {
    				outline: none;
    			}
    
    			.slick-list.dragging {
    				cursor: pointer;
    				cursor: hand;
    			}
    
    			.slick-slider .slick-track,
    			.slick-slider .slick-list {
    				-webkit-transform: translate3d(0, 0, 0);
    				-moz-transform: translate3d(0, 0, 0);
    				-ms-transform: translate3d(0, 0, 0);
    				-o-transform: translate3d(0, 0, 0);
    				transform: translate3d(0, 0, 0);
    			}
    
    			.slick-track {
    				position: relative;
    				top: 0;
    				left: 0;
    
    				display: block;
    			}
    
    			.slick-track:before,
    			.slick-track:after {
    				display: table;
    
    				content: '';
    			}
    
    			.slick-track:after {
    				clear: both;
    			}
    
    			.slick-loading .slick-track {
    				visibility: hidden;
    			}
    
    			.slick-slide {
    				display: none;
    				float: left;
    
    				height: 100%;
    				min-height: 1px;
    
    				outline: none;
    			}
    
    			[dir='rtl'] .slick-slide {
    				float: right;
    			}
    
    			.slick-slide.slick-loading img {
    				display: none;
    			}
    
    			.slick-slide.dragging img {
    				pointer-events: none;
    			}
    
    			.slick-initialized .slick-slide {
    				display: block;
    			}
    
    			.slick-loading .slick-slide {
    				visibility: hidden;
    			}
    
    			.slick-vertical .slick-slide {
    				display: block;
    
    				height: auto;
    
    				border: 1px solid transparent;
    			}
    
    			.slick-arrow.slick-hidden {
    				display: none;
    			}
    		style>
    	head>
    
    	<body>
    		<div class="history_con_box">
    			<div class="history_con">
    				<div class="time">
    					<div class="item text-center">2014div>
    					<div class="item text-center">2015div>
    					<div class="item text-center">2017div>
    					<div class="item text-center">2018div>
    					<div class="item text-center">2019div>
    					<div class="item text-center">2021div>
    					<div class="item text-center">2022div>
    				div>
    
    				
    				<div class="leftbox">
    					<img class="leftbtn leftbtn_before slick-arrow" src="static/imgs/right.png"
    						style="transform: rotate(180deg);">
    					<img class="leftbtn leftbtn_hover slick-arrow" src="static/imgs/left.png"> 
    				div>
    
    				
    				<div class="rightbox">
    					<img class="rightbtn right_before slick-arrow" src="static/imgs/right.png">
    					<img class="rightbtn rightbtn_hover slick-arrow" src="static/imgs/left.png"
    						style="transform: rotate(180deg);">
    				div>
    
    				<script>
    					$(function() {
    						//左按钮
    						$('.leftbox').mouseover(function() {
    							$('.leftbtn_hover').css('opacity', '1')
    							$('.leftbtn_before').css('opacity', '0')
    						}).mouseout(function() {
    							$('.leftbtn_hover').css('opacity', '0')
    							$('.leftbtn_before').css('opacity', '1')
    						})
    						//右按钮
    						$('.rightbox').mouseover(function() {
    							$('.rightbtn_hover').css('opacity', '1')
    							$('.right_before').css('opacity', '0')
    						}).mouseout(function() {
    							$('.rightbtn_hover').css('opacity', '0')
    							$('.right_before').css('opacity', '1')
    						})
    					})
    				script>
    
    				<div class="timeline">div>
    				<div class="timecontent">
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2014年8月 青岛分公司成立;p>
    						div>
    					div>
    
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2015年年初,第一家技术研发中心;<br />
    								2015年年初,济宁板房成立;<br />
    								2015年9月份成立英国伦敦办事处;p>
    						div>
    					div>
    
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2017年1月成立汶上县鸿瑞轩服饰有限公司;<br />
    								2017年4月成立上海办事处;<br />
    								2017年7月公司总部迁址于济南高新区汉峪金谷;p>
    						div>
    					div>
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2018年6月成立平阴产品研发中心;p>
    						div>
    					div>
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2019年1月成立汶上县鸿天服饰有限公司;<br />
    								2019年9月成立汶上县鸿天服饰有限公司白石分公司;p>
    						div>
    					div>
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2021年7月在青岛成立产品研发中心;<br />
    								2021年7月成立汶上县鸿丰服饰有限公司、汶上县鸿兴服饰有限公司;<br />
    								2021年11月成立印花公司——汶上县鸿盛服饰有限公司;p>
    						div>
    					div>
    
    					<div class="item clearfix">
    						<div class="itemfl fl">
    							<img src="static/imgs/image_history@2x.png" alt="">
    						div>
    						<div class="itemfr fl">
    							<p>2022年12月成立巨野县鸿天服饰有限公司。p>
    						div>
    					div>
    
    				div>
    			div>
    			<script>
    				$(function() {
    
    					// 发展历程
    					//时间
    					$(".time").slick({
    						autoplay: false,
    						arrows: true,
    						dots: false,
    						centerMode: true,
    						centerPadding: "0px",
    						autoplaySpeed: 4000,
    						slidesToShow: 5,
    						touchMove: true,
    						asNavFor: ".timecontent",
    						focusOnSelect: true,
    						prevArrow: $('.history_con .leftbtn'), //左箭头
    						nextArrow: $('.history_con .rightbtn'), //右箭头
    						responsive: [{
    								breakpoint: 768,
    								settings: {
    									slidesToShow: 3,
    									slidesToScroll: 1
    								}
    							},
    
    						]
    					});
    					// 事件详情
    					$(".timecontent").slick({
    						autoplay: false,
    						arrows: false,
    						dots: false,
    						centerPadding: "0px",
    						autoplaySpeed: 4000,
    						slidesToShow: 1,
    						asNavFor: ".time",
    					});
    				});
    			script>
    		div>
    
    	body>
    html>
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365
    • 366
    • 367
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 376
    • 377
    • 378
    • 379
    • 380
    • 381
    • 382
    • 383
    • 384
    • 385
    • 386
    • 387
    • 388
    • 389
    • 390
    • 391
    • 392
    • 393
    • 394
    • 395
    • 396
    • 397
    • 398
    • 399
    • 400
    • 401
    • 402
    • 403
    • 404
    • 405
    • 406
    • 407
    • 408
    • 409
    • 410
    • 411
    • 412
    • 413
    • 414
    • 415
    • 416
    • 417
    • 418
    • 419
    • 420
    • 421
    • 422
    • 423
    • 424
    • 425
    • 426
    • 427
    • 428
    • 429
    • 430
    • 431
    • 432
    • 433
    • 434
    • 435
    • 436
    • 437
    • 438
    • 439
    • 440
    • 441
    • 442
    • 443
    • 444
    • 445
    • 446
    • 447
    • 448
    • 449
    • 450
    • 451
    • 452
    • 453
    • 454
    • 455
    • 456
    • 457
    • 458
    • 459
    • 460
    • 461
    • 462
    • 463
    • 464
    • 465
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • 472
    • 473
    • 474
    • 475
    • 476
    • 477
    • 478
    • 479
    • 480
    • 481
    • 482
    • 483
    • 484
    • 485
    • 486
    • 487
    • 488
    • 489
    • 490
    • 491
    • 492
    • 493
    • 494
    • 495
    • 496
    • 497
    • 498
    • 499
    • 500
    • 501
    • 502
    • 503
    • 504
    • 505
    • 506
    • 507
    • 508
    • 509
    • 510
    • 511
    • 512
    • 513
    • 514
    • 515
    • 516
    • 517
    • 518
    • 519
    • 520
    • 521
    • 522
    • 523
    • 524
    • 525
    • 526
    • 527
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • 535
    • 536
    • 537
    • 538
    • 539
    • 540
    • 541
    • 542
    • 543
    • 544
    • 545
    • 546
    • 547
    • 548
    • 549
    • 550
    • 551
    • 552
    • 553
    • 554
    • 555
    • 556
    • 557
    • 558
    • 559
    • 560
    • 561
    • 562
    • 563
    • 564
    • 565
    • 566
    • 567
    • 568
    • 569
    • 570
    • 571
    • 572
    • 573
    • 574
    • 575
    • 576
    • 577
    • 578
    • 579
    • 580
    • 581
    • 582
    • 583
    • 584
    • 585
    • 586
    • 587
    • 588
    • 589
    • 590
    • 591
    • 592
    • 593
    • 594
    • 595
    • 596
    • 597
    • 598
    • 599
    • 600
    • 601
    • 602
    • 603
    • 604
    • 605
    • 606
    • 607
    • 608
    • 609
    • 610
    • 611
    • 612
    • 613
    • 614
    • 615
    • 616
    • 617
    • 618
    • 619
    • 620
    • 621
    • 622
    • 623
    • 624
    • 625
    • 626
    • 627
    • 628
    • 629
    • 630
    • 631
    • 632
    • 633
    • 634
    • 635
    • 636
    • 637
    • 638
    • 639
    • 640
    • 641
    • 642
    • 643
    • 644
    • 645
    • 646
    • 647
    • 648
    • 649
    • 650
    • 651
    • 652
    • 653
    • 654
    • 655
    • 656
    • 657
    • 658
    • 659
    • 660
    • 661
    • 662
    • 663
    • 664
    • 665
    • 666
    • 667
    • 668
    • 669
    • 670
    • 671
    • 672
    • 673
    • 674
    • 675
    • 676
    • 677
    • 678
    • 679
    • 680
    • 681
    • 682
    • 683
    • 684
    • 685
    • 686
    • 687
    • 688
    • 689
    • 690
    • 691
    • 692
    • 693
    • 694
    • 695
    • 696
    • 697
    • 698
    • 699
    • 700
    • 701
    • 702
    • 703
    • 704
    • 705
    • 706
    • 707
    • 708
    • 709
    • 710
    • 711
    • 712
    • 713
    3.所用到的图标:

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

  • 相关阅读:
    初识vue.route
    vector+算法sort与list+sort的效率比较,容易写错的地方原因探析
    高级性能测试系列《18.csv数据文件设置:遇到文件结束符再次循环?遇到文件结束符停止线程?线程共享模式。》...
    算法与数据结构 - 栈详解
    【Linux】压缩和解压指令
    React整理总结(二、组件化开发)
    弘辽科技:无货源网店怎么提升销量?注意什么?
    外贸人必备!最全英语口语汇总
    养狗日记-计算机网页设计与制作(大作业报告格式)
    c#基础逻辑练习案例
  • 原文地址:https://blog.csdn.net/weixin_48596030/article/details/134551727