[.区块链z证书展示格式等冲突处理]

This commit is contained in:
2021-10-15 15:06:29 +08:00
parent 6155d93548
commit 2855bb58e6
13 changed files with 9218 additions and 6658 deletions

View File

@@ -3,7 +3,7 @@
<image src="https://e-chain.cnskl.com/storage/imageresource/chain-bg.png" class='chainBg' />
<view class="chain-content">
<view class="chain-center">
<image src="/static/images/service-logi.png" mode="aspectFill" class="logo" />
<image src="/static/icons/e-logo.png" mode="aspectFill" class="logo" />
<view class="name">易品新境区块链溯源证书</view>
<view class="no">区块链溯源证书{{info.token}}</view>
<view class="content">
@@ -49,7 +49,6 @@
.GoodsChain {
background-color:fff;
width: 100%;
min-height: 100vh;
position: relative;
z-index: 1;
.chainBg{
@@ -60,7 +59,7 @@
}
.chain-content{
width: 100%;
height: 100vh;
min-height: 100%;
z-index: 2;
padding: 18vh 10vw 15vh 10vw ;
box-sizing: border-box;
@@ -68,7 +67,7 @@
z-index: 3;
.chain-center{
width: 100%;
height: 100%;
min-height: 100%;
.logo{
width: 160rpx;
height: 160rpx;

View File

@@ -638,8 +638,9 @@
position: relative;
margin-top: $margin;
.coupons-tips {
background-color: #211e17;
color: #efe8d8;
// background-color: #211e17;
background-image: linear-gradient(to right, #f8e5c0, #d6a46a);
color: #8d4928;
position: absolute;
border-radius: 0 0 20rpx 0;
padding: 0 8rpx;