|
@@ -1021,14 +1021,14 @@
|
|
|
.uni-list--border-top,.uni-list--border-bottom{display: none;}
|
|
|
|
|
|
.xxjl-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
|
|
|
- .cuoti-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
+ .xxjl-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
|
|
|
// item
|
|
|
.xxjl-item-box{
|
|
|
width: 94%;background-color: transparent!important;
|
|
|
border-bottom: 1px dashed #77d6f7;margin: 0 3%;
|
|
|
.uni-list-item__header{display: none;}
|
|
|
- .uni-list-item__container{flex-direction: column;position: relative;padding:24rpx 0;overflow: unset;}
|
|
|
+ .uni-list-item__container{flex-direction: column;position: relative;padding:24rpx 0;overflow: hidden;}
|
|
|
.item-date-row{
|
|
|
display: flex;justify-content: space-between;align-items: center;color:#28bdf2;font-size: 24rpx;
|
|
|
.data-item{display: flex;align-items: center;}
|
|
@@ -1041,17 +1041,17 @@
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/sz-icon2.png");
|
|
|
}
|
|
|
}
|
|
|
-/* .item-zhang-row{
|
|
|
+ .item-zhang-row{
|
|
|
width: 100%;display: flex;align-items: center;color:#333;font-size: 32rpx;margin-bottom: 16rpx;
|
|
|
- >view{width: 60%;@include single-line-ellipsis;}
|
|
|
+ >view{@include single-line-ellipsis;}
|
|
|
.zhang-icon{
|
|
|
- width: 37rpx;height: 37rpx;margin:0 9rpx;
|
|
|
+ width: 37rpx;height: 37rpx;margin:0 9rpx;flex-shrink: 0;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/sz-icon1.png");}
|
|
|
}
|
|
|
.item-jie-row{
|
|
|
width: 100%;color:#444;font-size: 26rpx;padding-left: 55rpx;line-height: 1;margin-bottom: 16rpx;@include single-line-ellipsis;
|
|
|
- >text{width: 100%;@include single-line-ellipsis;}
|
|
|
- } */
|
|
|
+ >text{@include single-line-ellipsis;}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|