소스 검색

[edit][文字样式]

zhangwei 2 년 전
부모
커밋
5f31813adf
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      src/view/iframe/treasure-hunt/components/invite-friends.vue

+ 11 - 1
src/view/iframe/treasure-hunt/components/invite-friends.vue

@@ -3,7 +3,7 @@
       <div class="invite-friends-content">
         <div class="invite-friends-content-head">
           <div class="title">Invite Friends to Open the Chest!</div>
-          <div class="info">Invitees Need to be Real New follower of {{followUserStr}} to receive rewards</div>
+          <div class="info">Invitees Need to be <span>Real New follower</span> of {{followUserStr}} to receive rewards</div>
         </div>
         <div class="invite-friends-content-body">
           <img class="tips" v-if="state.active_share_channel" :src="require('@/assets/svg/icon-channel-tips.svg')" />
@@ -283,6 +283,16 @@ const clickCopy = () => {
           font-size: 12px;
           color: #7A7A7A;
           line-height: 15px;
+          span{
+            font-family: 'SF Pro Display';
+            font-style: normal;
+            font-weight: 800;
+            font-size: 12px;
+            line-height: 15px;
+            /* identical to box height, or 125% */
+            letter-spacing: 0.3px;
+            color: #000000;
+          }
         }
 
       }