Authored by wangqing

潮流话题样式

.trend-topic-wrapper {
width: 100%;
height: 645rem / $pxConvertRem;
}
.trend-topic-header {
position: relative;
width: 100%;
.trend-topic-title {
width: 100%;
height: 100rem / $pxConvertRem;
line-height: 100rem / $pxConvertRem;
text-align: center;
font-size: 34rem / $pxConvertRem;
color: #747474;
}
.more {
position: absolute;
right: 24rem / $pxConvertRem;
top:20rem / $pxConvertRem;
}
}
.trend-topic-content {
width: 100%;
}
.productdetail {
display: block;
box-sizing: border-box;
margin: 0 auto;
width: 580rem / $pxConvertRem;
height: 406rem / $pxConvertRem;
border: 1px solid #000;
img {
widows: 100%;
height: 100%;
}
}
.producttitle,
.timeline {
margin: 10rem / $pxConvertRem auto;
width: 580rem / $pxConvertRem;
height: 27rem / $pxConvertRem;
line-height: 27rem / $pxConvertRem;
text-align: left;
}
.timeline {
margin-top: 35rem / $pxConvertRem;
}
... ...