|
|
@@ -213,7 +213,12 @@
|
|
|
background-color: #fff;border-radius: 8rpx;margin-bottom: 16rpx;}
|
|
|
.card-item-box{
|
|
|
width: 25%;display: flex;flex-direction: column;align-items: center;
|
|
|
- font-size: 24rpx;color: #333;
|
|
|
+ font-size: 24rpx;color: #333;position: relative;
|
|
|
+ .num-icon-box{
|
|
|
+ min-width: 16rpx;height: 24rpx;color: #fff;font-size: 24rpx;text-align: center;
|
|
|
+ position: absolute;top: -8rpx;right: 28rpx;background-color: red;
|
|
|
+ border-radius: 24rpx;z-index: 3;padding: 4rpx 8rpx;box-sizing: content-box;
|
|
|
+ display: flex;align-items: center;justify-content: center;}
|
|
|
.index-icon{width: 100rpx;height: 100rpx;@include ezy-no-repeat-cover;margin-bottom: 6rpx;}
|
|
|
}
|
|
|
.card-item-box:nth-child(5) ~ *{margin-top: 30rpx;}
|
|
|
@@ -1267,10 +1272,11 @@
|
|
|
display: flex;flex-direction: column;justify-content: space-evenly;border: 1rpx solid #f0f1f5;
|
|
|
background-color: #fdfdfd;border-radius: 16rpx;margin-top: 24rpx;padding: 12rpx 0;min-height: 220rpx;
|
|
|
.body-row{display: flex;align-items: center;padding: 12rpx 24rpx;box-sizing: border-box;}
|
|
|
- .user-icon,.tel-icon,.idcard-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover();margin-right: 20rpx;}
|
|
|
+ .user-icon,.tel-icon,.idcard-icon,.data-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover();margin-right: 20rpx;}
|
|
|
.user-icon{background-image: url("@/static/images/common/user-green-icon.png");}
|
|
|
.tel-icon{background-image: url("@/static/images/common/tel-green-icon.png");}
|
|
|
.idcard-icon{background-image: url("@/static/images/common/zymc-icon.png");}
|
|
|
+ .data-icon{background-image: url("@/static/images/common/date-icon.png");}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -1358,12 +1364,6 @@
|
|
|
.sfht-scroll-view{height: calc(100vh - 398rpx - var(--status-bar-height));background-color: #f4f6fa!important;}
|
|
|
.uni-list--border-top{display: none!important;}
|
|
|
|
|
|
- .all-type-box{
|
|
|
- position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
|
- z-index: 2;background-color: rgba(0,0,0,0.3);
|
|
|
- .data-check-radio-group{height: 200rpx;border:1rpx solid #f5f5f5;}
|
|
|
- }
|
|
|
-
|
|
|
.sfht-list-item-box{
|
|
|
width: 100%;background-color: #f4f6fa!important;
|
|
|
.uni-list--border{display: none!important;}
|
|
|
@@ -1557,6 +1557,7 @@
|
|
|
font-size: 24rpx;padding: 8rpx 18rpx;text-align: center;border-radius: 8rpx;}
|
|
|
}
|
|
|
}
|
|
|
+ .btn-tip{color: #476df9;font-size: 28rpx;text-align: center;margin-bottom: 20rpx;}
|
|
|
.room-box{
|
|
|
display: flex;justify-content: space-between;align-items: center;color: #222;
|
|
|
.room-info-box{
|