|
|
@@ -1130,12 +1130,20 @@
|
|
|
/* 合同页 */
|
|
|
.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;color: #666;padding: 16rpx 0;
|
|
|
- display: flex;flex-direction: column;align-items: center;overflow: auto;position: relative;
|
|
|
- border:1rpx solid rgba(0, 0, 0, 0.3);;box-sizing: border-box;}
|
|
|
+ .lsht-icon{width: 73rpx;height: 73rpx;background-size: cover;
|
|
|
+ background-image: url("@/static/images/hetong/ls-ht-icon.png");}
|
|
|
+ .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;
|
|
|
+ padding: 16rpx 0;border:1rpx solid rgba(0, 0, 0, 0.3);}
|
|
|
.pdf-img{width: 93%;margin: 16rpx auto;}
|
|
|
- .pdf-tip{position: absolute;top: 0;left: 0;right: 0;bottom: 0;
|
|
|
- display: flex;align-items: center;justify-content: center;color: #666;background-color: #fff;}
|
|
|
+ .pdf-tip-box{
|
|
|
+ position: absolute;top: calc(110rpx + var(--status-bar-height));left: 0;right:0;bottom: 0;
|
|
|
+ display: flex;align-items: center;justify-content: center;color: #666;background-color: #fff;
|
|
|
+ border: 24rpx solid #f8f9fd;}
|
|
|
+ .tip-img-box{display: flex;flex-direction: column;}
|
|
|
+ .tip-text{text-align: center;color: #666;}
|
|
|
+ .tip-text::before{content: '';width: 260rpx;height: 260rpx;display: block;margin-bottom: 16rpx;
|
|
|
+ background-image: url("@/static/images/common/loading-icon.gif");background-size: cover;}
|
|
|
.no-hetong-box{
|
|
|
height: 100vh;display: flex;flex-direction: column;
|
|
|
align-items: center;justify-content: center;color: #666;}
|
|
|
@@ -1145,20 +1153,43 @@
|
|
|
.ht-qm-popup{
|
|
|
width: 100%;height: 100vh;
|
|
|
display: flex;flex-direction: column;
|
|
|
- .ht-qm-box{border: 1rpx solid #ccc;border-radius: 6rpx;flex: 1;margin:0 24rpx;}
|
|
|
- .ht-btn-box{display: flex;margin: 32rpx 64rpx;}
|
|
|
+ .ht-qm-box{background-color: #f8f9fd;flex: 1;}
|
|
|
+ .qm-tip-box{background-color: #fff;border-radius: 6rpx;margin: 24rpx;
|
|
|
+ padding: 16rpx 24rpx;box-sizing: border-box;}
|
|
|
+ .lime-signature{width: 100%!important;height: 400rpx!important;
|
|
|
+ background-color: #f0f9f8;border-radius: 8rpx;margin-top: 10rpx;}
|
|
|
+ .qm-tip-text{font-size: 24rpx;color: #333;margin: 48rpx 0 12rpx;line-height: 1.6;}
|
|
|
+ .ht-btn-box{
|
|
|
+ display: flex;margin: 32rpx 80rpx;
|
|
|
+ .phone-green-btn,.phone-white-btn{width: 200rpx;}
|
|
|
+ }
|
|
|
}
|
|
|
/* 合同列表页 */
|
|
|
.ht-list-page{
|
|
|
- .phone-time-icon{width: 25rpx;height: 25rpx;@include ezy-no-repeat-cover();
|
|
|
- margin-right: 8rpx;flex-shrink: 0;}
|
|
|
- .phone-time-icon{background-image: url("@/static/images/common/time-icon.png");}
|
|
|
- .ht-card-row{width: 100%;}
|
|
|
- .ht-status{font-size: 30rpx;color: #333;}
|
|
|
- .ht-time{font-size: 28rpx;color: #666;display: flex;align-items: center;}
|
|
|
- .ht-time + .ht-time,.ht-status + .ht-time{margin-top: 16rpx;}
|
|
|
+ .ht-list-box{background-color: #f8f9fd!important;padding: 12rpx 0;}
|
|
|
+ .ht-list-item-box{
|
|
|
+ margin:12rpx 24rpx;
|
|
|
+ .uni-list-item__container{padding: 0;border-radius: 12rpx;border: 1rpx solid #f2f2f4;}
|
|
|
+ }
|
|
|
+ .ht-card-row{width: 100%;padding: 36rpx 0;}
|
|
|
+ .ht-status-btn-row{
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ .ht-status{width: 300rpx;height: 52rpx;line-height: 52rpx;font-size: 30rpx;
|
|
|
+ background-color: #42ca9c;box-sizing: border-box;padding: 0 24rpx;
|
|
|
+ color: #fff;border-radius: 0 26rpx 26rpx 0;}
|
|
|
+ .ht-biew-btn{
|
|
|
+ color: #666;font-size: 28rpx;padding: 0 16rpx;display: flex;align-items: center;color: #666;
|
|
|
+ .ht-jt{
|
|
|
+ width: 24rpx;height: 24rpx;background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
|
|
|
+ @include ezy-no-repeat-cover();transform: rotate(270deg);margin-left: 4rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ht-time{font-size: 28rpx;color: #666;display: flex;align-items: center;margin: 24rpx 24rpx 0;}
|
|
|
+ .phone-time-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover();
|
|
|
+ margin-right: 8rpx;flex-shrink: 0;background-image: url("@/static/images/hetong/data-icon.png");}
|
|
|
.status-0,.status-1,.status-2{display: contents;}
|
|
|
- .status-0 { color: #FFC000; } /* 红色 */
|
|
|
- .status-1 { color: #FF0000; } /* 黄色 */
|
|
|
- .status-2 { color: #00B050; } /* 绿色 */
|
|
|
+ .status-0 { color: #feff01; } /* 红色 */
|
|
|
+ .status-1 { color: #33ffff; } /* 黄色 */
|
|
|
+ .status-2 { color: #fff; } /* 绿色 */
|
|
|
}
|