@import '../common/variable';
html.pc {
.c-a008 {
padding: @padding_pc_1 0;
}
.c-a008__timeicon,
.c-a008__time,
.c-a008__viewicon,
.c-a008__view {
color: #B2B2B2;
font-size: 16px;
}
.c-a008__time {
margin-left: 8px;
}
.c-a008__viewicon {
margin-left: 30px;
}
.c-a008__view {
margin-left: 8px;
}
.c-a008__title {
color: #353535;
font-size: 22px;
font-weight: 500;
margin-top: 16px;
padding-bottom: 20px;
border-bottom: 1px solid #DCDCDC;
span {
float: right;
}
}
.c-a008__content {
padding: 20px 0;
img {
max-width: 100%;
}
// 统一写死大小和行高,兼容旧文章,规范下,等客户反馈
* {
font-size: 16px;
line-height: 2em;
}
}
.c-a008__tool {
padding: 30px 0;
border-top: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
}
.c-a008__pagename {
color: @theme_color_less;
// width: 70px;
font-size: 16px;
}
.c-a008__pagetitle {
color: #353535;
font-size: 16px;
}
.c-a008__changepage {
cursor: pointer;
&:hover {
* {
text-decoration: underline;
}
}
}
.c-a008__nextpage {
margin-top: 16px;
}
.c-a008__recommond {
margin-top: 30px;
}
.c-a008__retitle {
font-weight: 500;
color: #353535;
font-size: 20px;
}
.c-a008__list {
margin-top: 8px;
}
.c-a008__item {
margin-top: 12px;
a {
color: #353535;
font-size: 16px;
}
}
}
html.mobile {
.c-a008 {
padding: @padding_mobile_1 0;
}
.c-a008__timeicon,
.c-a008__time,
.c-a008__viewicon,
.c-a008__view {
color: #B2B2B2;
font-size: 0.2rem;
}
.c-a008__time {
margin-left: 0.12rem;
}
.c-a008__viewicon {
margin-left: 0.3rem;
}
.c-a008__view {
margin-left: 0.12rem;
}
.c-a008__title {
color: #353535;
font-size: 0.34rem;
font-weight: 500;
margin-top: 0.16rem;
padding-bottom: 0.2rem;
border-bottom: 1px solid #DCDCDC;
}
.c-a008__content {
padding: 0.2rem 0;
img {
max-width: 100%;
}
// 统一写死大小和行高,兼容旧文章,规范下,等客户反馈
* {
font-size: 16px;
line-height: 2em;
}
}
.c-a008__tool {
padding: 0.3rem 0;
border-top: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
}
.c-a008__pagename {
color: @theme_color_less;
font-size: 0.3rem;
}
.c-a008__pagetitle {
color: #353535;
font-size: 0.3rem;
}
.c-a008__changepage {
cursor: pointer;
&:hover {
* {
text-decoration: underline;
}
}
}
.c-a008__nextpage {
margin-top: 0.3rem;
}
.c-a008__recommond {
margin-top: 0.6rem;
}
.c-a008__retitle {
font-weight: 500;
color: #353535;
font-size: 0.3rem;
}
.c-a008__list {
}
.c-a008__item {
margin-top: 0.3rem;
a {
color: #353535;
font-size: 0.23rem;
}
}
}