|
@@ -184,7 +184,7 @@ export default {
|
|
|
&-content-false {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- width: 480rpx;
|
|
|
+ width: 388rpx;
|
|
|
font-size: 28rpx;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
@@ -206,22 +206,19 @@ export default {
|
|
|
&-content-true {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- width: 480rpx;
|
|
|
+ width: 388rpx;
|
|
|
font-size: 28rpx;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #42516C;
|
|
|
line-height: 42rpx;
|
|
|
.garden-product-content-item {
|
|
|
- margin-bottom: 24rpx;
|
|
|
+ margin-bottom: 16rpx;
|
|
|
+ width: 388rpx;
|
|
|
}
|
|
|
.garden-product-content-item:first-child {
|
|
|
display: block;
|
|
|
width: 388rpx;
|
|
|
- height: 42rpx;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow:ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
}
|
|
|
.garden-product-content-item:last-child {
|
|
|
margin-bottom: 0;
|