acdr-ui/dist/dev/mp-weixin/modules/mall/commission/order.wxss

153 lines
4.3 KiB
Plaintext
Raw Normal View History

2024-09-19 07:20:14 +08:00
/* stylelint-disable comment-empty-line-before */
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.header-box.data-v-1f118ec3 {
box-sizing: border-box;
width: 750rpx;
padding: 0 20rpx 20rpx 20rpx;
background: var(--77f18e7a) no-repeat, linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
background-size: 750rpx 100%;
}
.header-box .team-data-box .data-card.data-v-1f118ec3 {
width: 305rpx;
padding: 20rpx;
background: #ffffff;
border-radius: 20rpx;
}
.header-box .team-data-box .data-card .total-item.data-v-1f118ec3 {
margin-bottom: 30rpx;
}
.header-box .team-data-box .data-card .total-item .item-title.data-v-1f118ec3 {
margin-bottom: 20rpx;
font-size: 24rpx;
font-weight: 500;
line-height: normal;
color: #999999;
}
.header-box .team-data-box .data-card .total-item .total-num.data-v-1f118ec3 {
font-family: OPPOSANS;
font-size: 38rpx;
font-weight: 500;
color: #333333;
}
.header-box .team-data-box .data-card .category-num.data-v-1f118ec3 {
font-family: OPPOSANS;
font-size: 26rpx;
font-weight: 500;
color: #333333;
}
.header-box .direct-box.data-v-1f118ec3 {
margin-top: 20rpx;
}
.header-box .direct-box .direct-item.data-v-1f118ec3 {
box-sizing: border-box;
width: 340rpx;
padding: 20rpx;
background: #ffffff;
border-radius: 20rpx;
}
.header-box .direct-box .direct-item .item-title.data-v-1f118ec3 {
margin-bottom: 6rpx;
font-size: 22rpx;
font-weight: 500;
color: #999999;
}
.header-box .direct-box .direct-item .item-value.data-v-1f118ec3 {
font-family: OPPOSANS;
font-size: 38rpx;
font-weight: 500;
color: #333333;
}
.order-box .order-item.data-v-1f118ec3 {
margin: 20rpx;
background: #ffffff;
border-radius: 10rpx;
}
.order-box .order-item .order-footer.data-v-1f118ec3 {
padding: 20rpx;
font-size: 24rpx;
color: #999;
}
.order-box .order-item .order-header .no-box.data-v-1f118ec3 {
padding: 20rpx;
}
.order-box .order-item .order-header .no-box .order-code.data-v-1f118ec3 {
font-size: 26rpx;
font-weight: 500;
color: #333333;
}
.order-box .order-item .order-header .no-box .order-state.data-v-1f118ec3 {
font-size: 26rpx;
font-weight: 500;
color: var(--ui-BG-Main);
}
.order-box .order-item .order-header .order-from.data-v-1f118ec3 {
padding: 20rpx;
}
.order-box .order-item .order-header .order-from .from-user.data-v-1f118ec3 {
font-size: 24rpx;
font-weight: 400;
color: #666666;
}
.order-box .order-item .order-header .order-from .from-user .user-avatar.data-v-1f118ec3 {
width: 26rpx;
height: 26rpx;
margin-right: 8rpx;
border-radius: 50%;
}
.order-box .order-item .order-header .order-from .from-user .user-name.data-v-1f118ec3 {
font-size: 24rpx;
font-weight: 400;
color: #999999;
}
.order-box .order-item .order-header .order-from .order-time.data-v-1f118ec3 {
font-size: 24rpx;
font-weight: 400;
color: #999999;
}
.order-box .order-item .commission-box .name.data-v-1f118ec3 {
font-size: 24rpx;
font-weight: 400;
color: #999999;
}
.order-box .order-item .commission-num.data-v-1f118ec3 {
font-family: OPPOSANS;
font-size: 30rpx;
font-weight: 500;
color: #ff3000;
}
.order-box .order-item .commission-num.data-v-1f118ec3::before {
font-size: 22rpx;
content: "¥";
}
.order-box .order-item .order-status.data-v-1f118ec3 {
padding: 0 10rpx;
margin-left: 20rpx;
font-size: 24rpx;
line-height: 30rpx;
color: var(--ui-BG-Main);
border-radius: 30rpx;
}