Files
PC-202306242200\Administrator dac42e3b0c first commit
2026-03-28 23:09:02 +08:00

103 lines
2.2 KiB
Plaintext

.shopList.data-v-1cf27b2a {
display: flex;
align-items: center;
flex-direction: column;
justify-content: content;
}
.shopList_img.data-v-1cf27b2a {
width: 308rpx;
height: 44rpx;
margin-bottom: 50rpx;
}
.shopList_list.data-v-1cf27b2a {
width: 690rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.shopList_list_view.data-v-1cf27b2a {
border-radius: 8rpx 8rpx 8rpx 8rpx;
width: 334rpx;
background-color: #fff;
margin-bottom: 30rpx;
padding-bottom: 20rpx;
}
.shopList_list_view_img.data-v-1cf27b2a {
width: 334rpx;
height: 334rpx;
border-radius: 8rpx 8rpx 0rpx 0rpx;
}
.shopList_list_view_tit.data-v-1cf27b2a {
padding: 10rpx 20rpx 0;
display: -webkit-box;
-webkit-line-clamp: 2;
/* 限制显示的行数 */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
font-size: 30rpx;
color: #232323;
}
.shopList_list_view_mon.data-v-1cf27b2a {
padding: 0rpx 20rpx;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.shopList_list_view_mon_left.data-v-1cf27b2a {
font-weight: bold;
font-size: 30rpx;
color: #4874e5;
}
.shopList_list_view_mon_right.data-v-1cf27b2a {
width: 80rpx;
height: 40rpx;
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
font-size: 26rpx;
background-color: #4874e5;
color: #fff;
font-weight: bold;
border-radius: 20rpx;
}
.home_notice.data-v-1cf27b2a {
background-color: #fff;
border-radius: 25rpx;
padding: 30rpx 40rpx;
}
.home_notice_title.data-v-1cf27b2a {
font-size: 30rpx;
font-weight: bold;
color: #4874e5;
text-align: center;
margin-bottom: 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.home_notice_view.data-v-1cf27b2a {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
padding-bottom: 20rpx;
}
.home_notice_view view.data-v-1cf27b2a {
max-width: 600rpx;
white-space: nowrap;
/*超出的空白区域不换行*/
overflow: hidden;
/*超出隐藏*/
text-overflow: ellipsis;
/*文本超出显示省略号*/
}
.homeIndex ::deep .u-grid-item.data-v-1cf27b2a {
margin-top: 0;
}
.homeIndex button.data-v-1cf27b2a::after {
all: unset;
}