Authored by wangqing

潮流话题样式

  1 +.trend-topic-wrapper {
  2 + width: 100%;
  3 + height: 645rem / $pxConvertRem;
  4 +}
  5 +.trend-topic-header {
  6 + position: relative;
  7 + width: 100%;
  8 + .trend-topic-title {
  9 + width: 100%;
  10 + height: 100rem / $pxConvertRem;
  11 + line-height: 100rem / $pxConvertRem;
  12 + text-align: center;
  13 + font-size: 34rem / $pxConvertRem;
  14 + color: #747474;
  15 + }
  16 + .more {
  17 + position: absolute;
  18 + right: 24rem / $pxConvertRem;
  19 + top:20rem / $pxConvertRem;
  20 + }
  21 +}
  22 +.trend-topic-content {
  23 + width: 100%;
  24 +}
  25 +.productdetail {
  26 + display: block;
  27 + box-sizing: border-box;
  28 + margin: 0 auto;
  29 + width: 580rem / $pxConvertRem;
  30 + height: 406rem / $pxConvertRem;
  31 + border: 1px solid #000;
  32 + img {
  33 + widows: 100%;
  34 + height: 100%;
  35 + }
  36 +}
  37 +.producttitle,
  38 +.timeline {
  39 + margin: 10rem / $pxConvertRem auto;
  40 + width: 580rem / $pxConvertRem;
  41 + height: 27rem / $pxConvertRem;
  42 + line-height: 27rem / $pxConvertRem;
  43 + text-align: left;
  44 +}
  45 +.timeline {
  46 + margin-top: 35rem / $pxConvertRem;
  47 +}