replyDetail.css 2.32 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
body {
	background: #F6F6FC;
	font-size: 0.32rem;
	color: #333333;
	overflow: scroll
}

.reply_content {
	width: 100%;
	background: #ffffff;
	padding: 0.32rem;
}

.reply_content_header img {
	width: 0.72rem;
	height: 0.72rem;
	float: left;
	border-radius: 50%;
}

.reply_content_info {
	float: left;
	margin-left: 0.24rem;
}

.reply_content_info .reply_content_username {
	font-family: PingFangSC;
	font-weight: 600;
	padding-bottom: 0.1rem;
}

.reply_content_info .reply_content_time {
	font-size: 0.24rem;
	color: #999999;
}

.reply_content_header .reply_content_btn {
	float: right;
}

.reply_content_btn img {
	width: 0.38rem;
	height: 0.38rem;
	margin-top: 0.1rem;
}

.reply_content_btn .reply_like_num {
	float: right;
	margin-top: 0.1rem;
	color: #999999;
	padding-left: 0.05rem;
}

.reply_content_desc {
	padding-top: 0.2rem;
	font-family: PingFangSC;
	font-weight: 400;
	line-height: 0.5rem;
}

.reply_list {
	background: #FFFFFF;
	margin-top: 0.2rem;
	padding-bottom:1.04rem;
}

.reply_list .reply_list_header {
	height: 0.94rem;
	line-height: 0.94rem;
	margin-left: 0.32rem;
}

.reply_list .reply_list_header .reply_list_header_title {
	font-family: PingFangSC;
	font-weight: 600;
}

.reply_list .reply_list_header .reply_list_header_num {
	color: #999999;
}

.reply_list_item {
	margin-left: 0.32rem;
	padding: 0.28rem 0.28rem 0.28rem 0rem;
	border-top: 0.01rem solid #F3F3F3;
}

.reply_list_item .reply_list_item_header img {
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	float: left;
}

.reply_list_item .reply_list_item_header .reply_user_name {
	font-family: PingFangSC;
	font-weight: 600;
	font-size: 0.36rem;
	margin-left: 0.16rem;
	float: left;
	margin-top: 0.05rem;
}

.reply_list_item_content {
	margin-top: 0.2rem;
	font-family: PingFangSC;
	font-weight: 400;
	color:#333;
	margin-left:0.8rem;
}
.reply_list_item_time{
	margin-left:0.8rem;
	margin-top:0.15rem;
	color:#999;
}
.footer_btn{
	width:100%;
	position:fixed;
	bottom:0;
	background:#F9F9F9;
	padding:0.16rem;
}
.footer_btn .reply_input{
	width:5.74rem;
	height:0.72rem;
	float:left;
	border-radius:0.08rem;
	border:none;
	padding-left:0.2rem;
	font-size:0.32rem;
}
.footer_btn .reply_btn{
	width:1.28rem;
	height:0.72rem;
	float:left;
	margin-left:0.16rem;
	background:#37D488;
	color:#ffffff;
	line-height:0.72rem;
	font-size:0.32rem;
	text-align:center;
	border-radius:0.1rem;
}