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

212 lines
5.4 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 */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.score-img.data-v-2cd5eaa5 {
width: 36rpx;
height: 36rpx;
margin: 0 4rpx;
}
.apply-btn.data-v-2cd5eaa5 {
width: 140rpx;
height: 50rpx;
margin-left: 16rpx;
font-size: 24rpx;
line-height: normal;
border: 2rpx solid #dcdcdc;
border-radius: 25rpx;
}
.state-box.data-v-2cd5eaa5 {
box-sizing: border-box;
width: 100%;
color: rgba(255, 255, 255, 0.9);
background: var(--4bc9b4ba) no-repeat, linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
background-size: 750rpx 100%;
}
.state-box .state-img.data-v-2cd5eaa5 {
width: 60rpx;
height: 60rpx;
margin-right: 20rpx;
}
.order-address-box.data-v-2cd5eaa5 {
box-sizing: border-box;
padding: 44rpx 34rpx 42rpx 20rpx;
margin: -50rpx 20rpx 16rpx 20rpx;
font-size: 30rpx;
font-weight: 500;
color: rgb(51, 51, 51);
background-color: #fff;
border-radius: 10rpx;
}
.order-address-box .address-username.data-v-2cd5eaa5 {
margin-right: 20rpx;
}
.order-address-box .address-detail.data-v-2cd5eaa5 {
margin-top: 20rpx;
font-size: 26rpx;
font-weight: 500;
color: rgb(153, 153, 153);
}
.detail-goods.data-v-2cd5eaa5 {
margin: 0 20rpx 20rpx 20rpx;
border-radius: 10rpx;
}
.detail-goods .order-list.data-v-2cd5eaa5 {
margin-bottom: 20rpx;
background-color: #fff;
}
.detail-goods .order-list .order-card.data-v-2cd5eaa5 {
padding: 20rpx 0;
}
.detail-goods .order-list .order-card .order-sku.data-v-2cd5eaa5 {
width: 450rpx;
margin-bottom: 20rpx;
font-size: 24rpx;
font-weight: 400;
color: rgb(153, 153, 153);
}
.detail-goods .order-list .order-card .order-sku .order-num.data-v-2cd5eaa5 {
margin-right: 10rpx;
}
.detail-goods .order-list .order-card .tag-btn.data-v-2cd5eaa5 {
height: 36rpx;
padding: 0 4rpx;
margin-left: 16rpx;
font-size: 24rpx;
color: var(--ui-BG-Main);
border: 2rpx solid var(--ui-BG-Main);
border-radius: 14rpx;
}
.notice-box.data-v-2cd5eaa5 {
margin: 0 20rpx 20rpx 20rpx;
background: #fff;
border-radius: 10rpx;
}
.notice-box .notice-box__head.data-v-2cd5eaa5 {
padding: 0 25rpx;
font-size: 30rpx;
font-weight: 500;
line-height: 80rpx;
color: rgb(51, 51, 51);
border-bottom: 1rpx solid #dfdfdf;
}
.notice-box .notice-box__content.data-v-2cd5eaa5 {
padding: 20rpx;
}
.notice-box .notice-box__content .self-pickup-box.data-v-2cd5eaa5 {
width: 100%;
}
.notice-box .notice-box__content .self-pickup-box .self-pickup--img.data-v-2cd5eaa5 {
width: 200rpx;
height: 200rpx;
margin: 40rpx 0;
}
.notice-box .notice-item.data-v-2cd5eaa5,
.notice-box .notice-item--center.data-v-2cd5eaa5 {
display: flex;
align-items: center;
margin-bottom: 24rpx;
line-height: normal;
}
.notice-box .notice-item .title.data-v-2cd5eaa5,
.notice-box .notice-item--center .title.data-v-2cd5eaa5 {
font-size: 28rpx;
color: #999;
}
.notice-box .notice-item .detail.data-v-2cd5eaa5,
.notice-box .notice-item--center .detail.data-v-2cd5eaa5 {
flex: 1;
font-size: 28rpx;
color: #333;
}
.copy-btn.data-v-2cd5eaa5 {
width: 100rpx;
padding: 0;
font-size: 22rpx;
font-weight: 400;
line-height: 50rpx;
color: rgb(51, 51, 51);
background: rgb(238, 238, 238);
border-radius: 25rpx;
}
.order-price-box.data-v-2cd5eaa5 {
padding: 20rpx;
margin: 0 20rpx 20rpx 20rpx;
background-color: #fff;
border-radius: 10rpx;
}
.order-price-box .notice-item.data-v-2cd5eaa5 {
line-height: 70rpx;
}
.order-price-box .notice-item .title.data-v-2cd5eaa5 {
font-size: 28rpx;
color: #999;
}
.order-price-box .notice-item .detail.data-v-2cd5eaa5 {
font-family: OPPOSANS;
font-size: 28rpx;
color: #333;
}
.order-price-box .all-rpice-item.data-v-2cd5eaa5 {
align-items: center;
justify-content: flex-end;
}
.order-price-box .all-rpice-item .title.data-v-2cd5eaa5 {
font-size: 26rpx;
font-weight: 500;
line-height: normal;
color: #333333;
}
.order-price-box .all-rpice-item .all-price.data-v-2cd5eaa5 {
font-family: OPPOSANS;
font-size: 26rpx;
line-height: normal;
color: #ff3000;
}
.footer-box.data-v-2cd5eaa5 {
box-sizing: border-box;
width: 100%;
height: 100rpx;
padding-right: 20rpx;
border-radius: 10rpx;
}
.footer-box .cancel-btn.data-v-2cd5eaa5 {
width: 160rpx;
height: 60rpx;
margin-right: 20rpx;
font-size: 26rpx;
font-weight: 400;
color: #333333;
background: #eeeeee;
border-radius: 30rpx;
}
.footer-box .pay-btn.data-v-2cd5eaa5 {
width: 160rpx;
height: 60rpx;
font-size: 26rpx;
font-weight: 500;
color: #fff;
border-radius: 30rpx;
}