@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .my__order-tabs.data-v-25d6346a { background-color: #fff; position: -webkit-sticky; position: sticky; top: 0; z-index: 99; } .my__order-content.data-v-25d6346a { padding: 0 12px; } .my__order-content .order_item.data-v-25d6346a { background: #fff; padding: 12px 8px; margin-top: 14px; } .my__order-content .order_item.data-v-25d6346a:last-child { margin-bottom: 40px; } .my__order-content .order_item .item-top.data-v-25d6346a { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7.5px; } .my__order-content .order_item .item-top .time.data-v-25d6346a { color: #495B7D; font-size: 13px; font-weight: 500; } .my__order-content .order_item .item-top .status.data-v-25d6346a { padding: 0 6px; border-radius: 4px; background: #F0F8FF; height: 20px; line-height: 20px; font-size: 13px; } .my__order-content .order_item .item-cnetent.data-v-25d6346a { display: flex; } .my__order-content .order_item .item-cnetent .order__ok-img.data-v-25d6346a { width: 90px; height: 90px; border-radius: 8px; } .my__order-content .order_item .item-cnetent .order_info.data-v-25d6346a { margin-left: 12px; width: calc(100% - 102px); display: flex; flex-direction: column; justify-content: space-between; position: relative; } .my__order-content .order_item .item-cnetent .order_info .ellipsis.data-v-25d6346a, .my__order-content .order_item .item-cnetent .order_info .info-1.data-v-25d6346a, .my__order-content .order_item .item-cnetent .order_info .info-2.data-v-25d6346a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-top: 4px; } .my__order-content .order_item .item-cnetent .order_info .info-1.data-v-25d6346a { color: #333; font-size: 17px; font-weight: 700; } .my__order-content .order_item .item-cnetent .order_info .info-2.data-v-25d6346a { color: #606266; font-size: 13px; font-weight: 400; } .my__order-content .order_item .item-cnetent .order_info .num.data-v-25d6346a { color: #606266; font-size: 14px; font-weight: 500; display: flex; align-items: center; } .my__order-content .order_item .item-cnetent .order_info .img-jiaoluo.data-v-25d6346a { width: 75px; height: 75px; position: absolute; right: -8px; bottom: -12px; } .my__order-content .order_item .item-cnetent .order_info .img-jiaoluo image.data-v-25d6346a { width: 100%; height: 100%; object-fit: cover; } .footer.data-v-25d6346a { height: 40px; }