@@ -176,5 +176,6 @@
background-image: url("@/static/images/common/search-icon.svg");@include ezy-no-repeat-cover();}
.tzs-btn{width: 420rpx;height: 90rpx;line-height: 90rpx;text-align: center;color: #fff;
font-size: 28rpx;background: rgb(20, 114, 255);border-radius: 90rpx;margin: 48rpx auto;}
+ .tzs-image-box{width: calc(100% - 112rpx);height: 920rpx;margin: 56rpx;}
}
@@ -1,13 +1,10 @@
<template>
-
- <view class="mobile-login-page">
+ <view class="mobile-tzs-page">
<view class="icon-title-navBar-box">
<view @click="handleBack" class="nav-bar-icon"></view>
<text class="nav-bar-title">录取通知书</text>
</view>
- <view class="gsl-sj-listBox custom-certBox">
- <image @click="optenImg(data,index)" :src="base64">></image>
- </view>
+ <image class="tzs-image-box"@click="optenImg(data,index)" :src="base64">></image>
</template>