|
@@ -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;
|