|
@@ -1130,8 +1130,11 @@
|
|
|
/* 合同页 */
|
|
/* 合同页 */
|
|
|
.phone-hetong-page{
|
|
.phone-hetong-page{
|
|
|
height: 100vh;display: flex;flex-direction: column;
|
|
height: 100vh;display: flex;flex-direction: column;
|
|
|
- .pdf-box{flex: 1;border: 1rpx solid #ccc;margin: 24rpx;border-radius: 8rpx;color: #666;
|
|
|
|
|
- display: flex;flex-direction: column;align-items: center;justify-content: center;}
|
|
|
|
|
|
|
+ .pdf-box{flex: 1;background-color:#ccc;margin: 24rpx;border-radius: 8rpx;color: #666;padding: 16rpx 0;
|
|
|
|
|
+ display: flex;flex-direction: column;align-items: center;overflow: auto;
|
|
|
|
|
+ border:1rpx solid #ccc;box-sizing: border-box;}
|
|
|
|
|
+ .pdf-img{width: 93%;margin: 16rpx auto;}
|
|
|
|
|
+ .pdf-tip{flex: 1;display: flex;align-items: center;justify-content: center;color: #666;}
|
|
|
.no-hetong-box{
|
|
.no-hetong-box{
|
|
|
height: 100vh;display: flex;flex-direction: column;
|
|
height: 100vh;display: flex;flex-direction: column;
|
|
|
align-items: center;justify-content: center;color: #666;}
|
|
align-items: center;justify-content: center;color: #666;}
|