124 lines
2.2 KiB
Plaintext
124 lines
2.2 KiB
Plaintext
|
|
.store-card.data-v-8cae2ec5 {
|
|
display: flex;
|
|
background: #fff;
|
|
border-radius: 24rpx;
|
|
padding: 28rpx;
|
|
margin-bottom: 20rpx;
|
|
box-shadow: 0 2rpx 16rpx rgba(0, 0, 0, 0.06);
|
|
}
|
|
|
|
/* 左侧 */
|
|
.store-left.data-v-8cae2ec5 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-right: 24rpx;
|
|
flex-shrink: 0;
|
|
background: #F5F5F5;
|
|
border-radius: 20rpx;
|
|
border: 2rpx solid #E8E8E8;
|
|
overflow: hidden;
|
|
}
|
|
.store-photo.data-v-8cae2ec5 {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
.nav-btn.data-v-8cae2ec5 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 8rpx;
|
|
width: 180rpx;
|
|
height: 64rpx;
|
|
background: #fff;
|
|
}
|
|
.nav-btn.data-v-8cae2ec5:active {
|
|
opacity: 0.7;
|
|
}
|
|
.nav-icon.data-v-8cae2ec5 {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
.nav-text.data-v-8cae2ec5 {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* 右侧 */
|
|
.store-right.data-v-8cae2ec5 {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
.store-header.data-v-8cae2ec5 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.store-name.data-v-8cae2ec5 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #222;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
flex: 1;
|
|
margin-right: 12rpx;
|
|
}
|
|
.store-type.data-v-8cae2ec5 {
|
|
font-size: 22rpx;
|
|
color: #E8A735;
|
|
font-weight: 600;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
/* 信息行 */
|
|
.store-row.data-v-8cae2ec5 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
margin-bottom: 10rpx;
|
|
line-height: 1.5;
|
|
}
|
|
.row-icon.data-v-8cae2ec5 {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
margin-right: 8rpx;
|
|
margin-top: 4rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.row-text.data-v-8cae2ec5 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
flex: 1;
|
|
}
|
|
|
|
/* 优惠券行 */
|
|
.coupon-row.data-v-8cae2ec5 {
|
|
align-items: center;
|
|
margin-bottom: 0;
|
|
}
|
|
.coupon-link.data-v-8cae2ec5 {
|
|
display: flex;
|
|
align-items: center;
|
|
background: linear-gradient(135deg, #FFB800, #FF9500);
|
|
padding: 6rpx 20rpx;
|
|
border-radius: 24rpx;
|
|
margin-left: 12rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.coupon-link.data-v-8cae2ec5:active {
|
|
opacity: 0.8;
|
|
}
|
|
.coupon-link-text.data-v-8cae2ec5 {
|
|
font-size: 22rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
}
|
|
.coupon-link-arrow.data-v-8cae2ec5 {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
margin-left: 4rpx;
|
|
}
|