sharePage.css 1.49 KB
Newer Older
hanpeng 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 92 93 94 95 96 97 98 99 100 101 102
body{
	font-size:0.32rem;
}
.content {
	width:100%;
	padding:0.2rem 0.2rem 0 0.2rem;
	background: rgba(248,247,253,1);
}
.bookInfo{
	width:7.1rem;
	height:3.3rem;
	padding:0.4rem 0.4rem 0.3rem 0.4rem;
	background:#fff;
	border-radius:0.16rem;
}
.leftInfo{
	float: left;
}
.rightInfo{
	float:left;
	width:4.4rem;
	margin-left:0.24rem;
}
.bookImg img{
	width:1.62rem;
	height:2.1rem;
	display:inline-block;
}
.hotInfo{
	position:relative;
}
.hotIcon{
	width:0.28rem;
	height:0.28rem;
	position:absolute;
	top:0.2rem;
}
.hotDesc{
	font-size:0.24rem;
	color:#fca508;
	display:inline-block;
	position:absolute;
	top:0.2rem;
	left:0.36rem;
}
.bookName{
	font-size:0.36rem;
	font-weight:600;
	color:#111;
}
.bookAuthor{
	font-size:0.28rem;
	color:#444;
	margin-top:0.16rem;
}
.bookDesc{
	font-size:0.28rem;
	color:#777;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
	margin-top:0.17rem;
}
.footer{
	background:#fff;
	height:1.2rem;
	position:fixed;
	bottom:0;
}
.getNow{
	width:7.18rem;
	margin:0.16rem;
	color:#fff;
	font-size:0.36rem;
	text-align: center;
	height:0.88rem;
	line-height:0.88rem;
	background: #51c6d0;
	
	border-radius:0.08rem;
}
.articleWrap{
	width:7.1rem;
	background:#fff;
	border-radius:0.16rem;
	padding:0.4rem;
	margin-top:0.2rem
}
.titleBar{
	font-size:0.36rem;
	font-weight:600;
	color:#111;
	margin-bottom:0.36rem;
}
.articleList p{
	height:0.92rem;
	color:#222;
	fonr-size:0.32rem;
	line-height:0.92rem;
	border-bottom:0.01rem solid #e0e0e0;
}