enjoyment.css 2.9 KB
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px "微软雅黑", "MicrosoftYaHei", HELVETICA;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #2d374b;
	text-decoration: none
}

em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

body {
	background: #3C3C94;
}

/*清除浮动*/
.clearfix::after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.show_main2 textarea {
	width: 100%;
	height: 120px;
	padding: 24px;
	border: 0;
	resize: none;
	margin-top: 40px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
}

.show_main2_bottom {
	line-height: 40px;
	margin-top: 20px;
}

.show_main2_bottom p {
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
}

.show_main2_btn {
	float: right;
	width: 111px;
	height: 42px;
	border: 0;
	cursor: pointer;
	background: rgba(9, 255, 142, 1);
	border-radius: 21px;
	font-size: 20px;
	color: rgba(26, 26, 26, 1);
	line-height: 42px;
	text-align: center;
}

.layui-laypage a,
.layui-laypage span {
	margin-right: 6px;
}

.show_main2_show_H {
	height: 352px;
	overflow: hidden;
}

.show_main2_show {
	width: 100%;
	background-color: white;
	margin-top: 40px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.show_comments_icon {
	width: 44px;
	float: left;
}

.show_main2_show ul li {
	margin: 0 30px 30px;
	cursor: pointer;
	padding-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #EBEBEB;
}

.show_comments_con {
	float: left;
	width: 1000px;
	margin-left: 24px;
}

.show_comments_con h1 {
	font-size: 18px;
	font-weight: bold;
	color: rgba(62, 228, 152, 1);
}

.show_comments_con h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 4px;
	color: rgba(102, 102, 102, 1);
}

.show_comments_con p {
	font-size: 14px;
	margin-top: 20px;
	color: rgba(153, 153, 153, 1);
}

.show_main_more {
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	color: rgba(62, 228, 152, 1);
}

.show_main2 {
	width: 1200px;
	margin: auto;
}

/* 侧边栏 */

.sidebar {
	position: fixed;
	top: 200px;
	right: 206px;
}

.collections,
.likes {
	width: 60px;
	padding: 15px 0;
	background: rgba(84, 84, 175, 1);
	border-radius: 4px;
	margin-bottom: 10px;
}

.collections img,
.likes img,
.wx_go img,
.wb_go img {
	width: 30px;
	display: block;
	margin: auto;
}

.wx_go {
	width: 60px;
	padding: 10px 0;
	margin-bottom: 10px;
	background: rgba(51, 194, 82, 1);
	border-radius: 4px;
}

.wb_go {
	width: 60px;
	padding: 10px 0;
	background: rgba(253, 99, 73, 1);
	border-radius: 4px;
}

.wx_go p,
.wb_go p {
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
}