1、网页结果
首页
七彩云南页
旅游攻略页
用户页面
2、源代码
首页
- * {
- margin: 0;
- padding: 0;
- }
- .w {
- width: 1200px;
- margin: auto;
- }
- body {
- background-image: url("images/bj..png");
- background-position: center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- }
- a {
- text-decoration: none;
- }
- li {
- list-style: none;
- }
- .header {
- height: 52px;
- background-color: #3a8dea;
- margin: 30px auto;
- }
- .logo {
- float: left;
- width:200px ;
- height: 52px;
- background-color: lightpink;
- }
- .nav {
- float: left;
- margin-left: 90px;
- }
- .nav ul li {
- float:left;
- margin: 0 15px;
- }
- .nav ul li a {
- display: block;
- height:52px;
- padding: 0 10px;
- line-height: 52px;
- font-size: 20px;
- color: black;
- }
- .nav ul li a:hover {
- color: hotpink;
- background-color: lightpink;
- }
- .search {
- float: left;
- width: 312px;
- height: 52px;
- background-color: skyblue;
- margin-left: 50px;
- }
- .search input {
- float: left;
- width: 225px;
- height: 48px;
- border: 2px solid #00a4ff;
- border-right: 0;
- color: #bfbfbf;
- font-size: 18px;
- padding-left: 15px;
- }
- .search button {
- float:left;
- width: 70px;
- height: 52px;
- border: 0;
- background: url(images/sousuo.png);
- }
- .donghua {
- border-radius: 5px;
- width: 67.5%;
- height: 500px;
- overflow: hidden;
- margin: 10px 10px 20px 230px;
- }
- #photo {
- display: block;
- width: 5000px;
- height: 500px;
- animation: tp 10s linear infinite;
- }
- #photo img {
- float: left;
- width: 1000px;
- height: 100%;
- }
- @keyframes tp {
- 0%,10% {
- margin-left: 0;
- }
- 18%,35% {
- margin-left: -1000px;
- }
- 43%,60% {
- margin-left: -2000px;
- }
- 68%,85% {
- margin-left: -3000px;
- }
- 93%,100% {
- margin-left: -4000px;
- }
- }
- .zhuti {
- margin: 30px 100px 1px 100px;
- }
- #zhuti-left {
- float: left;
- padding: 5px;
- width: 400px;
- }
- #zhuti-left img:hover {
- transform: scale(1.1);
- }
- #zhuti-left a {
- text-decoration: none;
- color: rgb(64, 138, 236);
- }
- #zhuti-left a:hover {
- color: #ec59da;
- }
- #zhuti-left p {
- margin-top: 10px;
- letter-spacing: 2px;
- text-indent: 2em;
- line-height: 1.5em;
- }
- #zhuti-right {
- float: right;
- width: 800px;
- height: 438px;
- padding: 5px;
- margin-left: 30px;
- }
- #zhuti-right p {
- letter-spacing: 2px;
- text-indent: 2em;
- line-height: 1.5em;
- }
- #zhuti-right a {
- text-decoration: none;
- color: rgb(64, 138, 236);
- }
- #zhuti-right a:hover {
- color: #e348d1;
- }
- #zhuti-right div {
- margin: 10px 50px 0 50px;
- width: 600px;
- height: 250px;
- }
- #zhuti-right div img {
- width: 100%;
- height: 100%;
- }
- .lunbo {
- position: relative;
- width: 300px;
- height: 200px;
- }
- #lunbo_img {
- width: 100%;
- height: auto;
- }
- .overlay-btn {
- position: absolute;
- top: 85%;
- background-color: rgba(0, 0, 0, 0.5);
- color: white;
- border: none;
- padding: 10px 20px;
- cursor: pointer;
- z-index: 1;
- }
- #prevBtn {
- left: 2px;
- }
- #nextBtn {
- right: 2px;
- }
复制代码 七彩云南页
旅游攻略页
用户页
- * {
- margin: 0;
- padding: 0;
- }
- .w {
- width: 1200px;
- margin: auto;
- }
- body {
- background-image: url("images/bj..png");
- background-position: center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- }
- li {
- list-style: none;
- }
- a {
- text-decoration: none;
- }
- .header {
- height: 52px;
- background-color: #3a8dea;
- margin: 30px auto;
- }
- .logo {
- float: left;
- width:200px ;
- height: 52px;
- background-color: lightpink;
- }
- .nav {
- float: left;
- margin-left: 90px;
- }
- .nav ul li {
- float:left;
- margin: 0 15px;
- }
- .nav ul li a {
- display: block;
- height:52px;
- padding: 0 10px;
- line-height: 52px;
- font-size: 20px;
- color: black;
- }
- .nav ul li a:hover {
- color: hotpink;
- background-color: lightpink;
- }
- .search {
- float: left;
- width: 312px;
- height: 52px;
- background-color: skyblue;
- margin-left: 50px;
- }
- .search input {
- float: left;
- width: 225px;
- height: 48px;
- border: 2px solid #00a4ff;
- border-right: 0;
- color: #bfbfbf;
- font-size: 18px;
- padding-left: 15px;
- }
- .search button {
- float:left;
- width: 70px;
- height: 52px;
- border: 0;
- background: url(images/sousuo.png);
- }
- .demo {
- margin: 30px 200px 1px 450px;
- width: 600px;
- height: 700px;
- border-style: dotted;
- border-width: 2px;
- border-radius: 15px;
- border-color: #9799fa;
- background-image: url("images/dlzc.png");
- text-align: center;
- }
- td {
- padding: 10px;
- }
- td:hover {
- background-image: url("images/bj..png");
- }
- select {
- background: transparent;
- border-color: #00a4ff;
- border-style: dotted;
- border-width: 2px;
- border-radius: 15px;
- }
复制代码
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。 |