/* pages/nearbyStore/nearbyStore.wxss */ .map { z-index: 9999; position: fixed; left: 0; width: 100%; height: 490rpx; } .nearbyStore { padding-top: 490rpx; } .nav_title { margin: 39rpx 0; width: 100%; text-align: center; font-size: 30rpx; letter-spacing: 0px; color: #333; } .nav_title span { margin: 0 10rpx; font-size: 30rpx; letter-spacing: 0px; color: #1bb348; } .shop_row { padding-top: 49rpx; padding-bottom: 20rpx; width: 100%; /* height: 228rpx; */ background-color: #fff; box-shadow: 0px 0px 15rpx 0px rgba(172, 172, 172, 0.07); border-radius: 15rpx; } .title { height: 40rpx; line-height: 40rpx; width: 100%; } .title1 image { width: 21rpx; height: 26rpx; } .title2 { margin-left: 15rpx; } .shop_info { margin-top: 32rpx; display: flex; width: 100%; } .shop_infol { flex: 6; } .shop_infol .shop_p { font-size: 26rpx; line-height: 40rpx; letter-spacing: 0px; color: #666; } .shop_infor { flex: 2; } .shop_img { display: flex; height: 100%; width: 100%; position: relative; } .shop_img::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 2rpx; height: 25rpx; background-color: #ccc; } .shimg { flex: 2; } .shimg image { width: 36rpx; height: 36rpx; }