|
@@ -35,14 +35,6 @@
|
|
|
<p>技术支持</p>
|
|
|
<p>长春市福瑞科技有限公司</p>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="24" class="title">主办单位</el-col>
|
|
|
- <el-col :span="24" class="name">{{ dockinfo.sponsor }}</el-col>
|
|
|
- <el-col :span="24" class="title2">承办单位</el-col>
|
|
|
- <el-col :span="24" class="name">{{ dockinfo.organizer }}</el-col>
|
|
|
- <el-col :span="24" class="title2">技术支持</el-col>
|
|
|
- <el-col :span="24" class="name">
|
|
|
- <p>长春市福瑞科技有限公司</p>
|
|
|
- </el-col> -->
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -181,41 +173,18 @@ export default {
|
|
|
p {
|
|
|
text-align: center;
|
|
|
color: #409eff;
|
|
|
- font-family: cursive;
|
|
|
}
|
|
|
p:nth-child(1) {
|
|
|
+ font-family: cursive;
|
|
|
font-size: 35px;
|
|
|
font-weight: bolder;
|
|
|
text-shadow: 2px 2px 3px grey;
|
|
|
}
|
|
|
p:nth-child(2) {
|
|
|
- font-weight: 700;
|
|
|
+ padding: 10px 0 0 0;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
|
- // .title {
|
|
|
- // text-align: center;
|
|
|
- // font-size: 25px;
|
|
|
- // color: #409eff;
|
|
|
- // font-weight: bolder;
|
|
|
- // }
|
|
|
- // .name {
|
|
|
- // color: #409eff;
|
|
|
- // margin-top: 5px;
|
|
|
- // font-weight: 700;
|
|
|
- // font-size: 16px;
|
|
|
- // text-align: center;
|
|
|
- // p {
|
|
|
- // line-height: 30px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .title2 {
|
|
|
- // text-align: center;
|
|
|
- // font-size: 30px;
|
|
|
- // color: #409eff;
|
|
|
- // font-weight: bolder;
|
|
|
- // margin-top: 20px;
|
|
|
- // }
|
|
|
}
|
|
|
}
|
|
|
</style>
|