Browse Source

样式修改

tanxue 5 hours ago
parent
commit
668b649c25
1 changed files with 3 additions and 2 deletions
  1. 3 2
      common/styles/global/pages.scss

+ 3 - 2
common/styles/global/pages.scss

@@ -702,9 +702,10 @@
 .phone-hetong-page{
 	height: 100vh;display: flex;flex-direction: column;
 	.pdf-box{flex: 1;background-color: rgba(0, 0, 0, 0.5);margin: 24rpx;border-radius: 8rpx;
-	display: flex;flex-direction: column;align-items: center;overflow: auto;box-sizing: border-box;
+	// display: flex;flex-direction: column;align-items: center;
+	overflow: auto;box-sizing: border-box;
 	padding: 16rpx 0;border:1rpx solid  rgba(0, 0, 0, 0.3);}
-	.pdf-img{width: 93%;margin: 16rpx auto;}
+	.pdf-img{width: 614rpx;height: 870rpx;display: block;margin: 16rpx auto;}
 	.pdf-tip-box{
 		position: absolute;top: calc(140rpx + var(--status-bar-height));left: 0;right:0;bottom: 0;
 		display: flex;align-items: center;justify-content: center;color: #666;background-color: #fff;