|
@@ -1383,6 +1383,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
classStr = `largeFontSize specialSize`
|
|
|
}else if(pacs == 6){
|
|
|
classStr = `largeFontSize selectColor`
|
|
|
+ }else if(pacs == 7){
|
|
|
+ classStr = `largeFontSize fontWeight`
|
|
|
}else{
|
|
|
classStr = `largeFontSize`
|
|
|
}
|
|
@@ -1395,6 +1397,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
if(flg == 2){
|
|
|
if(pacs == 6){
|
|
|
classStr = `simpleFontSize selectColor`
|
|
|
+ }else if(pacs == 7){
|
|
|
+ classStr = `simpleFontSize fontWeight`
|
|
|
}else{
|
|
|
classStr = `simpleFontSize`
|
|
|
}
|
|
@@ -1415,6 +1419,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
classStr = `largeFontSize titleWidth`
|
|
|
}else if(pacs == 5){
|
|
|
classStr = `largeFontSize specialSize`
|
|
|
+ }else if(pacs == 7){
|
|
|
+ classStr = `largeFontSize fontWeight`
|
|
|
}else{
|
|
|
classStr = `largeFontSize`
|
|
|
}
|
|
@@ -1426,6 +1432,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
}else{//都是标准的
|
|
|
if(flg == 2){
|
|
|
classStr = `simpleFontSize`
|
|
|
+ }else if(pacs == 7){
|
|
|
+ classStr = `simpleFontSize fontWeight`
|
|
|
}else if(flg == 1){
|
|
|
classStr = `simpleLightColor simpleFontSize`
|
|
|
}else{
|