123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- .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;
- }
-
|