|
@@ -1358,6 +1358,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`
|
|
|
}
|
|
@@ -1370,6 +1372,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
if(flg == 2){
|
|
|
if(pacs == 6){
|
|
|
classStr = `simpleFontSize selectColor`
|
|
|
+ }else if(pacs == 7){
|
|
|
+ classStr = `simpleFontSize fontWeight`
|
|
|
}else{
|
|
|
classStr = `simpleFontSize`
|
|
|
}
|
|
@@ -1390,6 +1394,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`
|
|
|
}
|
|
@@ -1401,6 +1407,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{
|