index.less 1.61 KB
@import "icon";
.indexPage{
	background-color: #f8f8f8;
	overflow: hidden;
	.banner {
	    height: 195px;
	    position: relative;
	    overflow: hidden;
	    font-size: 0;
	    a {
	        display: block;
	        width: 100%;
	        height: 100%;
	    }
	    img {
	        display: inline-block;
	        width: 100%;
	        height: 100%;
	        float: left;
	    }
	    .swiper-container {
	        height: 100%;
	    }
	}

	.menu{
		padding: 5px;
		li{
			width: 50%;
			padding: 5px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			a{
				display: block;
				text-align: center;
				position: relative;
				overflow: hidden;
			}
		}
		// .m-icon{
		// 	-webkit-transition: all .3s ease-in-out;
		// 	-o-transition: all .3s ease-in-out;
		// 	transition: all .3s ease-in-out;
		// }
		.start{
			float: left;
			a{
				height: 175px;
				background-color: #1c69a3;
				&:active{
					background-color: #165482;
					.icon-home_jiedan{
						.icon-home_jiedan_H;
					}
				}
			}
		}

		.list{
			float: right;
			a{
				height: 115px;
				background-color: #f4aa00;
				&:active{
					background-color: #c38800;
					.icon-home_yundan{
						.icon-home_yundan_H;
					}
				}
			}
		}

		.service{
			float: left;
			a{
				height: 55px;
				background-color: #53aed7;
				&:active{
					background-color: #428bac;
					.icon-home_kefu{
						.icon-home_kefu_H;
					}
				}
			}
		}

		.home{
			float: right;
			a{
				height: 115px;
				background-color: #f47163;
				&:active{
					background-color: #c35a4f;
					.icon-home_wo{
						.icon-home_wo_H;
					}
				}
			}
		}
	}
}