@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red { color: #f60808; } .green { color: #15ab54; } .yellow { color: #f0ad4e; } .blue { color: #1f96f6; } .blank { color: #000; } .white { color: #fff; } .promain { color: #025b58; } .prosecond { color: #ed742f; } .textmain { color: #333; } .textgrey { color: #999; } .fuColor { color: #c6cadb; } .fontssm { font-size: 22rpx; } .fontsm { font-size: 24rpx; } .fontmid { font-size: 28rpx; } .fontbase { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder { color: #999999; } .navigator-hover { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn { background: transparent !important; } uni-toast { z-index: 99999; } button { background: transparent; } button::after { border: 0; } page, .content { background-color: #f5f5f5; min-height: 100vh; } page .groupInfo, .content .groupInfo { padding: 32rpx; margin-bottom: 20rpx; background: linear-gradient(270deg, #e04f36 0%, #e02828 100%); } page .groupInfo image, .content .groupInfo image { width: 108rpx; height: 108rpx; margin-right: 32rpx; } page .groupInfo .gpLeft, .content .groupInfo .gpLeft { flex: 1; } page .groupInfo .gpLeft text, .content .groupInfo .gpLeft text { color: #fff; line-height: 42rpx; font-size: 30rpx; } page .groupInfo .gpLeft text:first-of-type, .content .groupInfo .gpLeft text:first-of-type { font-size: 36rpx; line-height: 50rpx; margin-bottom: 10rpx; } page .storeInfo, .content .storeInfo { background: linear-gradient(90deg, #1f96f6 0%, #1388e7 100%); } page .storeInfo image, .content .storeInfo image { padding: 20rpx; } .address { padding: 30rpx; background-color: #fff; margin: 1rpx 0 22rpx; } .address image { width: 30rpx; height: 40rpx; margin-right: 30rpx; } .address .addInfo { flex: 1; } .address .addInfo-title text { font-size: 32rpx; } .address .addInfo-title text:nth-of-type(2) { font-size: 28rpx; margin-left: 12rpx; } .address .addInfo-bot { margin-top: 10rpx; font-size: 28rpx; line-height: 40rpx; } .order-item { display: flex; flex-direction: column; background: #fff; padding: 30rpx; margin-bottom: 20rpx; } .order-item .shopshead { height: 146rpx; margin: 32rpx 0 32rpx; } .order-item .shopshead image { width: 146rpx; height: 146rpx; border-radius: 10rpx; margin-right: 20rpx; } .order-item .shopshead .shopsInfo { flex: 1; height: 100%; align-items: flex-start; justify-content: space-between; } .order-item .shopshead .shopsInfo .elli { line-height: 40rpx; } .order-item .shopshead .shopsInfo .price { width: 100%; } .order-item .attrBox { margin: 30rpx 0 20rpx; } .order-item .allInfo { width: 100%; margin-top: 30rpx; text-align: right; } .order-item .allInfo input, .order-item .allInfo text { font-size: 28rpx; } .order-item .allInfo input:nth-of-type(2), .order-item .allInfo text:nth-of-type(2) { flex: 1; text-align: right; } .order-item .spec { margin: 40rpx 0 0; } .order-item .spec text { font-size: 32rpx; color: #666; } .order-item .spec text:nth-of-type(2) { color: #025b58; } .order-item .fixBox { justify-content: flex-end; } .order-item .fixBox .clickbtn, .order-item .fixBox .cancle { width: 220rpx; font-size: 28rpx; border-radius: 0rpx; margin: 0; background: #f60808; box-shadow: 0 0 0 0; color: #fff; text-align: center; height: 100rpx; line-height: 100rpx; border-left: 1rpx solid #fff; } .order-item .fixBox .cancle { background: #fff; color: #333; } .list .allInfo { width: 100%; } .list .allInfo text { font-size: 28rpx; color: #999; } .list .allInfo text:nth-of-type(2) { flex: 1; text-align: right; } .list .allInfo .prosecond { color: #fe4f00; } .tuiBox { margin: 30rpx; border: 1rpx solid #f5f5f5; height: 60rpx; padding: 10rpx; line-height: 60rpx; }