JXDS18FUJT 2 лет назад
Родитель
Сommit
7f9a753dd2
2 измененных файлов с 9 добавлено и 0 удалено
  1. 8 0
      src/views/downloadCaigong2/index.less
  2. 1 0
      src/views/downloadCaigong2/index.tsx

+ 8 - 0
src/views/downloadCaigong2/index.less

@@ -85,6 +85,14 @@
     text-align: center;
     width: 100%;
 }
+#downloadCaigong2 .code .tip{
+    width: 100%;
+     text-align: center;
+     font-size: 40px;
+     color: #4A94F1;
+     font-weight: bold;
+     margin-top: 20px;
+}
 #downloadCaigong2 .code .img{
     width: 200px;
 }

+ 1 - 0
src/views/downloadCaigong2/index.tsx

@@ -118,6 +118,7 @@ export const DownloadCaigong2: React.FC = (props: any) => {
             </div>
             <div className="code">
                 <img className='img' src={utils.getAssetsImagesFile('code1.png')} />
+                <div className='tip'> 长按关注公众号</div>
             </div>
             <img className="bg" src={utils.getAssetsImagesFile('bg2.png')} alt='' />
             {downloadButtons()}