page { display: flex; justify-content: flex-start; flex-direction: column; width: 100%; height: 100%; background-color: #f9f9fb; } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .goods_price .vip_ident.data-v-210619e6 { width: 56rpx; height: 40rpx; background: linear-gradient(226deg, #66647a 0%, #404146 100%); border-radius: 4rpx; font-size: 28rpx; color: #fcf7c0; display: flex; justify-content: center; align-items: center; margin-right: 10rpx; } .goods_price .old_price.data-v-210619e6 { text-decoration: line-through; font-size: 28rpx; font-weight: 500; } .goods_price .draw_off text.data-v-210619e6 { color: #999; } .goods_price .symbol.data-v-210619e6 { font-size: 28rpx; } .goods_price .price.data-v-210619e6 { font-weight: 600; font-size: 36rpx; } .goods_price .price text.data-v-210619e6 { color: #fb231f; } .goods_price .vip.data-v-210619e6 { font-size: 28rpx; font-weight: bold; color: #333; } .goods_price .vip_active.data-v-210619e6 { font-size: 36rpx; font-weight: bold; } .goods_price .vip_active text.data-v-210619e6 { color: #fb231f; } .goods_price .vip_img.data-v-210619e6 { width: 88rpx; height: 36rpx; vertical-align: -6rpx; margin-right: 10rpx; } .qrimg.data-v-210619e6 { opacity: 0; } .fixed_box.data-v-210619e6 { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 999; } .fixed_box .all.data-v-210619e6 { height: 98rpx; border-bottom: 1rpx solid #eee; padding: 0 30rpx 10rpx; display: flex; justify-content: flex-start; align-items: flex-end; } .fixed_box .btn_submit.data-v-210619e6 { padding: 0 20rpx; height: 120rpx; } .fixed_box .btn_submit view.data-v-210619e6 { height: 88rpx; background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%); border-radius: 44rpx 44rpx 44rpx 44rpx; } .fixed_box .btn_con.data-v-210619e6 { background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%); height: 100rpx; font-size: 32rpx; color: #fff; } .share_show.data-v-210619e6 { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 9999; } .share_show .share_con.data-v-210619e6 { width: 80%; margin: 0 auto; height: 100%; z-index: 999999; } .share_show .share_con .canvas.data-v-210619e6 { width: 540rpx; height: 960rpx; position: relative; } .share_show .share_con .canvas #canvas.data-v-210619e6 { width: 540rpx; height: 960rpx; position: absolute; top: 0; left: 0; } .share_show .share_con .canvas .poster_img.data-v-210619e6 { -webkit-touch-callout: default; width: 100%; height: 100%; display: block; } .share_show .share_con .canvas ._img[src].data-v-210619e6, .share_show .share_con .canvas ._img.data-v-210619e6:not([src]) { opacity: 0; } .share_show .share_con .save_img.data-v-210619e6 { color: #fff; width: 100%; text-align: center; font-size: 40rpx; margin-top: 20rpx; } .share_show .share_con .iconfont.data-v-210619e6 { position: absolute; top: 4vh; right: 25rpx; color: #dedede; font-size: 60rpx; z-index: 999; } .share_show .sub_btn.data-v-210619e6 { margin-top: 76rpx; } .co.data-v-210619e6 { flex: 1; background-color: #f9f9fb; padding: 30rpx; } .co .pick_up.data-v-210619e6 { background: #fff; margin-bottom: 30rpx; border-radius: 24rpx; padding: 15rpx 30rpx; } .co .pick_up .store_ads.data-v-210619e6 { font-size: 28rpx; margin: 10rpx 0 0 50rpx; } .co .pick_up .iconfont.data-v-210619e6 { font-size: 40rpx; margin-right: 15rpx; color: #999; vertical-align: -4rpx; } .co .pick_up .iconxuanzhong.data-v-210619e6 { color: #fb231f; } .co .pick_up text.data-v-210619e6 { font-size: 28rpx; } .co .order_detail.data-v-210619e6 { padding-bottom: 30rpx; background: #fff; width: 690rpx; margin: 0 auto 240rpx; box-sizing: border-box; border-radius: 24rpx; } .co .order_detail .user_info.data-v-210619e6 { height: 112rpx; padding-left: 30rpx; line-height: 112rpx; border-bottom: 1rpx solid #eeeeee; } .co .order_detail .user_info text.data-v-210619e6 { font-size: 30rpx; font-weight: bold; } .co .order_detail .user_info .store_avatar.data-v-210619e6 { width: 52rpx; height: 52rpx; border-radius: 50%; margin-right: 15rpx; } .co .order_detail .order_con.data-v-210619e6 { padding: 0 30rpx; margin-top: 30rpx; } .co .order_detail .order_con .goods_con .goods_img.data-v-210619e6 { width: 200rpx; height: 160rpx; margin-right: 26rpx; border-radius: 8rpx; flex-shrink: 0; } .co .order_detail .order_con .goods_con .goods_name.data-v-210619e6 { font-size: 30rpx; font-weight: bold; } .co .order_detail .order_con .goods_con .goods_price.data-v-210619e6 { margin-top: 20rpx; } .co .order_detail .order_con .goods_info.data-v-210619e6 { margin: 30rpx 0; } .co .order_detail .order_con .goods_info > view.data-v-210619e6 { margin-bottom: 10rpx; } .co .order_detail .remark.data-v-210619e6 { padding: 0 30rpx; box-sizing: border-box; } .co .order_detail .remark .remark_title.data-v-210619e6 { font-size: 30rpx; font-weight: bold; padding: 15rpx 0; } .co .order_detail .remark .remark_box.data-v-210619e6 { padding: 20rpx 30rpx; min-height: 88rpx; border-radius: 15rpx; background: #f8f8f8; } .co .order_detail .remark .remark_box textarea.data-v-210619e6 { width: 100%; } .co .order_detail .remark .place.data-v-210619e6 { font-size: 30rpx; color: #a7a7a7; } .co .co_address.data-v-210619e6 { padding: 30rpx; width: 100%; box-sizing: border-box; background-color: #ffffff; border-radius: 24rpx; margin-bottom: 30rpx; } .co .co_address .icondizhi1.data-v-210619e6 { color: #fb231f; font-size: 50rpx; vertical-align: middle; } .co .co_address .gray.data-v-210619e6 { margin-left: 20rpx; } .co .co_address .iconiconfontjiantou2.data-v-210619e6 { color: #999; } .co .co_address .ads_info.data-v-210619e6 { margin: 0 15rpx; } .co .co_address .ads_info .shop_info.data-v-210619e6 { font-size: 32rpx; font-weight: bold; } .co .co_address .ads_info .shop_info .area_code.data-v-210619e6 { font-size: 28rpx; color: #999; margin: 0 10rpx; } .co .co_address .ads_info .shop_info text.data-v-210619e6:last-child { font-size: 28rpx; color: #999; }