|
|
@@ -1570,7 +1570,7 @@
|
|
|
display: flex;flex-direction: column;
|
|
|
.haibao-info-body-box{
|
|
|
box-sizing: border-box;padding: 24rpx;flex: 1;overflow-y: auto;
|
|
|
- display: flex;align-items: center;background-color: #202020;
|
|
|
+ display: flex;flex-direction: column;background-color: #202020;
|
|
|
img{width: 100%;}
|
|
|
.haibao-info-text{
|
|
|
color: #000;font-size: 28rpx;margin-top: 16rpx;display: flex;align-items: center;
|
|
|
@@ -1578,11 +1578,7 @@
|
|
|
.jz-icon{background-image: url("@/static/images/common/haibao-jz-icon.svg");}
|
|
|
.tel-icon{background-image: url("@/static/images/common/haibao-yh-icon.svg");}
|
|
|
}
|
|
|
- .info-text-box{
|
|
|
- position: absolute;bottom: 16rpx;left: 10rpx;
|
|
|
- }
|
|
|
- .img-box{
|
|
|
- position: relative;
|
|
|
- }
|
|
|
+ .info-text-box{position: absolute;bottom: 16rpx;left: 10rpx;}
|
|
|
+ .img-box{position: relative;}
|
|
|
}
|
|
|
}
|