.shopList.data-v-05db1d3a { display: flex; align-items: center; flex-direction: column; justify-content: content; } .shopList_img.data-v-05db1d3a { width: 308rpx; height: 44rpx; margin-bottom: 50rpx; } .shopList_list.data-v-05db1d3a { width: 690rpx; display: flex; flex-wrap: wrap; justify-content: space-between; } .shopList_list_view.data-v-05db1d3a { border-radius: 8rpx 8rpx 8rpx 8rpx; width: 334rpx; background-color: #fff; margin-bottom: 30rpx; padding-bottom: 20rpx; } .shopList_list_view_img.data-v-05db1d3a { width: 334rpx; height: 334rpx; border-radius: 8rpx 8rpx 0rpx 0rpx; } .shopList_list_view_tit.data-v-05db1d3a { 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-05db1d3a { padding: 0rpx 20rpx; display: flex; align-items: center; flex-direction: row; justify-content: space-between; } .shopList_list_view_mon_left.data-v-05db1d3a { font-weight: bold; font-size: 30rpx; color: #4874e5; } .shopList_list_view_mon_right.data-v-05db1d3a { 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; }