shopDetails.wxss 1.1 KB
/* pages/shopDetails/shopDetails.wxss */
@import "/wxParse/wxParse.wxss";
.buttom{
   border-top: 1rpx solid #E4E4E4;
   padding-left: 39rpx;
   padding-right: 39rpx;
   padding-top: 47rpx;
}
.locationList {
   display: flex;
   justify-content: space-between;
   padding-bottom: 33rpx;
   border-bottom: 1rpx solid #E4E4E4;
}

.locationList .left .nameNum {
   display: flex;
}

.locationList .left .nameNum .name {
   font-size: 30rpx;
   color: #333;
}

.locationList .left .nameNum .num {
   font-size: 28rpx;
   color: #fcb801;
   margin-left: 31rpx;
}

.locationList .left .time {
   display: flex;
   align-items: center;
   margin-top:18rpx;
}
.locationList .left .time .icon{
   font-size: 28rpx;
}
.locationList .left .time .times{
   font-size: 28rpx;
   color:#666;
   margin-left: 15rpx;
}
.shopImg .shopTitle{
   font-size: 26rpx;
   color:#333333;
   margin-top:38rpx;
}
.shopImg .img{
   margin-top: 31rpx;
   /* display: flex;
   justify-content: space-between;
   flex-wrap: wrap; */
}
.shopImg .img::after{
   content: "";
   width:207rpx;
}
.shopImg .img image{
   width:207rpx;
   height:150rpx;
   border-radius: 5rpx;
   margin-bottom: 22rpx;
}