Kaynağa Gözat

样式修改

tanxue 2 ay önce
ebeveyn
işleme
756eee920f
2 değiştirilmiş dosya ile 3 ekleme ve 5 silme
  1. 1 0
      common/styles/global/pages.scss
  2. 2 5
      pages/showZhengshu.vue

+ 1 - 0
common/styles/global/pages.scss

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

+ 2 - 5
pages/showZhengshu.vue

@@ -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>
 	</view>
 </template>