.info-collect-page { padding: 0; } .product-info { /* height: 162rpx; */ padding: 12rpx 12rpx 16rpx; background: #fff; border-radius: 10rpx; } .product-info { /* display: flex; */ align-items: center; } .product-left image { width: 100%; height: 386rpx; /* border-radius: 10rpx; */ } .product-right { margin: 0 0 0 6rpx; display: flex; flex-direction: column; /* justify-content: space-between; */ /* height: 136rpx; */ padding: 14rpx 0 5rpx; } .product-right .title { margin-left: -12px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; font-size: 36rpx; } .brief { font-size: 24rpx; margin-top: 15rpx; } .collect-detail { margin: 20rpx 0 24rpx; padding: 0 10px; background-color: #fff; } .collect-detail .van-cell { background-color: transparent; padding: 20rpx 10rpx; } .collect-detail .van-cell:after { border-bottom-color: #E4E4E4; border-bottom-width: 4rpx; left: 0; } .collect-detail .van-field__input { text-align: right; } .collect-tip { font-size: 24rpx; padding: 0 10px; } .collect-detail .van-cell__value, .collect-detail .van-field__input { color: #85868A; font-size: 24rpx; font-family: PingFangSC-Light, helvetica, 'Heiti SC'; } /* 会员卡蒙层的样式 */ .poster{ position: fixed; top: 0; bottom: 0; right: 0; left: 0; background-color: #333333d1; /* padding: 0rpx 80rpx; padding-top: 20%;*/ z-index: 9999; height: 100%; text-align: center; justify-content: center; align-items: center; display: flex; } .ads{ margin: 10rpx 0rpx; color: #fff; } .tool{ display: flex; text-align: center; justify-content: baseline; width: 100%; margin-top: 20rpx; } .tool view{ flex: 1; } .img{ width: 99rpx; } .closeImg{ width: 57rpx; height: 57rpx; } .share-btn{ background-color:transparent; } .share-btn::after { border: none; } .m-card{ width: 100%; height: 230rpx; margin: 20rpx 0; } .m-card image{ width: 100%; height: 230rpx; }