| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- @font-face {
- font-family: "uicon-iconfont";
- src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
- }
- .u-icon[data-v-ac70166d] {
- display: flex;
- align-items: center;
- }
- .u-icon--left[data-v-ac70166d] {
- flex-direction: row-reverse;
- align-items: center;
- }
- .u-icon--right[data-v-ac70166d] {
- flex-direction: row;
- align-items: center;
- }
- .u-icon--top[data-v-ac70166d] {
- flex-direction: column-reverse;
- justify-content: center;
- }
- .u-icon--bottom[data-v-ac70166d] {
- flex-direction: column;
- justify-content: center;
- }
- .u-icon__icon[data-v-ac70166d] {
- font-family: uicon-iconfont;
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .u-icon__icon--primary[data-v-ac70166d] {
- color: #22ac38;
- }
- .u-icon__icon--success[data-v-ac70166d] {
- color: #22ac38;
- }
- .u-icon__icon--error[data-v-ac70166d] {
- color: #f56c6c;
- }
- .u-icon__icon--warning[data-v-ac70166d] {
- color: #f9ae3d;
- }
- .u-icon__icon--info[data-v-ac70166d] {
- color: #909399;
- }
- .u-icon__img[data-v-ac70166d] {
- height: auto;
- will-change: transform;
- }
- .u-icon__label[data-v-ac70166d] {
- line-height: 1;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-72791e59], uni-scroll-view[data-v-72791e59], uni-swiper-item[data-v-72791e59] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-line[data-v-72791e59] {
- vertical-align: middle;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-3fd6feca], uni-scroll-view[data-v-3fd6feca], uni-swiper-item[data-v-3fd6feca] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-cell__body[data-v-3fd6feca] {
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- padding: 10px 15px;
- font-size: 15px;
- color: #303133;
- align-items: center;
- }
- .u-cell__body__content[data-v-3fd6feca] {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- }
- .u-cell__body--large[data-v-3fd6feca] {
- padding-top: 13px;
- padding-bottom: 13px;
- }
- .u-cell__left-icon-wrap[data-v-3fd6feca], .u-cell__right-icon-wrap[data-v-3fd6feca] {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 16px;
- }
- .u-cell__left-icon-wrap[data-v-3fd6feca] {
- margin-right: 4px;
- }
- .u-cell__right-icon-wrap[data-v-3fd6feca] {
- margin-left: 4px;
- transition: transform 0.3s;
- }
- .u-cell__right-icon-wrap--up[data-v-3fd6feca] {
- transform: rotate(-90deg);
- }
- .u-cell__right-icon-wrap--down[data-v-3fd6feca] {
- transform: rotate(90deg);
- }
- .u-cell__title[data-v-3fd6feca] {
- flex: 1;
- }
- .u-cell__title-text[data-v-3fd6feca] {
- font-size: 15px;
- line-height: 22px;
- color: #303133;
- }
- .u-cell__title-text--large[data-v-3fd6feca] {
- font-size: 16px;
- }
- .u-cell__label[data-v-3fd6feca] {
- margin-top: 5px;
- font-size: 12px;
- color: #909193;
- line-height: 18px;
- }
- .u-cell__label--large[data-v-3fd6feca] {
- font-size: 14px;
- }
- .u-cell__value[data-v-3fd6feca] {
- text-align: right;
- font-size: 14px;
- line-height: 24px;
- color: #606266;
- }
- .u-cell__value--large[data-v-3fd6feca] {
- font-size: 15px;
- }
- .u-cell--clickable[data-v-3fd6feca] {
- background-color: #f3f4f6;
- }
- .u-cell--disabled[data-v-3fd6feca] {
- color: #c8c9cc;
- cursor: not-allowed;
- }
- .u-cell--center[data-v-3fd6feca] {
- align-items: center;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-014d39dc], uni-scroll-view[data-v-014d39dc], uni-swiper-item[data-v-014d39dc] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-cell-group[data-v-014d39dc] {
- flex: 1;
- }
- .u-cell-group__title[data-v-014d39dc] {
- padding: 16px 16px 8px;
- }
- .u-cell-group__title__text[data-v-014d39dc] {
- font-size: 15px;
- line-height: 16px;
- color: #303133;
- }
- .u-cell-group__wrapper[data-v-014d39dc] {
- position: relative;
- }
- /* 无任何数据的空布局 */
- .mescroll-empty[data-v-7cefd855] {
- box-sizing: border-box;
- width: 100%;
- padding: 3.125rem 1.5625rem;
- text-align: center;
- }
- .mescroll-empty.empty-fixed[data-v-7cefd855] {
- z-index: 99;
- position: absolute; /*transform会使fixed失效,最终会降级为absolute */
- top: 3.125rem;
- left: 0;
- }
- .mescroll-empty .empty-icon[data-v-7cefd855] {
- width: 8.75rem;
- height: 8.75rem;
- }
- .mescroll-empty .empty-tip[data-v-7cefd855] {
- margin-top: 0.625rem;
- height: 1.25rem;
- font-size: 0.875rem;
- font-family: PingFangSC;
- font-weight: 500;
- color: #666666;
- line-height: 1.25rem;
- }
- .mescroll-empty .empty-btn[data-v-7cefd855] {
- display: inline-block;
- margin-top: 1.25rem;
- min-width: 6.25rem;
- padding: 0.5625rem;
- font-size: 0.875rem;
- border: 0.03125rem solid #e04b28;
- border-radius: 1.875rem;
- color: #e04b28;
- }
- .mescroll-empty .empty-btn[data-v-7cefd855]:active {
- opacity: 0.75;
- }
- /* 回到顶部的按钮 */
- .mescroll-totop[data-v-49fff3a8] {
- z-index: 9990;
- position: fixed !important; /* 加上important避免编译到H5,在多mescroll中定位失效 */
- right: 0.625rem;
- bottom: 3.75rem;
- width: 2.25rem;
- height: auto;
- border-radius: 50%;
- opacity: 0;
- transition: opacity 0.5s; /* 过渡 */
- margin-bottom: var(--window-bottom); /* css变量 */
- }
- /* 适配 iPhoneX */
- @supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
- .mescroll-totop-safearea[data-v-49fff3a8] {
- margin-bottom: calc(var(--window-bottom) + constant(safe-area-inset-bottom)); /* window-bottom + 适配 iPhoneX */
- margin-bottom: calc(var(--window-bottom) + env(safe-area-inset-bottom));
- }
- }
- /* 显示 -- 淡入 */
- .mescroll-totop-in[data-v-49fff3a8] {
- opacity: 1;
- }
- /* 隐藏 -- 淡出且不接收事件*/
- .mescroll-totop-out[data-v-49fff3a8] {
- opacity: 0;
- pointer-events: none;
- }
- .mescroll-uni-warp[data-v-97b1664c] {
- height: 100%;
- }
- .mescroll-uni-content[data-v-97b1664c] {
- height: 100%;
- }
- .mescroll-uni[data-v-97b1664c] {
- position: relative;
- width: 100%;
- height: 100%;
- min-height: 6.25rem;
- overflow-y: auto;
- box-sizing: border-box;
- /* 避免设置padding出现双滚动条的问题 */
- }
- /* 定位的方式固定高度 */
- .mescroll-uni-fixed[data-v-97b1664c] {
- z-index: 1;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: auto;
- /* 使right生效 */
- height: auto;
- /* 使bottom生效 */
- }
- /* 适配 iPhoneX */
- @supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
- .mescroll-safearea[data-v-97b1664c] {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- }
- /* 下拉刷新区域 */
- .mescroll-downwarp[data-v-97b1664c] {
- position: absolute;
- top: -100%;
- left: 0;
- width: 100%;
- height: 100%;
- text-align: center;
- }
- /* 下拉刷新--内容区,定位于区域底部 */
- .mescroll-downwarp .downwarp-content[data-v-97b1664c] {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- min-height: 1.875rem;
- padding: 0.625rem 0;
- text-align: center;
- }
- /* 下拉刷新--提示文本 */
- .mescroll-downwarp .downwarp-tip[data-v-97b1664c] {
- display: inline-block;
- font-size: 0.875rem;
- vertical-align: middle;
- margin-left: 0.5rem;
- /* color: gray; 已在style设置color,此处删去*/
- }
- /* 下拉刷新--旋转进度条 */
- .mescroll-downwarp .downwarp-progress[data-v-97b1664c] {
- display: inline-block;
- width: 1rem;
- height: 1rem;
- border-radius: 50%;
- border: 0.0625rem solid gray;
- border-bottom-color: transparent !important; /*已在style设置border-color,此处需加 !important*/
- vertical-align: middle;
- }
- /* 旋转动画 */
- .mescroll-downwarp .mescroll-rotate[data-v-97b1664c] {
- animation: mescrollDownRotate-97b1664c 0.6s linear infinite;
- }
- @keyframes mescrollDownRotate-97b1664c {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- /* 上拉加载区域 */
- .mescroll-upwarp[data-v-97b1664c] {
- box-sizing: border-box;
- min-height: 3.4375rem;
- padding: 0.9375rem 0;
- text-align: center;
- clear: both;
- }
- /*提示文本 */
- .mescroll-upwarp .upwarp-tip[data-v-97b1664c],
- .mescroll-upwarp .upwarp-nodata[data-v-97b1664c] {
- display: inline-block;
- font-size: 0.875rem;
- vertical-align: middle;
- /* color: gray; 已在style设置color,此处删去*/
- }
- .mescroll-upwarp .upwarp-tip[data-v-97b1664c] {
- margin-left: 0.5rem;
- }
- /*旋转进度条 */
- .mescroll-upwarp .upwarp-progress[data-v-97b1664c] {
- display: inline-block;
- width: 1rem;
- height: 1rem;
- border-radius: 50%;
- border: 0.0625rem solid gray;
- border-bottom-color: transparent !important; /*已在style设置border-color,此处需加 !important*/
- vertical-align: middle;
- }
- /* 旋转动画 */
- .mescroll-upwarp .mescroll-rotate[data-v-97b1664c] {
- animation: mescrollUpRotate-97b1664c 0.6s linear infinite;
- }
- @keyframes mescrollUpRotate-97b1664c {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .item[data-v-30bc23e1] {
- line-height: 4.6875rem;
- border-bottom: 1px solid #ccc;
- }
- body {
- background: #F5F6FA;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .order-statistics[data-v-17a44f9d] {
- padding: 0.625rem;
- }
- .order-statistics .overview-card[data-v-17a44f9d] {
- background: #FFFFFF;
- border-radius: 0.5rem;
- padding: 0.9375rem 0.625rem;
- margin-bottom: 0.625rem;
- }
- .order-statistics .overview-card .overview-grid[data-v-17a44f9d] {
- display: flex;
- justify-content: space-between;
- }
- .order-statistics .overview-card .overview-grid .grid-item[data-v-17a44f9d] {
- flex: 1;
- text-align: center;
- position: relative;
- }
- .order-statistics .overview-card .overview-grid .grid-item[data-v-17a44f9d]:not(:last-child)::after {
- content: "";
- position: absolute;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- height: 60%;
- width: 0.0625rem;
- background: #EEEEEE;
- }
- .order-statistics .overview-card .overview-grid .grid-item .item-label[data-v-17a44f9d] {
- font-size: 1rem;
- color: #666666;
- margin-bottom: 0.375rem;
- display: block;
- }
- .order-statistics .overview-card .overview-grid .grid-item .item-value[data-v-17a44f9d] {
- font-size: 1.375rem;
- color: #333333;
- font-weight: 500;
- }
- .order-statistics .overview-card .overview-grid .grid-item .item-value .unit[data-v-17a44f9d] {
- font-size: 0.75rem;
- margin-left: 0.125rem;
- }
- .order-statistics[data-v-17a44f9d] .u-cell .u-cell__body {
- padding: 15px;
- }
- .order-statistics .status-grid[data-v-17a44f9d] {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 0.625rem;
- margin-bottom: 0.625rem;
- }
- .order-statistics .status-grid .status-item[data-v-17a44f9d] {
- background: #FFFFFF;
- border-radius: 0.5rem;
- padding: 0.75rem 0.375rem;
- }
- .order-statistics .status-grid .status-item .status-content .status-label[data-v-17a44f9d] {
- font-size: 1rem;
- color: #666666;
- margin-bottom: 0.5rem;
- display: block;
- }
- .order-statistics .status-grid .status-item .status-content .status-value-wrap[data-v-17a44f9d] {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .order-statistics .status-grid .status-item .status-content .status-value-wrap .status-value[data-v-17a44f9d] {
- font-size: 1.375rem;
- color: #333333;
- font-weight: 500;
- }
- .order-statistics .status-grid .status-item[data-v-17a44f9d]:active {
- opacity: 0.8;
- }
- .order-statistics .bottom-actions[data-v-17a44f9d] {
- background: #FFFFFF;
- border-radius: 0.5rem;
- overflow: hidden;
- }
|