|
@@ -1015,3 +1015,20 @@
|
|
|
.order-card-box::last-child{margin-bottom: 0;}
|
|
.order-card-box::last-child{margin-bottom: 0;}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+// 产品商城
|
|
|
|
|
+.ezy-shop-page{
|
|
|
|
|
+ width: 100%;height: 100vh;display: flex;flex-direction: column;
|
|
|
|
|
+ .shop-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
|
|
|
|
|
+ .shop-card-box{
|
|
|
|
|
+ border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
|
|
|
|
|
+ box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
|
|
|
|
|
+ .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
|
|
|
|
|
+ .card-right-box{
|
|
|
|
|
+ margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
|
|
|
|
|
+ .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
|
|
|
|
|
+ .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
|
|
|
|
|
+ .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|