|
|
@@ -220,7 +220,7 @@
|
|
|
// 带搜索的
|
|
|
.admin-phone-scroll-view{height: calc(100vh - 332rpx - var(--status-bar-height));}
|
|
|
// 只有tabbar
|
|
|
- .admin-phone-tabbar-view {height: calc(100vh - 208rpx - var(--status-bar-height));}
|
|
|
+ .admin-phone-tabbar-view {height: calc(100vh - 220rpx - var(--status-bar-height));}
|
|
|
|
|
|
|
|
|
// 带上边线的
|
|
|
@@ -1127,6 +1127,9 @@
|
|
|
.phone-hetong-page{
|
|
|
height: 100vh;display: flex;flex-direction: column;
|
|
|
.pdf-box{flex: 1;}
|
|
|
+ .no-hetong-box{
|
|
|
+ height: 100vh;display: flex;flex-direction: column;
|
|
|
+ align-items: center;justify-content: center;color: #666;}
|
|
|
.ht-btn{width: 180px;margin-bottom: 24px;}
|
|
|
}
|
|
|
.ht-qm-popup{
|
|
|
@@ -1135,3 +1138,17 @@
|
|
|
.ht-qm-box{border: 1rpx solid #ccc;border-radius: 6rpx;flex: 1;}
|
|
|
.ht-btn-box{display: flex;margin: 32rpx 64rpx;}
|
|
|
}
|
|
|
+/* 合同列表页 */
|
|
|
+.ht-list-page{
|
|
|
+ .icon-title-navBar-box{}
|
|
|
+ .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-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;}
|
|
|
+ .status-0,.status-1,.status-2{display: contents;}
|
|
|
+ .status-0 { color: #FFC000; } /* 红色 */
|
|
|
+ .status-1 { color: #FF0000; } /* 黄色 */
|
|
|
+ .status-2 { color: #00B050; } /* 绿色 */
|
|
|
+}
|