|
@@ -1224,15 +1224,12 @@
|
|
|
|
|
|
.order-content-box{
|
|
|
display: flex;margin-top: 10rpx;box-sizing: border-box;margin-bottom: 24rpx;
|
|
|
- .content-img{width: 230rpx;height: 230rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;flex-shrink: 0;}
|
|
|
- .content-body-box{display: flex;flex-direction: column;}
|
|
|
+ .content-img{width: 230rpx;height: 230rpx;margin-right: 20rpx;
|
|
|
+ @include ezy-no-repeat-cover;flex-shrink: 0;border-radius: 8rpx;}
|
|
|
+ .content-body-box{display: flex;flex-direction: column;flex: 1;}
|
|
|
.content-name{font-size: 36rpx;color: #000;margin-bottom: 8rpx;@include single-line-ellipsis;max-width: 320rpx;}
|
|
|
- .content-text{font-size: 24rpx;color: #666;@include multi-line-ellipsis(3);line-height: 1.5;}
|
|
|
- .content-tag{
|
|
|
- width: 160rpx;height: 40rpx;line-height: 40rpx;
|
|
|
- font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
|
|
|
- border-radius: 4rpx;text-align: center;
|
|
|
- }
|
|
|
+ .content-text{font-size: 24rpx;height: 110rpx;
|
|
|
+ color: #666;@include multi-line-ellipsis(3);line-height: 1.5;}
|
|
|
.content-yuanjia{font-size: 42rpx;color: #ff0101;margin-top: auto;margin-left:auto;}
|
|
|
.content-money-box{
|
|
|
display: flex;justify-content: space-between;align-items: center;margin-top: 8rpx;
|
|
@@ -1246,7 +1243,7 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ .content-heji{text-align: right;margin: 0 0 24rpx;}
|
|
|
.order-bottom-box{
|
|
|
box-sizing: border-box;padding: 16rpx 0 10rpx;border-top: 1px dashed #fff;
|
|
|
display: flex;justify-content: space-between;
|
|
@@ -1668,11 +1665,11 @@
|
|
|
.order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
.mall-list-item{
|
|
|
width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
|
|
|
- margin: 0 3% 10rpx;border-radius: 8rpx;
|
|
|
+ margin: 0 3% 10rpx;border-radius: 8rpx;box-sizing: border-box;padding: 16rpx;
|
|
|
.content-yuanjia{font-size: 36rpx;color: #ff0101;text-decoration: line-through;}
|
|
|
.mall-content-box{
|
|
|
display: flex;margin-top: 10rpx;border-bottom: 1px dashed #fff;
|
|
|
- box-sizing: border-box;padding-bottom:10rpx;margin-bottom: 16rpx;
|
|
|
+ box-sizing: border-box;padding-bottom:16rpx;margin-bottom: 16rpx;
|
|
|
.mall-image{width: 220rpx;height: 220rpx;margin-right: 16rpx;flex-shrink: 0;}
|
|
|
.content-body-box{display: flex;flex-direction: column;justify-content: space-between;}
|
|
|
.content-name{
|