提交 1313db9d 作者: 龚洪江

修复:招标项目字体

上级 693d9568
...@@ -19,14 +19,12 @@ ...@@ -19,14 +19,12 @@
.info { .info {
.title { .title {
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
color: #3c3e42; color: #3c3e42;
width: 649px; width: 649px;
@include ellipsis(1); @include ellipsis(1);
} }
.desc { .desc {
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHei;
color: #ff552d; color: #ff552d;
margin-top: 9px; margin-top: 9px;
} }
...@@ -37,7 +35,6 @@ ...@@ -37,7 +35,6 @@
height: 36px; height: 36px;
border-radius: 6px; border-radius: 6px;
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei;
color: #ffffff; color: #ffffff;
background: url("./assets/btn.png"); background: url("./assets/btn.png");
background-size: 100% 100%; background-size: 100% 100%;
...@@ -50,7 +47,6 @@ ...@@ -50,7 +47,6 @@
.text1 { .text1 {
width: 80px; width: 80px;
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #ff4500; color: #ff4500;
text-align: left; text-align: left;
...@@ -61,7 +57,6 @@ ...@@ -61,7 +57,6 @@
flex: 1; flex: 1;
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHei;
color: #ffffff; color: #ffffff;
} }
......
...@@ -24,13 +24,11 @@ ...@@ -24,13 +24,11 @@
color: #3c3e42; color: #3c3e42;
width:100%; width:100%;
text-overflow: ellipsis; text-overflow: ellipsis;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
@include ellipsis(1); @include ellipsis(1);
margin-right: 10px; margin-right: 10px;
} }
.desc { .desc {
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei;
color: #ff552d; color: #ff552d;
margin-top: 9px; margin-top: 9px;
} }
...@@ -41,7 +39,6 @@ ...@@ -41,7 +39,6 @@
height: 34px; height: 34px;
border-radius: 6px; border-radius: 6px;
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei;
} }
.btnDisabled { .btnDisabled {
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
flex: 1; flex: 1;
.title { .title {
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
line-height: 22px; line-height: 22px;
...@@ -44,7 +43,6 @@ ...@@ -44,7 +43,6 @@
.desc { .desc {
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei;
color: #878787; color: #878787;
line-height: 22px; line-height: 22px;
margin-top: 6px; margin-top: 6px;
...@@ -58,7 +56,6 @@ ...@@ -58,7 +56,6 @@
.date { .date {
font-size: 12px; font-size: 12px;
font-family: MicrosoftYaHei;
color: #adadad; color: #adadad;
line-height: 16px; line-height: 16px;
margin-top: 5px; margin-top: 5px;
...@@ -82,7 +79,6 @@ ...@@ -82,7 +79,6 @@
.newsHeaderTitle { .newsHeaderTitle {
font-size: 20px; font-size: 20px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
} }
...@@ -98,7 +94,6 @@ ...@@ -98,7 +94,6 @@
.newItemTitle { .newItemTitle {
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHei;
color: #323232; color: #323232;
line-height: 21px; line-height: 21px;
@include ellipsis(2); @include ellipsis(2);
......
...@@ -121,11 +121,9 @@ export default function ProjectInfo() { ...@@ -121,11 +121,9 @@ export default function ProjectInfo() {
// @ts-ignore // @ts-ignore
onChange={onRegionChange} onChange={onRegionChange}
placeholder='选择省市' placeholder='选择省市'
borderRadiusSM={6}
fieldNames={{ fieldNames={{
label: 'name', label: 'name',
value: 'id', value: 'id',
// children: "childInfo",
}} }}
changeOnSelect changeOnSelect
/> />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论