|
@@ -10,7 +10,10 @@
|
|
|
<p>主办方:吉林省计算中心</p>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="main">
|
|
|
- 主体
|
|
|
+ <el-col :span="24" class="maintop">
|
|
|
+ <span>项目成果(15)</span>
|
|
|
+ <span>返回活动首页></span>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -92,4 +95,17 @@ p {
|
|
|
background: #fff;
|
|
|
padding: 30px 20px;
|
|
|
}
|
|
|
+.maintop span:first-child {
|
|
|
+ display: inline-block;
|
|
|
+ background-color: #d80000;
|
|
|
+ width: 140px;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+}
|
|
|
+.maintop span:nth-child(2) {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
</style>
|