浏览代码

feat: 临时修复详情页文本超出问题

zhangyuhan 1 年之前
父节点
当前提交
7fdc41ff0b
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/web/templates/pc/detail/biddetail_login.html

+ 12 - 0
src/web/templates/pc/detail/biddetail_login.html

@@ -57,6 +57,18 @@
     .in-bi .page-container {
     .in-bi .page-container {
       padding-top: 0;
       padding-top: 0;
     }
     }
+
+    .big-member-page.in-web .content-main {
+      max-width: 960px;
+    }
+    .big-member-page.in-app .content-main {
+      max-width: 980px;
+    }
+    .big-member-page.in-app .recommend-opportunities .article-info-list .article-info-item .content-item,
+    .big-member-page.in-web .recommend-opportunities .article-info-list .article-info-item .content-item {
+      max-width: 630px;
+      width: 100%;
+    }
   </style>
   </style>
 </head>
 </head>
 <body class="page--docs--index">
 <body class="page--docs--index">