app-anchor-list.less 524 字节
Newer Older
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
.anchor {
	.anchor-list {
		padding-right: 10px;
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: -50%;
		text-align: center;
		.anchor-item {
			position: relative;
			margin-bottom: 10px;
		}
	}
	.main-list {
		.anchor-point {
			width: 100%;
			height: 30px;
			line-height: 30px;
			padding-left: 10px;
			color: #8a8a8a;
			background-color: #e8e8e8;
		}
		.detail {
			width: 100%;
			height: 40px;
			border-bottom: 1px solid #e8e8e8;
			padding-left: 10px;
			line-height: 40px;
			font-size: 14px;
		}
	}
}