...
|
...
|
@@ -136,15 +136,18 @@ |
|
|
|
|
|
a {
|
|
|
float: right;
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.count {
|
|
|
color: #f00;
|
|
|
float: right;
|
|
|
}
|
|
|
|
|
|
.icon-right-arrow {
|
|
|
color: #8f8f8f;
|
|
|
float: right;
|
|
|
}
|
|
|
}
|
|
|
.activity{
|
...
|
...
|
@@ -196,8 +199,8 @@ |
|
|
}
|
|
|
|
|
|
p {
|
|
|
float: left;
|
|
|
margin-left: 50rem / $pxConvertRem;
|
|
|
float: right;
|
|
|
margin-right: 32rem / $pxConvertRem;
|
|
|
font-size: 26rem / $pxConvertRem;
|
|
|
|
|
|
span {
|
...
|
...
|
@@ -205,11 +208,14 @@ |
|
|
height: 40rem / $pxConvertRem;
|
|
|
line-height: 40rem / $pxConvertRem;
|
|
|
color: #d0253b;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.tip {
|
|
|
color: #666;
|
|
|
font-size: 22rem / $pxConvertRem;
|
|
|
text-align: right;
|
|
|
font-weight:normal;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|