@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 主要颜色 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-a9eced28 { position: absolute; width: 100%; background: #f6f6f6; overflow-x: hidden; } .goods-head.data-v-a9eced28 { position: fixed; left: 0; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; width: 100%; height: 100rpx; background: rgba(255, 255, 255, 0); height: calc(120rpx + 25px); color: #fff; } .goods-head .back.data-v-a9eced28 { position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 100rpx; height: 100%; padding-top: 90rpx; } .goods-head .back .back-one.data-v-a9eced28 { display: flex; align-items: center; justify-content: center; width: 50rpx; height: 50rpx; } .goods-head .back .back-one image.data-v-a9eced28 { width: 40rpx; height: 40rpx; } .goods-head .back .action.data-v-a9eced28 { background-color: transparent; } .goods-head .back .action .back-one-left.data-v-a9eced28 { display: block; } .goods-head .back .action .back-one-left1.data-v-a9eced28 { display: none; } .goods-head .back-one-left.data-v-a9eced28 { display: none; } .goods-head .action.head-title.data-v-a9eced28 { color: #000; } .goods-head .head-title.data-v-a9eced28 { font-size: 30rpx; font-weight: bold; padding-top: 90rpx; } .goods-head .head-tab.data-v-a9eced28 { display: flex; align-items: center; height: 100%; padding-top: 100rpx; } .goods-head .head-tab .tab.data-v-a9eced28 { position: relative; margin: 0 20rpx; padding: 0 10rpx; } .goods-head .head-tab .tab text.data-v-a9eced28 { color: #555555; font-size: 30rpx; } .goods-head .head-tab .action text.data-v-a9eced28 { color: #212121; font-size: 28rpx; } .goods-head .head-tab .action .line.data-v-a9eced28 { position: absolute; left: 0; bottom: -10rpx; width: 100%; height: 6rpx; background: linear-gradient(to right, #4D7CFF, rgba(255, 255, 255, 0.3)); } .goods-head .share-more.data-v-a9eced28 { position: absolute; right: 0; top: 0; width: 140rpx; height: 100%; padding-top: 100rpx; } .goods-head .share-more .share-more-one.data-v-a9eced28 { display: flex; align-items: center; justify-content: space-between; padding-right: 20rpx; height: 100%; } .goods-head .share-more .share-more-one .list.data-v-a9eced28 { display: flex; align-items: center; justify-content: center; width: 50rpx; height: 50rpx; background-color: rgba(0, 0, 0, 0.3); border-radius: 100%; } .goods-head .share-more .share-more-one .list text.data-v-a9eced28 { font-size: 28rpx; color: #FFFFFF; } .goods-head .share-more .action .list.data-v-a9eced28 { background-color: transparent; } .goods-head .share-more .action .list text.data-v-a9eced28 { color: #555555; } .goods-head .share-more .mroe-list.data-v-a9eced28 { position: fixed; right: 20rpx; top: 100rpx; top: 180rpx; width: 200rpx; background-color: rgba(255, 255, 255, 0.9); border-radius: 10rpx; } .goods-head .share-more .mroe-list .list.data-v-a9eced28 { display: flex; align-items: center; width: 90%; height: 80rpx; margin: 0 auto; border-bottom: 2rpx solid #C8C7CC; padding: 0 4%; } .goods-head .share-more .mroe-list .list .icon.data-v-a9eced28 { display: flex; align-items: center; width: 60rpx; } .goods-head .share-more .mroe-list .list .icon text.data-v-a9eced28 { font-size: 34rpx; } .goods-head .share-more .mroe-list .list .title.data-v-a9eced28 { display: flex; align-items: center; } .goods-head .share-more .mroe-list .list .title text.data-v-a9eced28 { font-size: 26rpx; } /* banner */ .banner.data-v-a9eced28 { width: 100%; height: 320rpx; height: 400rpx; } .banner image.data-v-a9eced28 { width: 100%; height: 320rpx; height: 400rpx; } .titleall-left-line.data-v-a9eced28 { width: 16rpx; height: 36rpx; border-radius: 100rpx; background: linear-gradient(to right, #527DFE, #5D93FE); margin-right: 20rpx; } .banner-text.data-v-a9eced28 { position: absolute; top: 100rpx; top: 180rpx; color: #fff; padding: 0 40rpx; display: flex; justify-content: space-between; width: 100%; } .banner-text .banner-text-title.data-v-a9eced28 { font-size: 34rpx; font-weight: bold; margin-bottom: 10rpx; } .banner-text .company.data-v-a9eced28 { display: flex; align-items: center; margin-top: 20rpx; } .banner-text .company image.data-v-a9eced28 { width: 40rpx; height: 40rpx; border-radius: 10rpx; margin-right: 10rpx; } .banner-text .time.data-v-a9eced28 { margin-top: 10rpx; } .banner-text .tousu.data-v-a9eced28 { color: #FFC25A; font-size: 28rpx; margin-top: 110rpx; } .banner-text .tousu image.data-v-a9eced28 { width: 30rpx; height: 30rpx; position: relative; top: 4rpx; } /* 价格 */ .price-info.data-v-a9eced28 { display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 120rpx; } .price-info .price.data-v-a9eced28 { display: flex; align-items: center; } .price-info .price .min.data-v-a9eced28 { color: #4D7CFF; font-size: 28rpx; font-weight: bold; } .price-info .price .max.data-v-a9eced28 { color: #4D7CFF; font-size: 48rpx; font-weight: bold; } .price-info .info.data-v-a9eced28 { display: flex; align-items: center; height: 100%; } .price-info .info .list.data-v-a9eced28 { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 20rpx; } .price-info .info .list text.data-v-a9eced28 { font-size: 24rpx; color: #555555; } .price-info .info .list .iconfont.data-v-a9eced28 { font-size: 34rpx; margin-bottom: 10rpx; color: #555555; } .price-info .info .list .action.data-v-a9eced28 { color: #4D7CFF; } /* 限时抢购 */ .flash-price.data-v-a9eced28 { display: flex; width: 100%; height: 100rpx; background-color: #FFFFFF; overflow: hidden; } .flash-price .price-item.data-v-a9eced28 { position: relative; display: flex; width: 70%; height: 100%; background: linear-gradient(to left, #4D7CFF, #ff4e17); padding: 0 20rpx; overflow: hidden; } .flash-price .price-item .icon-item.data-v-a9eced28 { display: flex; align-items: center; height: 100%; } .flash-price .price-item .icon-item text.data-v-a9eced28 { font-size: 42rpx; color: #FFFFFF; } .flash-price .price-item .price.data-v-a9eced28 { display: flex; flex-direction: column; justify-content: center; margin-left: 20rpx; } .flash-price .price-item .price .current-price.data-v-a9eced28 { display: flex; align-items: center; } .flash-price .price-item .price .current-price text.data-v-a9eced28 { color: #FFFFFF; font-weight: bold; } .flash-price .price-item .price .current-price .min.data-v-a9eced28 { font-size: 28rpx; } .flash-price .price-item .price .current-price .max.data-v-a9eced28 { font-size: 38rpx; } .flash-price .price-item .price .original-price.data-v-a9eced28 { display: flex; align-items: center; } .flash-price .price-item .price .original-price text.data-v-a9eced28 { font-size: 24rpx; color: #FFFFFF; opacity: 0.7; text-decoration: line-through; } .flash-price .price-item .tag.data-v-a9eced28 { position: absolute; right: -20rpx; bottom: -20rpx; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .flash-price .price-item .tag text.data-v-a9eced28 { font-size: 68rpx; color: rgba(0, 0, 0, 0.2); } .flash-price .time-item.data-v-a9eced28 { display: flex; flex-direction: column; justify-content: center; width: 30%; height: 100%; background-color: rgba(233, 59, 61, 0.5); } .flash-price .time-item .title.data-v-a9eced28 { display: flex; align-items: center; justify-content: center; width: 100%; } .flash-price .time-item .title text.data-v-a9eced28 { color: #FFFFFF; font-size: 24rpx; } .flash-price .time-item .time.data-v-a9eced28 { display: flex; align-items: center; justify-content: center; width: 100%; height: 50rpx; } .flash-price .time-item .time .num.data-v-a9eced28 { display: flex; align-items: center; justify-content: center; width: 40rpx; height: 40rpx; font-size: 24rpx; color: #FFFFFF; background-color: #4D7CFF; border-radius: 10rpx; } .flash-price .time-item .time .dot.data-v-a9eced28 { font-size: 24rpx; color: #4D7CFF; margin: 0 5rpx; } /* 标题 */ .goods-title.data-v-a9eced28 { padding: 0 4%; margin: 20rpx auto; } .goods-title text.data-v-a9eced28 { font-size: 28rpx; color: #212121; } /* 开通会员 */ .dredge-vip.data-v-a9eced28 { display: flex; align-items: center; justify-content: space-between; width: 90%; height: 80rpx; margin: 20rpx auto; background-color: #F5F5DC; border-radius: 20rpx; overflow: hidden; } .dredge-vip .title.data-v-a9eced28 { display: flex; align-items: center; height: 100%; padding: 0 4%; } .dredge-vip .title text.data-v-a9eced28 { font-size: 26rpx; color: #333333; } .dredge-vip .title text .col.data-v-a9eced28 { color: #4D7CFF; font-weight: bold; } .dredge-vip .title .iconfont.data-v-a9eced28 { font-size: 34rpx; color: #333333; margin-right: 20rpx; } .dredge-vip .dredge.data-v-a9eced28 { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100rpx; height: 80rpx; background-color: #464C5B; } .dredge-vip .dredge text.data-v-a9eced28 { font-size: 24rpx; color: #F5F5DC; text-align: center; } /* 优惠 */ .goods-discounts.data-v-a9eced28 { padding: 0 4%; background-color: #FFFFFF; border-radius: 20rpx; overflow: hidden; margin: 20rpx auto; } .goods-discounts .list.data-v-a9eced28 { display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 100rpx; border-bottom: 2rpx solid #f6f6f6; } .goods-discounts .list .title.data-v-a9eced28 { display: flex; align-items: center; width: 15%; height: 100%; font-size: 24rpx; color: #212121; } .goods-discounts .list .content.data-v-a9eced28 { display: flex; align-items: center; width: 80%; height: 100%; } .goods-discounts .list .content > text.data-v-a9eced28 { font-size: 24rpx; color: #555555; } .goods-discounts .list .content .serve.data-v-a9eced28 { display: flex; align-items: center; margin-right: 20rpx; } .goods-discounts .list .content .serve text.data-v-a9eced28 { font-size: 24rpx; color: #555555; } .goods-discounts .list .content .serve .iconfont.data-v-a9eced28 { font-size: 26rpx; color: #4D7CFF; margin-right: 10rpx; } .goods-discounts .list .content .coupon-list.data-v-a9eced28 { position: relative; display: flex; align-items: center; height: 30rpx; border: 2rpx solid #4D7CFF; border-radius: 6rpx; margin-right: 20rpx; } .goods-discounts .list .content .coupon-list view.data-v-a9eced28 { display: inline-block; padding: 0 5rpx; color: #4D7CFF; font-size: 24rpx; -webkit-transform: scale(0.8); transform: scale(0.8); } .goods-discounts .list .content .coupon-list.data-v-a9eced28:before { position: absolute; left: -10rpx; top: 50%; content: ""; width: 12rpx; height: 12rpx; background-color: #fff; border-right: 2rpx solid #4D7CFF; border-radius: 100%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .goods-discounts .list .content .coupon-list.data-v-a9eced28:after { position: absolute; right: -10rpx; top: 50%; content: ""; width: 12rpx; height: 12rpx; background-color: #fff; border-left: 2rpx solid #4D7CFF; border-radius: 100%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .goods-discounts .list .more.data-v-a9eced28 { display: flex; align-items: center; } .goods-discounts .list .more text.data-v-a9eced28 { font-size: 24rpx; color: #CCCCCC; } /* 评价 */ .evaluate-data.data-v-a9eced28 { padding: 4%; margin: 20rpx auto; background-color: #FFFFFF; border-radius: 20rpx; overflow: hidden; margin: 20rpx; } .evaluate-data .title-more.data-v-a9eced28 { display: flex; align-items: center; justify-content: space-between; width: 100%; } .evaluate-data .title-more .title.data-v-a9eced28 { display: flex; align-items: center; height: 100%; font-size: 32rpx; color: #000; font-weight: bold; } .evaluate-data .title-more .title .num.data-v-a9eced28 { font-size: 24rpx; } .evaluate-data .title-more .more.data-v-a9eced28 { display: flex; align-items: center; } .evaluate-data .title-more .more text.data-v-a9eced28 { font-size: 26rpx; color: #212121; } .evaluate-data .evaluate-list-line.data-v-a9eced28 { height: 2rpx; width: 100%; background-color: #F7F7F7; margin: 20rpx 0; } .evaluate-data .evaluate-list.data-v-a9eced28 { width: 100%; } .evaluate-data .evaluate-list .user-info.data-v-a9eced28 { display: flex; align-items: center; width: 100%; height: 80rpx; } .evaluate-data .evaluate-list .user-info .thumb.data-v-a9eced28 { width: 60rpx; height: 60rpx; } .evaluate-data .evaluate-list .user-info .thumb image.data-v-a9eced28 { width: 100%; height: 100%; border-radius: 100%; } .evaluate-data .evaluate-list .user-info .nickname-grade.data-v-a9eced28 { height: 60rpx; margin-left: 20rpx; } .evaluate-data .evaluate-list .user-info .nickname-grade .nickname.data-v-a9eced28 { display: flex; align-items: center; } .evaluate-data .evaluate-list .user-info .nickname-grade .nickname text.data-v-a9eced28 { font-size: 24rpx; color: #212121; } .evaluate-data .evaluate-list .user-info .nickname-grade .grade.data-v-a9eced28 { display: flex; align-items: center; margin-top: 6rpx; } .evaluate-data .evaluate-list .user-info .nickname-grade .grade text.data-v-a9eced28 { font-size: 24rpx; color: #4D7CFF; } .evaluate-data .evaluate-list .content.data-v-a9eced28 { width: 100%; } .evaluate-data .evaluate-list .content .character.data-v-a9eced28 { display: flex; align-items: center; padding: 10rpx 0; } .evaluate-data .evaluate-list .content .character .character-icon.data-v-a9eced28 { background-color: #F0F5FF; color: #4B78D8; font-size: 28rpx; border-radius: 8rpx; padding: 10rpx 20rpx; margin-top: 10rpx; margin-right: 20rpx; } .evaluate-data .evaluate-list .content .attr.data-v-a9eced28 { display: flex; align-items: center; padding: 10rpx 0; } .evaluate-data .evaluate-list .content .attr text.data-v-a9eced28 { font-size: 24rpx; color: #CCCCCC; } .evaluate-data .evaluate-list .content .thumb-list.data-v-a9eced28 { display: flex; width: 100%; height: 200rpx; margin: 10rpx 0; } .evaluate-data .evaluate-list .content .thumb-list .list.data-v-a9eced28 { width: 200rpx; height: 200rpx; margin-right: 3%; } .evaluate-data .evaluate-list .content .thumb-list .list image.data-v-a9eced28 { width: 100%; height: 100%; } .evaluate-data .evaluate-list .look-all.data-v-a9eced28 { display: flex; align-items: center; justify-content: center; margin: 20rpx auto; } .evaluate-data .evaluate-list .look-all text.data-v-a9eced28 { padding: 10rpx 20rpx; font-size: 26rpx; color: #212121; border: 2rpx solid #f6f6f6; border-radius: 40rpx; } /* 排行榜 */ .ranking-list.data-v-a9eced28 { padding: 0 4%; margin: 20rpx auto; background-color: #FFFFFF; border-radius: 20rpx; overflow: hidden; } .ranking-list .ranking-title.data-v-a9eced28 { display: flex; align-items: center; width: 100%; height: 80rpx; } .ranking-list .ranking-title .title.data-v-a9eced28 { font-size: 26rpx; color: #212121; } .ranking-list .goods-list.data-v-a9eced28 { display: flex; flex-wrap: wrap; width: 100%; } .ranking-list .goods-list .list.data-v-a9eced28 { width: 32%; height: 360rpx; border-radius: 10rpx; overflow: hidden; margin-right: 2%; } .ranking-list .goods-list .list .thumb.data-v-a9eced28 { width: 100%; height: 200rpx; } .ranking-list .goods-list .list .thumb image.data-v-a9eced28 { width: 100%; height: 100%; } .ranking-list .goods-list .list .title.data-v-a9eced28 { display: flex; align-items: center; width: 100%; height: 80rpx; } .ranking-list .goods-list .list .title text.data-v-a9eced28 { font-size: 24rpx; color: #555555; } .ranking-list .goods-list .list .price.data-v-a9eced28 { display: flex; align-items: center; width: 100%; height: 60rpx; } .ranking-list .goods-list .list .price text.data-v-a9eced28 { color: #4D7CFF; font-size: 24rpx; font-weight: bold; } .ranking-list .goods-list .list.data-v-a9eced28:nth-child(3n) { margin-right: 0; } /* 商品介绍 */ .products-introduction .title.data-v-a9eced28 { display: flex; justify-content: center; align-items: center; width: 100%; height: 80rpx; } .products-introduction .title text.data-v-a9eced28 { font-size: 28rpx; color: #212121; margin: 0 20rpx; } .products-introduction .title.data-v-a9eced28:before { content: ""; width: 100rpx; height: 2rpx; background-color: #c0c0c0; } .products-introduction .title.data-v-a9eced28:after { content: ""; width: 100rpx; height: 2rpx; background-color: #c0c0c0; } .products-introduction .content.data-v-a9eced28 { margin: 20rpx; } .products-introduction .content image.data-v-a9eced28 { width: 100%; } .products-introduction .content ._img.data-v-a9eced28 { width: 100%; } .my-phone.data-v-a9eced28 { font-size: 24rpx; text-align: center; color: #A2A2A2; margin: 20rpx 0; padding-bottom: 120rpx; padding-bottom: 40rpx; } .my-phone view.data-v-a9eced28 { margin-bottom: 10rpx; } /* 底部 */ .page-footer.data-v-a9eced28 { position: fixed; left: 0; bottom: 0; display: flex; width: 100%; height: 100rpx; background-color: #FFFFFF; height: calc(50rpx + env(safe-area-inset-bottom)); } .page-footer .footer-fn.data-v-a9eced28 { width: 50%; height: 100%; } .page-footer .footer-fn .list.data-v-a9eced28 { width: 80%; height: 40rpx; margin-left: 50rpx; padding-top: 10rpx; text-align: center; } .page-footer .footer-fn .list text.data-v-a9eced28 { font-size: 28rpx; color: #5A7EFF; } .page-footer .footer-fn .list1.data-v-a9eced28 { width: 80%; height: 40rpx; margin-left: 50rpx; padding-top: 10rpx; text-align: center; margin-bottom: 10rpx; } .page-footer .footer-fn .list1 text.data-v-a9eced28 { font-size: 32rpx; color: #5A7EFF; font-weight: bold; } .page-footer .footer-buy.data-v-a9eced28 { display: flex; align-items: center; justify-content: space-between; width: 50%; height: 100%; } .page-footer .footer-buy .buy-at.data-v-a9eced28 { text-align: center; width: 100%; height: 100%; background: #5A7EFF; color: #FFFFFF; padding-top: 14rpx; } .page-footer .footer-buy .buy-at .buy-top.data-v-a9eced28 { font-size: 32rpx; font-weight: bold; } .record-list.data-v-a9eced28 { width: 100%; padding-bottom: 10rpx; } .record-list .list.data-v-a9eced28 { background-color: #FFF; display: flex; justify-content: space-between; padding: 30rpx; border-bottom: 2rpx solid #f6f6f6; box-shadow: 0 0 20rpx #ededed; margin: 20rpx; border-radius: 10rpx; } .record-list .list .title-date.data-v-a9eced28 { width: 65%; height: 100%; } .record-list .list .title-date .title.data-v-a9eced28 { display: flex; align-items: center; width: 100%; height: 60rpx; } .record-list .list .title-date .title text.data-v-a9eced28 { font-size: 28rpx; font-weight: bold; color: #222222; } .record-list .list .title-date .date.data-v-a9eced28 { display: flex; align-items: center; width: 100%; margin-top: 20rpx; } .record-list .list .title-date .date text.data-v-a9eced28 { font-size: 24rpx; color: #959595; height: 38rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .record-list .list .title-date .yellow-btn.data-v-a9eced28 { background-color: #FF8E48; font-size: 20rpx; color: #fff; display: inline-block; padding: 10rpx 20rpx; border-radius: 10rpx; margin-top: 20rpx; } .record-list .list .integral.data-v-a9eced28 { text-align: right; height: 100%; } .record-list .list .integral text.data-v-a9eced28 { font-size: 28rpx; font-weight: bold; } .record-list .list .integral .integral-btn.data-v-a9eced28 { color: #5A7EFF; background-color: #E2EBFF; border-radius: 10rpx; padding: 10rpx 20rpx; } .record-list .list .integral .integral-num.data-v-a9eced28 { color: #FF8E48; margin-top: 40rpx; } .titleall-box.data-v-a9eced28 { display: flex; justify-content: space-between; margin: 0 20rpx; padding: 20rpx 0; } .titleall-box .titleall-left.data-v-a9eced28 { font-size: 32rpx; font-weight: bold; display: flex; align-items: center; } .titleall-box .titleall-left .titleall-left-line.data-v-a9eced28 { width: 16rpx; height: 36rpx; border-radius: 100rpx; background: linear-gradient(to right, #527DFE, #5D93FE); margin-right: 20rpx; } .titleall-box .titleall-right.data-v-a9eced28 { color: #C1C1C1; } .titleall-box .titleall-right image.data-v-a9eced28 { width: 20rpx; height: 20rpx; margin-left: 10rpx; } .title-screen.data-v-a9eced28 { display: flex; margin: 0 20rpx 0 20rpx; } .title-screen .title-screen-box.data-v-a9eced28 { margin-right: 80rpx; } .title-screen .title-screen-box image.data-v-a9eced28 { width: 24rpx; height: 24rpx; margin-left: 10rpx; } .search-box.data-v-a9eced28 { padding: 20rpx 0; } .search.data-v-a9eced28 { display: flex; align-items: center; padding: 0 10rpx; margin: 0 20rpx; height: 70rpx; background-color: #fff; border: 2rpx solid #E2E2E2; border-radius: 20rpx; } .search .iconfont.data-v-a9eced28 { font-size: 28rpx; color: #C0C0C0; } .search input.data-v-a9eced28 { width: 80%; height: 100%; color: #212121; font-size: 24rpx; margin-left: 10rpx; } .search .search-btn.data-v-a9eced28 { background: linear-gradient(to right, #6093FE, #557DFF); display: inline-block; border-radius: 10rpx; color: #fff; width: 120rpx; text-align: center; height: 55rpx; line-height: 55rpx; }