@charset "UTF-8"; Page { width: 100%; height: 100%; background-color: #F7F7F7; } .container { width: 100%; height: 100%; background-color: #F7F7F7; /* 门店的标题 */ } .container .shop { border-top: 1rpx solid #ECECEC; width: 100%; background-color: #F7F7F7; /* 未获得授权时显示获取授权按钮 */ } .container .shop > .title { display: flex; justify-content: space-between; padding: 0 40rpx; height: 80rpx; line-height: 80rpx; background-color: #fff; } .container .shop > .title .title-left { position: relative; padding-left: 40rpx; } .container .shop > .title .title-left .shop-icon { width: 40rpx; height: 40rpx; position: absolute; top: 50%; left: -10rpx; transform: translateY(-50%); } .container .shop .shop-info { width: 100%; height: 500rpx; } .container .shop .shop-info > image { width: 100%; } .container .shop .user-location-btn { width: 100%; height: 220rpx; border-top: 1rpx solid #ECECEC; background-color: #fff; position: relative; } .container .shop .user-location-btn .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%); } .container .product { overflow-y: auto; /* .weui-tabs { .weui-tabs-bar__wrp { .weui-tabs-bar__content { height: 100rpx; line-height: 99rpx; white-space: nowrap; display: flex; justify-content: space-around; border-bottom: 1rpx solid #ECECEC; } } } */ } .container .product .productinfo { width: 95%; height: 550rpx; padding: 10rpx 0; margin: 0 auto; } .container .product .productinfo .product-item { width: 100%; height: 550rpx; display: flex; flex-direction: column; margin-bottom: 20rpx; } .container .product .productinfo .product-item .product-img { width: 100%; height: 400rpx; } .container .product .productinfo .product-item .product-desc { height: 150rpx; letter-spacing: 2rpx; font-weight: 100; display: flex; flex-direction: column; } .container .product .productinfo .product-item .product-desc .product-name { line-height: 70rpx; } .container .product .productinfo .product-item .product-desc .price { display: flex; justify-content: flex-start; line-height: 50rpx; } .container .product .productinfo .product-item .product-desc .price :last-child { margin-left: 20rpx; } .container .product .productinfo:first-child { margin-top: 10rpx; } .fw700 { font-weight: 500; font-size: 17px; } .gold { font-size: 15px; color: #b1a384; } .gray { font-size: 13px; color: #999; }