|
|
@@ -1538,7 +1538,7 @@
|
|
|
display: flex;flex: 1;border-top: 1rpx solid #f0f0f0;overflow: hidden;
|
|
|
}
|
|
|
.haibao-menu-box{
|
|
|
- width: 170rpx;border-right: 1rpx solid #f0f0f0;overflow-y: auto;
|
|
|
+ width: 180rpx;border-right: 1rpx solid #f0f0f0;overflow-y: auto;
|
|
|
.menu-item-box{
|
|
|
width: 100%;height: 72rpx;line-height: 72rpx;font-size: 28rpx;
|
|
|
box-sizing: border-box;padding: 0 10rpx;
|
|
|
@@ -1558,8 +1558,8 @@
|
|
|
}
|
|
|
.haibao-card-box{
|
|
|
width: 31%;margin-right: 3.5%;font-size: 0;margin-bottom: 20rpx;
|
|
|
- img{width: 100%;height: 240rpx;border-radius: 8rpx;}
|
|
|
- .card-name{font-size: 24rpx;color: #666;text-align: center;margin-top: 6rpx;}
|
|
|
+ img{width: 100%;height: 260rpx;border-radius: 8rpx;}
|
|
|
+ .card-name{font-size: 24rpx;color: #666;text-align: center;margin-top: 6rpx;@include single-line-ellipsis();}
|
|
|
}
|
|
|
.haibao-card-box:nth-child(3n){margin-right: 0;}
|
|
|
}
|
|
|
@@ -1569,7 +1569,20 @@
|
|
|
width: 100%;height: 100vh;background-color: #fff;
|
|
|
display: flex;flex-direction: column;background-color: #202020;
|
|
|
.haibao-info-body-box{
|
|
|
- box-sizing: border-box;padding: 24rpx;
|
|
|
+ box-sizing: border-box;padding: 24rpx;flex: 1;
|
|
|
+ display: flex;align-items: center;
|
|
|
img{width: 100%;}
|
|
|
+ .haibao-info-text{
|
|
|
+ color: #000;font-size: 28rpx;margin-top: 16rpx;display: flex;align-items: center;
|
|
|
+ icon{width: 32rpx;height: 32rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
|
|
|
+ .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;
|
|
|
+ }
|
|
|
}
|
|
|
}
|