@@ -65,6 +65,8 @@ func InitRouter() (r *gin.Engine) {
routers.InitComment(r)
// 研报消息相关路由
routers.InitMessage(r)
+ //pc相关路由
+ routers.InitPc(r)
// 价格驱动相关路由
routers.InitPriceDriven(r)
//沙盘逻辑推演路由
@@ -25,7 +25,7 @@
}
.text{
color: #fff;
- font-size: 54px;
+ font-size: 80px;
line-height: 1.5;
text-align: center;
padding: 0 100px;