/* pages/info/sceneProductInfo/index.wxss */ page { background: #f2f2f2; } .swiper { width: 100%; height: 400rpx; } .swiper image { height: 400rpx; display: block; width: 100%; } .top-info { border-radius: 20rpx 20rpx 0 0; background: white; position: relative; z-index: 1; margin-top: -20rpx; padding: 20rpx 40rpx; } .top-info .title { font-size: 32rpx; font-weight: 500; color: #000; } .tags-box { margin-top: 10rpx; display: flex; align-items: center; color: #0B898E; font-size: 27rpx; height: 50rpx; } .tags-box .tag { position: relative; line-height: 20rpx; font-size: 20rpx; font-weight: 500; line-height: 50rpx; margin-right: 10rpx; } .tags-box .tag .line { content: "1"; display: block; font-size: 0; position: absolute; left: 0; right: 0; background: #DAF3E9; height: 8rpx; top: 30rpx; z-index: -1; } .tags-text { flex: 1; text-align: right; } .tags-box .iconfont { margin-left: 4rpx; font-size: 24rpx; } .address-box { justify-content: space-between; margin-top: 0; } .info-address { color: #666; font-size: 27rpx; margin-bottom: 0rpx; height: 30rpx; line-height: 30rpx; } .address-box .iconfont { font-size: 34rpx; } .box { margin: 20rpx; padding: 0 20rpx; background: white; border-radius: 13rpx; } .box-top { line-height: 120rpx; border-top: 1rpx solid #d9d9d9; font-weight: 500; color: #000; font-size: 35rpx; } .info-address { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30rpx; color: #999; font-size: 29rpx; } .info-address .iconfont { color: #0B898E; font-size: 31rpx; } .product-item { margin: 0 20rpx; padding: 27rpx 0; border-bottom: 1rpx solid #ccc; } .skutitle { font-size: 29rpx; color: #333; font-weight: 500; } .product-box { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 20rpx; } .product-left { flex: 1; } .product-tags { display: flex; align-items: center; } .product-tag { font-size: 20rpx; color: #0B898E; border-radius: 16rpx; line-height: 30rpx; border: 1rpx solid; padding: 0 15rpx; margin-right: 13rpx; } .product-tags .product-tags:last-child { margin-right: 0; } .order-tip-text { margin-top: 33rpx; font-size: 24rpx; color: #666; } .product-right { text-align: center; flex-shrink: 0; } .product-right .price { color: #D62828; font-size: 24rpx; margin-bottom: 20rpx; } .product-right .price text:nth-child(2){ font-weight: 500; font-size: 33rpx; } .product-right .price text:nth-child(3){ color: #8D8D8D; font-size: 20rpx; } .product-right .btn { background: #D62828; color: #fff; border-radius: 30px; line-height: 60rpx; font-size: 29rpx; font-weight: 500; width: 176rpx; } .box .product-item:last-child { border-bottom: none; } .box-top .iconfont { color: #0B898E; font-size: 33rpx; margin-right: 16rpx; } .empty-box { text-align: center; padding: 40rpx 0; font-size: 23rpx; color: #333; } .empty-btn { margin: 0 auto; margin-top: 30rpx; width: 283rpx; line-height: 79rpx; border: 1rpx solid #0B898E; border-radius: 39rpx; color: #0B898E; font-size: 32rpx; margin-bottom: 10rpx; } .box-top .score { color: #D62828; font-size: 30rpx; font-weight: 400; margin-left: 11rpx; } .product-comment { margin: 0 20rpx; border-bottom: 1rpx solid #ccc; padding: 33rpx 0; } .product-comment-top { display: flex; justify-content: space-between; color: #999999; align-items: center; font-size: 24rpx; } .product-comment-top image { flex-shrink: 0; width: 57rpx; height: 57rpx; border-radius: 50%; } .product-comment-top .comment-info { flex: 1; margin: 0 15rpx; color: #666; font-size: 21rpx; } .product-comment-top .comment-info .iconfont { color: #D62828; font-size: 22rpx; } .product-comment-top .comment-info .iconfont text { margin-right: 6rpx; } .comment-content { margin-left: 72rpx; margin-top: 36rpx; font-size: 28rpx; color: #000; } .more-comment-btn { line-height: 93rpx; margin-right: 20rpx; text-align: right; color: #999; font-size: 27rpx; font-weight: 500; } .more-comment-btn .iconfont { margin-left: 6rpx; font-size: 24rpx; } .all-comment-num { float: right; color: #999999; font-size: 27rpx; font-weight: 400; } .icon-xin,.icon-shoucang { position: fixed; right: 20rpx; margin-top: 20rpx; width: 60rpx; line-height: 60rpx; background: rgba(0, 0, 0, 0.4); border-radius: 50%; text-align: center; color: #fff; font-size: 36rpx; z-index: 3; } .icon-shoucang { color: #D62828; } .tags-price { flex: 1; text-align: right; color: #D62828; } .tags-price text:nth-child(1){ font-size: 27rpx; } .tags-price text:nth-child(2){ font-size: 40rpx; font-weight: bold; } .tags-price text:nth-child(3){ font-size: 20rpx; color: #999999; margin-left: 4rpx; } .sku-items { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 1rpx; } .sku-item { padding: 0 46rpx; font-size: 29rpx; color: #666; border: 1rpx solid #999; line-height: 58rpx; margin-right: 40rpx; margin-bottom: 25rpx; } .sku-item.active { background: #0B898E; border-color: #0B898E; color: #fff; } .details { padding-bottom: 30rpx; }