aboutUs.css 1.52 KB
Newer Older
张强 committed
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


/***暗锚 - 开始***/
.rightContent .one{
	position: relative;
}
.target-fix{
	position: absolute;
    top: -120px; 
    display: block;
    height: 0;
    overflow: hidden;
}
/***暗锚 - 结束***/

/***左侧菜单 - 开始***/
.leftMenu{
	width: 100%;
	z-index: 999;
}
.leftMenu a{
	display: block;
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background-color: #F6F6F6;
	border-bottom: 1px solid #FFF;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	border-left: 10px solid #F6F6F6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.leftMenu a:hover{
	color: #1da193;
	text-decoration: none;
}
.leftMenu a.active{
	border-left: 10px solid #1da193;
}

.content .dis p{
	margin-bottom: 30px;
	text-indent: 0;
	text-align: justify;
}
.content .dis p.smallT{
	margin-bottom: 0px;
	text-indent: 0;
	font-size: 20px;
	font-weight: 600;
}
.content .openMore{
	display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.leftMenu{
		display: none;
	}
}
@media (max-width: 767px){
	.leftMenu{
		display: none;
	}
	.content .dis p{
		margin-bottom: 16px;
	}
	.content .dis{
		max-height: 346px;
		overflow: hidden;
	}
	.content .one{
		padding-bottom: 80px;
		position: relative;
	}
	.content .openMore{
		display: block;
		position: absolute;
		bottom: 40px;
		right: 0;
		color: #1DA193;
	}
	.content .openMore span{
		margin-left: 5px;
		font-size: 12px;
	}
}
/***leftMenu - 结束***/