Selaa lähdekoodia

分享按钮样式变化

lifanagju_citu 2 kuukautta sitten
vanhempi
commit
914d8cd104

+ 3 - 3
pagesB/jobFair/enterprisesClassification.vue

@@ -68,7 +68,7 @@
         </view>
         <!-- 招聘会分享按钮 -->
         <view v-if="showShareBtn" class="shareButtonBox" @tap="handleShare">
-          <uni-icons type="redo-filled" size="30" color="#fff" />
+          <uni-icons type="redo-filled" size="30" color="#00B760" />
         </view>
       </view>
     </scroll-view>
@@ -221,9 +221,9 @@ const handleShare = () => {
   position: absolute;
   right: 20px;
   top: 16px;
-  border-radius: 50%;
+  border-radius: 8px;
   padding: 7px 9px;
-  background-color: #00B760;
+  background-color: #fff;
 }
 .box {
   height: 100vh;

+ 3 - 3
pagesB/jobFair/positionClassification.vue

@@ -76,7 +76,7 @@
         </view>
         <!-- 招聘会分享按钮 -->
         <view v-if="showShareBtn" class="shareButtonBox" @tap="handleShare">
-          <uni-icons type="redo-filled" size="30" color="#fff" />
+          <uni-icons type="redo-filled" size="30" color="#00B760" />
         </view>
       </view>
     </scroll-view>
@@ -254,9 +254,9 @@ const handleShare = () => {
   position: absolute;
   right: 20px;
   top: 16px;
-  border-radius: 50%;
+  border-radius: 8px;
   padding: 7px 9px;
-  background-color: #00B760;
+  background-color: #fff;
 }
 .box {
   height: 100vh;