57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
.container.data-v-299f73b3 {
|
|
height: 100%;
|
|
background-color: #F3F5F7;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.container .body.data-v-299f73b3 {
|
|
padding: 20rpx 0;
|
|
flex: 1;
|
|
height: 0;
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 10rpx;
|
|
}
|
|
.container .item.data-v-299f73b3 {
|
|
background-color: #fff;
|
|
padding: 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 20rpx;
|
|
}
|
|
.container .date.data-v-299f73b3 {
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #333333;
|
|
}
|
|
.container .shopInfo.data-v-299f73b3 {
|
|
display: flex;
|
|
align-items: stretch;
|
|
-webkit-column-gap: 20rpx;
|
|
column-gap: 20rpx;
|
|
}
|
|
.container .shopInfo .shopImg.data-v-299f73b3 {
|
|
width: 160rpx;
|
|
height: 100rpx;
|
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
|
background-color: #efefef;
|
|
}
|
|
.container .shopInfo .shopInfo_content.data-v-299f73b3 {
|
|
flex: 1;
|
|
width: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 6rpx 0;
|
|
}
|
|
.container .shopInfo .shopName.data-v-299f73b3 {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.container .shopInfo .shopAddress.data-v-299f73b3 {
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
|