lanxin 3 周之前
父節點
當前提交
3897090980

+ 2 - 2
public/myData/myData.js

@@ -690,7 +690,7 @@ const myDataTemp = {
         '三组颂文,赞颂程哲与子程永,程蠡与二子程静光、程次等,程买与子程义,从颂文中可以知其已故后代官职,并最终表明造碑的目的为“托咏名门”。',
       // 碑文体制之变例 (特殊之处)
       mzmtz: {
-        title: '缺席的碑主',
+        title: '程钵颂文缺位',
         content:
           '赞颂对象扩展至家族群体,符合造像记“多人祈福”特征;但碑文第二列提到四位碑主,颂文仅三组,缺少第一位(程钵)的颂文。'
       },
@@ -800,7 +800,7 @@ const myDataTemp = {
         },
         {
           title: '菩萨像',
-          txt: '注重<span>头冠装饰</span>,<span>上身袒露</span>或<span>斜披络腋</span>,下着裙装</span>,颈部和胸部的装饰相对简单,很明显<span>受到西方造像样式的影响</span>。'
+          txt: '注重<span>头冠装饰</span>,<span>上身袒露</span>或<span>斜披络腋</span>,<span>下着裙装</span>,颈部和胸部的装饰相对简单,很明显<span>受到西方造像样式的影响</span>。'
         }
       ],
       imgItems: [

+ 8 - 21
src/pages/A2yblm/components/ModalTxt/index.tsx

@@ -337,6 +337,10 @@ function ModalTxt({ setIsShowTabBar, setIsShowMzmTitle, setBottomTxt }: Props, r
     },
     [setBottomTxt, setIsShowMzmTitle]
   )
+
+  const gaiShuEn = 'The inscription on the Cheng Zhe Stele consists of 31 lines of regular script,<br/>with 45 characters per line at maximum.<br/>The characters are approximately 2 cm in size, set within square grids, totaling 1,404 characters.<br/>No formal title of the stele is engraved. <br/>The entire text praises the historical achievements of the Cheng family.'
+  const gaiShu = '程哲碑碑文,31行楷书,满行45字,<br/>字径约2厘米,带方界格,总计1404字;<br/>无正式碑名,通篇颂德程氏家族的历史功绩。'
+
   return (
     <div
       className={classNames(styles.modalTxt, myLangue === 'ZH' ? '' : styles.modalTxtEn)}
@@ -358,9 +362,8 @@ function ModalTxt({ setIsShowTabBar, setIsShowMzmTitle, setBottomTxt }: Props, r
               onClick={() => handleTabClick(item.key, myData.readDetail[index]?.mzmtz?.title)}
             >
               <img
-                src={require(`@/assets/img/btn_ModalTxt_bg${
-                  selectedTab === item.key ? '_ac' : ''
-                }.png`)}
+                src={require(`@/assets/img/btn_ModalTxt_bg${selectedTab === item.key ? '_ac' : ''
+                  }.png`)}
                 alt=''
               />
               <div className={`tabNub songFont ${selectedTab === item.key ? 'tabNubAc' : ''}`}>
@@ -415,24 +418,8 @@ function ModalTxt({ setIsShowTabBar, setIsShowMzmTitle, setBottomTxt }: Props, r
             <div className='title songFontc'>
               {myLangue === 'EN' ? 'Overview of the Inscription' : '碑文概述'}
             </div>
-            <div className='text'>
-              {myLangue === 'EN'
-                ? 'The inscription on the Cheng Zhe Stele consists of 31 lines of regular script,'
-                : '程哲碑碑文,'}
-              <br />
-              {myLangue === 'EN'
-                ? 'with 45 characters per line at maximum. '
-                : '31行楷书,满行45字,'}
-              <br />{' '}
-              {myLangue === 'EN'
-                ? ' The characters are approximately 2 cm in size, set within square grids, totaling 1,404 characters.'
-                : '字径约2厘米,带方界格,总计1404字;'}
-              <br />{' '}
-              {myLangue === 'EN' ? 'No formal title of the stele is engraved. ' : '未刻正式碑名。 '}
-              <br />
-              {myLangue === 'EN'
-                ? 'The entire text praises the historical achievements of the Cheng family.'
-                : '通篇颂德程氏家族的历史功绩。'}
+            <div className='text' dangerouslySetInnerHTML={{ __html: myLangue === 'EN' ? gaiShuEn : gaiShu }}>
+
             </div>
           </div>
         )}

+ 4 - 2
src/pages/A6ybwx/A6_2_zxzgh/components/Bwzzq/index.module.scss

@@ -131,7 +131,9 @@
             transform: translate(-117%, 40%);
             .pPoint {
               font-size: 18px;
-              width: 268px;
+              width: 250px;
+              position: relative;
+              left: -26px;
             }
           }
         }
@@ -226,7 +228,7 @@
             background-size: contain;
           }
           .zzq2 {
-            transform: translate(-8%, -61%);
+            transform: translate(-14%, -61%);
             width: 450px;
             .main {
               width: 164px;