|
@@ -20,11 +20,11 @@
|
|
|
</view>
|
|
|
<view class="image-box" v-if="isLogin && data.id">
|
|
|
<view class="image-item-box">
|
|
|
- <cover-image class="photo" :src="data.photo"></cover-image>
|
|
|
+ <image class="photo" :src="data.photo"></image>
|
|
|
</view>
|
|
|
<view class="image-item-box">
|
|
|
<view class="qrcode-box">
|
|
|
- <cover-image class="qrcode" src="/static/images/zhengshu/qrCode.png"></cover-image>
|
|
|
+ <image class="qrcode" src="https://sylwt.top/api/visitor/resources/image?name=/ydl/menber-center/zhengshu/qrCode.png"></image>
|
|
|
</view>
|
|
|
<view class="text">
|
|
|
扫码查信用
|
|
@@ -121,6 +121,11 @@
|
|
|
width: 100%;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+ .qrcode {
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ object-fit: cover;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.info-box {
|
|
@@ -136,13 +141,13 @@
|
|
|
}
|
|
|
}
|
|
|
.publisher-box {
|
|
|
- height: 10%;
|
|
|
+ height: 8%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.mini {
|
|
|
- @include backgroundImg('/static/images/zhengshu/credit-card-empty.png');
|
|
|
+ @include backgroundImg('https://sylwt.top/api/visitor/resources/image?name=/ydl/menber-center/zhengshu/credit-card-empty.png');
|
|
|
padding: 15rpx 10rpx;
|
|
|
.title-box {
|
|
|
font-weight: bold;
|
|
@@ -182,15 +187,18 @@
|
|
|
.info-box {
|
|
|
padding: 10rpx;
|
|
|
.info-item-box {
|
|
|
- font-size: $uni-font-size-4;
|
|
|
+ font-size: $uni-font-size-5;
|
|
|
line-height: 25rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
.publisher-box {
|
|
|
+ position: relative;
|
|
|
+ left: -9rpx;
|
|
|
padding-top: 10rpx;
|
|
|
font-size: $uni-font-size-6;
|
|
|
font-weight: bold;
|
|
|
+ transform: scale(0.7);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -247,7 +255,7 @@
|
|
|
background: -webkit-linear-gradient(49deg, rgba(234,252,254,1) 0%, rgba(255, 255, 255, 1) 49%, $color 100%);
|
|
|
background: -o-linear-gradient(49deg, rgba(234,252,254,1) 0%, rgba(255, 255, 255, 1) 49%, $color 100%);
|
|
|
background: -ms-linear-gradient(49deg, rgba(234,252,254,1) 0%, rgba(255, 255, 255, 1) 49%, $color 100%);
|
|
|
- background: repeating-linear-gradient(49deg, rgba(234,252,254,1) 0%, rgba(255, 255, 255, 1) 49%, $color 100%), url('/static/images/zhengshu/credit-card-perview.png');
|
|
|
+ background: repeating-linear-gradient(49deg, rgba(234,252,254,1) 0%, rgba(255, 255, 255, 1) 49%, $color 100%), url('https://sylwt.top/api/visitor/resources/image?name=/ydl/menber-center/zhengshu/credit-card-perview.png');
|
|
|
background-blend-mode: darken;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|