@charset "UTF-8";
|
/* 页面左右间距 */
|
/* 文字尺寸 */
|
/*文字颜色*/
|
/* 边框颜色 */
|
/* 图片加载中颜色 */
|
/* 行为相关颜色 */
|
.container {
|
padding-bottom: 134rpx;
|
/* 空白页 */
|
}
|
.container .empty {
|
position: fixed;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 100vh;
|
padding-bottom: 100rpx;
|
display: flex;
|
justify-content: center;
|
flex-direction: column;
|
align-items: center;
|
background: #fff;
|
}
|
.container .empty image {
|
width: 240rpx;
|
height: 160rpx;
|
margin-bottom: 30rpx;
|
}
|
.container .empty .empty-tips {
|
display: flex;
|
font-size: 26rpx;
|
color: #C0C4CC;
|
}
|
.container .empty .empty-tips .navigator {
|
color: #fa436a;
|
margin-left: 16rpx;
|
}
|
/* 团购列表项 */
|
.groupshop-item {
|
display: flex;
|
padding: 30rpx 40rpx;
|
}
|
.groupshop-item .image-wrapper {
|
width: 230rpx;
|
height: 230rpx;
|
}
|
.groupshop-item .image-wrapper image {
|
border-radius: 8rpx;
|
}
|
.groupshop-item .item-right {
|
flex: 1;
|
position: relative;
|
padding-left: 30rpx;
|
}
|
.groupshop-item .item-right .clamp-title {
|
width: 410rpx;
|
display: -webkit-box;
|
-webkit-line-clamp: 3;
|
-webkit-box-orient: vertical;
|
}
|
.groupshop-item .item-right .bottom {
|
font-size: 30rpx;
|
color: #303133;
|
height: 40rpx;
|
line-height: 40rpx;
|
position: absolute;
|
bottom: 10rpx;
|
left: 30rpx;
|
}
|
.groupshop-item .item-right .price {
|
color: #fa436a;
|
font-size: 18px;
|
}
|
.groupshop-item .item-right .attr {
|
font-size: 26rpx;
|
color: #909399;
|
height: 50rpx;
|
line-height: 50rpx;
|
}
|
.groupshop-item .item-right .info {
|
margin-left: 10rpx;
|
}
|
.groupshop-item .item-right .pro-box {
|
display: flex;
|
align-items: center;
|
margin-top: 10rpx;
|
font-size: 24rpx;
|
color: 28rpx;
|
padding-right: 10rpx;
|
}
|
.groupshop-item .item-right .pro-box .progress-box {
|
flex: 1;
|
border-radius: 10px;
|
overflow: hidden;
|
margin-right: 8rpx;
|
}
|
.groupshop-item .item-right .price {
|
height: 50rpx;
|
line-height: 50rpx;
|
}
|