Page { width: 100%; height: 100%; background-color: #F7F7F7; } .container { width: 100%; height: 100%; background-color: #F7F7F7; // overflow-y: hidden; /* 门店的标题 */ .shop { border-top: 1rpx solid #ECECEC; width: 100%; background-color: #F7F7F7; >.title { display: flex; justify-content: space-between; padding: 0 40rpx; height: 80rpx; line-height: 80rpx; background-color: #fff; .title-left { position: relative; padding-left: 40rpx; .shop-icon { width: 40rpx; height: 40rpx; position: absolute; top: 50%; left: -10rpx; transform: translateY(-50%); } } } /* 未获得授权时显示获取授权按钮 */ .user-location-btn { width: 100%; height: 220rpx; border-top: 1rpx solid #ECECEC; background-color: #fff; position: relative; .location-btn { background-color: #ECECEC; padding: 0; width: 50%; height: 50%; line-height: 100rpx; color: #21ad50; position: absolute; left: 50%; top: 28%; transform: translate(-50%); } } } .product { height: 600px; .tab-content{ overflow-y: auto; height: 600px; } // padding-top: 590rpx; .weui-tabs { .weui-tabs-bar__wrp { .weui-tabs-bar__content { display: flex; height: 100rpx; justify-content: flex-start; .weui-tabs-bar__item{ // width: 33.33%; flex:1; position: relative; .weui-tabs-bar__title{ text-align: center; line-height: 100rpx; width: 100%; } } & .weui-tabs-bar__item:nth-of-type(2){ &::before,&::after{ content: ''; position: absolute; height: 40rpx; width: 1rpx; background-color: #fff; } &::before{ left: 0; top: 50%; transform: translateY(-50%); } &::after{ right: 0; top: 50%; transform: translateY(-50%); } } } } } .shop-info { width: 100%; height: 500rpx; >image { width: 100%; } } .productinfo { width: 93%; padding: 10rpx 0; margin: 0 auto; .product-item { width: 100%; height: 550rpx; display: flex; flex-direction: column; margin-bottom: 20rpx; .product-img { width: 100%; height: 400rpx; } .product-desc { height: 150rpx; letter-spacing: 2rpx; font-weight: 100; display: flex; flex-direction: column; .product-name { line-height: 70rpx; } .price { display: flex; justify-content: flex-start; line-height: 50rpx; & :last-child { margin-left: 20rpx; } } } } &:first-child { margin-top: 10rpx; } } } } .fw700 { font-weight: 500; font-size: 17px; } .gold { font-size: 15px; color: #b1a384; } .gray { font-size: 13px; color: #999; }