|
|
|
@ -32,7 +32,8 @@
|
|
|
|
<view class="floating-btn" v-if="info.sign_status !== 10 && info.url && info.url_title">
|
|
|
|
<view class="floating-btn" v-if="info.sign_status !== 10 && info.url && info.url_title">
|
|
|
|
<view @click="openWebview" class="url-container">
|
|
|
|
<view @click="openWebview" class="url-container">
|
|
|
|
<image class="url-bg" :src="base.imgHost('urlbtn.png')" mode="aspectFill"></image>
|
|
|
|
<image class="url-bg" :src="base.imgHost('urlbtn.png')" mode="aspectFill"></image>
|
|
|
|
<text class="url-text">{{ info.url_title }}</text>
|
|
|
|
<text class="url-text">查看精彩回顾</text>
|
|
|
|
|
|
|
|
<!-- {{ info.url_title }} -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -371,7 +372,7 @@
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 23rpx 100rpx 40rpx 50rpx;
|
|
|
|
padding: 40rpx 0;
|
|
|
|
|
|
|
|
|
|
|
|
.url-bg {
|
|
|
|
.url-bg {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
@ -383,7 +384,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.url-text {
|
|
|
|
.url-text {
|
|
|
|
font-size: 27rpx;
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: #28499a;
|
|
|
|
color: #28499a;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
|