@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 主要颜色 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-b64f26de { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f6f6f6; } /* 订单tab */ .order-tab.data-v-b64f26de { position: fixed; left: 0; top: 88rpx; z-index: 10; display: flex; align-items: center; width: 100%; height: 90rpx; background: #236030; } .order-tab .tab.data-v-b64f26de { position: relative; display: flex; align-items: center; justify-content: center; width: 20%; height: 80%; } .order-tab .tab text.data-v-b64f26de { font-size: 26rpx; color: #4D9A5E; } .order-tab .action text.data-v-b64f26de { color: #fff; font-weight: bold; } .order-tab .action .line.data-v-b64f26de { position: absolute; left: 50%; bottom: 0; width: 60rpx; height: 6rpx; background: #fff; border-radius: 3px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } /* 订单列表 */ .order-list.data-v-b64f26de { margin: 0 24rpx; margin-top: 110rpx; } .order-list .list.data-v-b64f26de { padding: 0 4%; min-height: 390rpx; background-color: #FFFFFF; border-radius: 20rpx; margin-bottom: 20rpx; } .order-list .list .title-status.data-v-b64f26de { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 80rpx; border-bottom: 1px solid #eaeaee; } .order-list .list .title-status .title.data-v-b64f26de { display: flex; align-items: center; } .order-list .list .title-status .title text.data-v-b64f26de { font-size: 26rpx; color: gray; } .order-list .list .title-status .status.data-v-b64f26de { display: flex; align-items: center; } .order-list .list .title-status .status text.data-v-b64f26de { font-size: 26rpx; color: #236030; } .order-list .list .goods-list.data-v-b64f26de { width: 100%; } .order-list .list .goods-list .cangku.data-v-b64f26de { text-align: left; color: gray; padding: 10rpx 0 0 0; } .order-list .list .goods-list .goods.data-v-b64f26de { display: flex; align-items: center; width: 100%; height: 180rpx; } .order-list .list .goods-list .goods .thumb.data-v-b64f26de { display: flex; align-items: center; width: 30%; height: 100%; } .order-list .list .goods-list .goods .thumb image.data-v-b64f26de { width: 160rpx; height: 160rpx; border-radius: 10rpx; } .order-list .list .goods-list .goods .item.data-v-b64f26de { display: flex; flex-direction: column; justify-content: space-around; margin-left: 20rpx; width: 100%; height: 100%; } .order-list .list .goods-list .goods .item .goods-name text.data-v-b64f26de { font-size: 26rpx; color: #555555; } .order-list .list .goods-list .goods .item .goods-price.data-v-b64f26de { display: flex; align-items: center; } .order-list .list .goods-list .goods .item .goods-price text.data-v-b64f26de { color: #236030; } .order-list .list .goods-list .goods .item .goods-price .min.data-v-b64f26de { font-size: 26rpx; } .order-list .list .goods-list .goods .item .goods-price .max.data-v-b64f26de { font-size: 34rpx; } .order-list .list .status-btn.data-v-b64f26de { display: flex; align-items: center; justify-content: space-between; width: 100%; } .order-list .list .status-btn .btnGroup.data-v-b64f26de { display: flex; align-items: center; justify-content: space-between; } .order-list .list .status-btn .btn.data-v-b64f26de { background-color: #236030; padding: 10rpx 10rpx; border-radius: 10rpx; font-size: 24rpx; color: #ffffff; text-align: center; margin-left: 10rpx; } .empty.data-v-b64f26de { text-align: center; margin-top: 30%; } .empty image.data-v-b64f26de { width: 40%; height: auto; } .empty .emptyText.data-v-b64f26de { text-align: center; font-size: 26rpx; color: gray; }