Files
2026-04-05 10:48:38 +08:00

1 line
3.5 KiB
Plaintext
Executable File

page{background-color:#f5f6fa}.store-detail .detail-head{position:relative;width:100%;height:300rpx;background-color:#fff}.store-detail .detail-head::after{content:"";position:absolute;left:0;right:0;bottom:0;height:112rpx;background-image:linear-gradient(transparent 10%,#f5f6fa)}.store-detail .detail-head .swiper{width:100%;height:100%}.store-detail .detail-head .swiper .item{width:100%;height:100%}.store-detail .detail-head .swiper image{width:100%;height:100%}.store-detail .detail-head .img-indicator-dots{position:absolute;z-index:5;bottom:60rpx;right:40rpx;background:hsla(0,0%,39.2%,.4);color:#fff;font-size:24rpx;line-height:40rpx;border-radius:20rpx;padding:0 20rpx}.store-detail .detail-content{position:relative;background-color:#fff;margin:-30rpx 30rpx 30rpx;padding:0 24rpx;border-radius:18rpx;z-index:9}.store-detail .detail-content .content-item{display:flex;align-items:center;justify-content:space-between;border-bottom:2rpx solid #ededed;padding:24rpx 0}.store-detail .detail-content .content-item:last-of-type{border-bottom:0}.store-detail .detail-content .store-name{font-size:32rpx;font-weight:700;line-height:1.5;padding:6rpx 0}.store-detail .detail-content .store-state{padding:8rpx 10rpx;font-size:24rpx;border:2rpx solid #66ad95;color:#66ad95;border-radius:4rpx;line-height:1}.store-detail .detail-content .store-state.warning{color:red;border-color:red}.store-detail .detail-content .store-time-wrap{flex-direction:column;align-items:baseline}.store-detail .detail-content .store-time-wrap .store-time{font-size:24rpx;color:#606266}.store-detail .detail-content .store-time-wrap .close-desc{color:red;font-size:24rpx}.store-detail .detail-content .store-time-wrap .tag-wrap{margin-top:20rpx;display:flex;flex-wrap:wrap}.store-detail .detail-content .store-time-wrap .tag-wrap .tag-item{padding:8rpx 10rpx;margin-right:10rpx;color:#6f7dad;background:#f4f5fa;border-radius:6rpx;line-height:1;font-size:24rpx}.store-detail .detail-content .telphone-wrap{padding:26rpx 0}.store-detail .detail-content .telphone-wrap .telphone{font-weight:700;color:var(--base-color);font-size:26rpx}.store-detail .detail-content .telphone-wrap > .iconfont{width:60rpx;height:48rpx;line-height:48rpx;text-align:center;background-color:#f4f5fa;border-radius:6rpx}.store-detail .detail-content .address-wrap .address-name{width:520rpx;line-height:1.5;color:#606266;font-size:24rpx}.store-detail .detail-content .address-wrap .address-location{margin-top:12rpx;display:flex;align-items:center;font-size:24rpx;color:#999ca7}.store-detail .detail-content .address-wrap .address-location .icondiy{font-size:24rpx;margin-right:4rpx}.store-detail .detail-content .address-wrap > .icondiy{width:60rpx;height:48rpx;line-height:48rpx;text-align:center;background-color:#f4f5fa;border-radius:6rpx}.store-detail .detail-map{background-color:#fff;margin:0 30rpx 30rpx;border-radius:18rpx;margin-bottom:calc(constant(safe-area-inset-bottom) + 170rpx);margin-bottom:calc(env(safe-area-inset-bottom) + 170rpx)}.store-detail .detail-map .map-head{padding-left:24rpx;height:100rpx;line-height:100rpx;font-size:32rpx;font-weight:700}.store-detail .detail-map .map-body{width:100%;height:460rpx}.store-detail .store-action-fill{padding-bottom:calc(constant(safe-area-inset-bottom) + 170rpx);padding-bottom:calc(env(safe-area-inset-bottom) + 170rpx)}.store-detail .store-action{position:fixed;background-color:#fff;bottom:0;right:0;left:0;display:flex;justify-content:center;padding:30rpx 0}.store-detail .store-action button{width:406rpx;color:#fff;font-size:30rpx;border-radius:50rpx}