受公共样式title影响,更改classname

This commit is contained in:
谢思 2024-05-27 16:53:07 +08:00
parent f35a5a9573
commit b687f45b50
12 changed files with 13 additions and 13 deletions

View File

@ -75,7 +75,7 @@ function ProjectList() {
<div className="projectLogo">
<img className="projectLogoImg" src={item.projectLogoId ? `${main_site_url}/api/attachments/${item.projectLogoId}` : logo} alt='' />
</div>
<div className="title">{item.projectName}</div>
<div className="titleGlcc">{item.projectName}</div>
<div className="intro">{item.projectIntro}</div>
</div>
</Popover>

View File

@ -59,7 +59,7 @@
}
}
.title{
.titleGlcc{
color:#2a51bf;
font-size:17px;
line-height:30px;

View File

@ -188,7 +188,7 @@ export default (props) => {
{round === 1 && <div className="openMMlabBox">
<div className="logoTitle">
<img src={logo} alt="" className="logo"/>
<span className="title">活动特邀合作单位 OpenMMLab</span>
<span className="titleGlcc">活动特邀合作单位 OpenMMLab</span>
<div></div>
<div></div>
</div>

View File

@ -204,7 +204,7 @@
.logo{
width: 155px;
}
.title{
.titleGlcc{
font-weight:500;
color:#ffffff;
font-size:28px;

View File

@ -162,7 +162,7 @@
margin: -5px 20px 20px;
padding: 6px 15px;
}
.title{
.titleGlcc{
color:#333333;
display: flex;
align-items: center;

View File

@ -156,14 +156,14 @@ function TutorReview(props){
{detail.glccTutorEvaluation && !isEdit && <div className="successReviewBox font-15">您已评分成功! 在审核期间您可对评分结果进行更改</div>}
{/* 学生提交的资料 */}
<div className="stuCont pl20 pr20">
<div className="title font-16 mb15"><span className="blueBox"></span>基本信息</div>
<div className="titleGlcc font-16 mb15"><span className="blueBox"></span>基本信息</div>
<div className="flexBox">
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;答辩视频:<span className="blueSpan ml10"><a className="blueSpan" href={detail.defenceVideoUrl} target="_blank">{detail.defenceVideoUrl}</a></span></div>
<div>代码/pr地址:<span className="blueSpan ml10"><a className="blueSpan" href={detail.codeOrPrUrl} target="_blank">{detail.codeOrPrUrl}</a></span></div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPT附件:<i className="iconfont icon-lianjie3 font-13 mr5 ml10"></i><a className="mr10 pptAttachment" href={`${httpUrl}/busiAttachments/download/${detail.pptAttachment.id}`}>{detail.pptAttachment.fileName}</a>{detail.pptAttachment.fileSizeString}</div>
</div>
</div>
<div className="title font-16 pl20 mt25"><span className="blueBox"></span>导师评分</div>
<div className="titleGlcc font-16 pl20 mt25"><span className="blueBox"></span>导师评分</div>
{/* 导师打分 */}
<Form className="referBox tutor" onSubmit={submit} labelAlign="left" labelCol={{ span: 5 }} colon={false}>
{helper('工作态度',

View File

@ -114,7 +114,7 @@ function ProjectList({ applyTaskId, location, match, applyTask, round, period, m
<div className="projectLogo">
<img className="projectLogoImg" src={item.projectLogoId ? `${main_site_url}/api/attachments/${item.projectLogoId}` : logo} alt='' />
</div>
<div className="title">{item.projectName}</div>
<div className="titleGlcc">{item.projectName}</div>
<div className="intro">{item.projectIntro}</div>
</div>
</Popover>

View File

@ -55,7 +55,7 @@
}
}
.title{
.titleGlcc{
color:#2a51bf;
font-size:17px;
line-height:30px;

View File

@ -33,7 +33,7 @@ function TaskDetail(props) {
</div>
<div className="detailContent">
<div className="detailHead">
<div className="title">{detail.taskName}</div>
<div className="titleGlcc">{detail.taskName}</div>
<div className='box'>
{detail.projectType && <span className='classify'>{detail.projectType}</span>}
{detail.taskUrl && <span>课题链接: <a href={detail.taskUrl} className='link'>{detail.taskUrl}</a></span>}

View File

@ -45,7 +45,7 @@
padding: 40px 30px 30px;
.detailHead{
border-bottom: 1px dashed #bec5d5;
.title{
.titleGlcc{
font-weight:700;
color:#3753c5;
font-size:20px;

View File

@ -659,7 +659,7 @@ body{
flex-direction: column;
align-items: center;
justify-content: center;
.title{
.titleInHome{
height: 53px;
font-size: 38px;
font-weight: 500;

View File

@ -91,7 +91,7 @@ function ThirdEdition() {
return(
<div className="thirdEdition">
<p className="title">开发者的家园</p>
<p className="titleInHome">开发者的家园</p>
<p className="subtitle">一个实现群智激发与汇聚产学研联合面向协同创新的开源社区</p>
<div id="thirdUl">
<ul className="thirdUl">