|
@@ -2,10 +2,13 @@
|
|
|
<div class="report-download-record">
|
|
|
<div class="page-header">
|
|
|
<h1>报告下载记录</h1>
|
|
|
- <em>注:请在有效期内使用,过期清零,不可转赠。</em>
|
|
|
</div>
|
|
|
<section class="box-container balance-box">
|
|
|
- <div class="box-title">报告下载余额</div>
|
|
|
+ <div class="box-title">
|
|
|
+ 报告下载余额<em class="balance-tips"
|
|
|
+ >注:请在有效期内使用,过期清零,不可转赠。</em
|
|
|
+ >
|
|
|
+ </div>
|
|
|
<div class="card-row">
|
|
|
<div class="card-col" v-for="item in cardList">
|
|
|
<p class="title">{{ item.title }}</p>
|
|
@@ -679,11 +682,6 @@ $char_color: #1d1d1d;
|
|
|
color: $char_color;
|
|
|
margin-right: 12px;
|
|
|
}
|
|
|
- em {
|
|
|
- font-size: 12px;
|
|
|
- color: #999;
|
|
|
- line-height: 18px;
|
|
|
- }
|
|
|
}
|
|
|
.box-container {
|
|
|
border-radius: 4px;
|
|
@@ -694,6 +692,12 @@ $char_color: #1d1d1d;
|
|
|
line-height: 24px;
|
|
|
margin-bottom: 12px;
|
|
|
}
|
|
|
+ .balance-tips {
|
|
|
+ margin-left: 12px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
}
|
|
|
.balance-box {
|
|
|
margin: 24px 0 16px;
|