2023-10-11 11:27:47 +08:00
|
|
|
body {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
page {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
image {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
:root {
|
|
|
|
--van-primary-color: #ee6d46;
|
|
|
|
}
|
|
|
|
|
|
|
|
.van-grid-item__content {
|
|
|
|
padding: 0 var(--van-padding-base);
|
|
|
|
}
|
|
|
|
|
|
|
|
.scroll-view-H {
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-space {
|
|
|
|
padding: 0 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-card {
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
border-radius: 15rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-10 {
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-15 {
|
|
|
|
margin-bottom: 15rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-20 {
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-25 {
|
|
|
|
margin-bottom: 25rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-30 {
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
}
|
|
|
|
|
2023-11-14 17:21:03 +08:00
|
|
|
.mb-100 {
|
|
|
|
margin-bottom: 100rpx;
|
|
|
|
}
|
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.pl-10 {
|
|
|
|
padding-left: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-15 {
|
|
|
|
padding-left: 15rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-20 {
|
|
|
|
padding-left: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-25 {
|
|
|
|
padding-left: 25rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-30 {
|
|
|
|
padding-left: 30rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.pl-40 {
|
|
|
|
padding-left: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr-10 {
|
|
|
|
padding-right: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr-15 {
|
|
|
|
padding-right: 15rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr-20 {
|
|
|
|
padding-right: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr-25 {
|
|
|
|
padding-right: 25rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr-30 {
|
|
|
|
padding-right: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr-40 {
|
|
|
|
padding-right: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-40 {
|
|
|
|
padding: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paddingH-10 {
|
|
|
|
padding: 0 20rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.border-top {
|
|
|
|
position: relative;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 1rpx;
|
|
|
|
background: #e6e6e6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary {
|
|
|
|
}
|
|
|
|
|
|
|
|
.van-button {
|
|
|
|
border-radius: 0;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&--primary {
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&--mini {
|
|
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
.image {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.infos {
|
|
|
|
padding: 20rpx 37rpx 20rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&.infos-right {
|
|
|
|
.info-cell-value {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.info-cell {
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-label {
|
|
|
|
margin-right: 30rpx;
|
|
|
|
line-height: 32rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-value {
|
|
|
|
flex: 1;
|
|
|
|
line-height: 32rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-operation {
|
|
|
|
line-height: 32rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #ee6d46;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple-cell {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-icon {
|
|
|
|
width: 64rpx;
|
|
|
|
height: 64rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-content {
|
|
|
|
margin-left: 15rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-title {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #333333;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-label {
|
|
|
|
line-height: 30rpx;
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-bar {
|
|
|
|
background: #fff;
|
|
|
|
height: 150rpx;
|
2024-02-08 21:01:37 +08:00
|
|
|
display: flex;
|
2023-10-11 11:27:47 +08:00
|
|
|
|
|
|
|
&-item {
|
2024-02-08 21:01:37 +08:00
|
|
|
width: 100%;
|
2023-10-11 11:27:47 +08:00
|
|
|
height: 150rpx;
|
|
|
|
background: #ffffff;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.time {
|
2024-02-08 21:01:37 +08:00
|
|
|
margin-top: 21rpx;
|
|
|
|
line-height: 48rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
font-size: 34rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
2024-02-08 21:01:37 +08:00
|
|
|
line-height: 33rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
font-size: 24rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #999999;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.countdown {
|
2024-02-08 21:01:37 +08:00
|
|
|
display: flex;
|
2023-10-11 11:27:47 +08:00
|
|
|
flex: 1;
|
2024-02-08 21:01:37 +08:00
|
|
|
color: #E96B45;
|
2023-10-11 11:27:47 +08:00
|
|
|
font-size: 20rpx;
|
2024-02-08 21:01:37 +08:00
|
|
|
line-height: 28rpx;
|
|
|
|
height: 28rpx;
|
|
|
|
max-height: 28rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
::v-deep .uv-count-down__text {
|
|
|
|
font-size: 20rpx;
|
|
|
|
line-height: 28rpx;
|
|
|
|
color: #E96B45;
|
|
|
|
}
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
|
2024-02-08 21:01:37 +08:00
|
|
|
&.on {
|
|
|
|
background: #e96b45;
|
2023-10-11 11:27:47 +08:00
|
|
|
|
2024-02-08 21:01:37 +08:00
|
|
|
.time {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2023-10-11 11:27:47 +08:00
|
|
|
|
2024-02-08 21:01:37 +08:00
|
|
|
.status {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2023-10-11 11:27:47 +08:00
|
|
|
|
2024-02-08 21:01:37 +08:00
|
|
|
.countdown {
|
|
|
|
color: #ffffff;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2024-02-08 21:01:37 +08:00
|
|
|
::v-deep .uv-count-down__text {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
|
|
|
|
&.noBorder {
|
|
|
|
.card-head {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.card-title {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&.min {
|
|
|
|
.card-head {
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.card-title {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.full {
|
|
|
|
border-radius: 0;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.card-content {
|
|
|
|
padding: 0 34rpx 20rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-head {
|
|
|
|
height: 85rpx;
|
|
|
|
border-bottom: 1rpx solid #e6e6e6;
|
|
|
|
padding-left: 30rpx;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
font-size: 32rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #333;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.card-title-sub {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-more {
|
|
|
|
font-size: 24rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #999999;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-icon {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
|
|
padding: 20rpx 0 0;
|
|
|
|
border-bottom-left-radius: 15rpx;
|
|
|
|
border-bottom-right-radius: 15rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-grid-item {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 10rpx 0;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&-badge {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
span {
|
|
|
|
margin: 0 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
|
|
|
width: 60rpx;
|
|
|
|
height: 60rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-label {
|
|
|
|
margin-top: 14rpx;
|
|
|
|
line-height: 33rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search {
|
|
|
|
.y-search {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell-attr {
|
|
|
|
.cell-title {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.cell-sub-title {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.storeInfo {
|
|
|
|
padding: 24rpx 35rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
background: #fff;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-pic {
|
|
|
|
width: 80rpx;
|
|
|
|
height: 80rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-info {
|
|
|
|
flex: 1;
|
|
|
|
margin-left: 20rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-info-name {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-info-address {
|
|
|
|
line-height: 28rpx;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: #999999;
|
|
|
|
margin-top: 84px;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-action {
|
|
|
|
width: 120rpx;
|
|
|
|
height: 50rpx;
|
|
|
|
background: #333333;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24rpx;
|
|
|
|
line-height: 0rpx;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 20rpx 0;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-line {
|
|
|
|
width: 36rpx;
|
|
|
|
height: 1rpx;
|
|
|
|
background: #333333;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.title {
|
|
|
|
margin: 0 22rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank {
|
|
|
|
height: var(--van-action-bar-height);
|
|
|
|
}
|
|
|
|
|
|
|
|
.shopping-bar {
|
|
|
|
bottom: var(--van-tabbar-height);
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-btn {
|
|
|
|
height: var(--van-action-bar-height);
|
|
|
|
}
|
|
|
|
|
|
|
|
.shopping-checkbox {
|
|
|
|
.van-checkbox {
|
|
|
|
padding: 2px;
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shopping-checkbox-cell {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-11-14 17:21:03 +08:00
|
|
|
box-sizing: border-box;
|
2023-10-11 11:27:47 +08:00
|
|
|
padding: 26rpx 0 26rpx 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
padding: 25rpx 35rpx;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&-main {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-actions {
|
|
|
|
&-edit {
|
|
|
|
width: 33rpx;
|
|
|
|
height: 33rpx;
|
|
|
|
|
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.noBorder {
|
|
|
|
&::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 35rpx;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 1rpx;
|
|
|
|
background: #e6e6e6;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-label {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
|
|
flex: 1;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
input,
|
|
|
|
.uni-input {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-checkbox {
|
|
|
|
padding: 43rpx 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-buttons {
|
|
|
|
margin-top: 34rpx;
|
|
|
|
padding: 0 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.background-warp {
|
|
|
|
position: relative;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.background {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 1;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
|
|
position: relative;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.order {
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
box-sizing: border-box;
|
2023-11-14 17:21:03 +08:00
|
|
|
margin: 20rpx 34rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
|
|
|
|
&-header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 80rpx;
|
|
|
|
border-bottom: 1rpx solid #e6e6e6;
|
|
|
|
padding: 0 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-logo {
|
2023-11-14 17:21:03 +08:00
|
|
|
display: flex;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333333;
|
|
|
|
|
|
|
|
.color-y {
|
|
|
|
color: #EE6D46;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-title {
|
|
|
|
line-height: 45rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-status {
|
|
|
|
&.status-1 {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.status-2 {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #ee6d46;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-goods {
|
|
|
|
}
|
|
|
|
|
2023-11-14 17:21:03 +08:00
|
|
|
&-evaluate {
|
|
|
|
position: relative;
|
2024-02-08 21:01:37 +08:00
|
|
|
padding: 20rpx;
|
|
|
|
box-sizing: border-box;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
|
|
|
&-btn {
|
|
|
|
z-index: 999;
|
|
|
|
position: absolute;
|
|
|
|
right: 32rpx;
|
|
|
|
width: 50px !important;
|
|
|
|
height: 25px !important;
|
|
|
|
line-height: 25px !important;
|
|
|
|
font-size: 12px !important;
|
2024-02-08 21:01:37 +08:00
|
|
|
bottom: 130rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-info {
|
|
|
|
border-top: 1rpx solid #e6e6e6;
|
|
|
|
border-bottom: 1rpx solid #e6e6e6;
|
2023-11-14 17:21:03 +08:00
|
|
|
height: 74rpx;
|
|
|
|
line-height: 74rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
font-size: 24rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
margin: 0 34rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
color: #999999;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
2023-11-14 17:21:03 +08:00
|
|
|
.text {
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-price {
|
|
|
|
color: #E85A2B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.refund-order-info {
|
|
|
|
padding-left: 100rpx;
|
|
|
|
border-top: 1rpx solid #E6E6E6;
|
|
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
|
|
line-height: 74rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
margin: 0 34rpx;
|
|
|
|
color: #333333;
|
|
|
|
|
|
|
|
.text {
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.color-y {
|
|
|
|
color: #EE6D46;
|
|
|
|
}
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-actions {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2023-11-14 17:21:03 +08:00
|
|
|
padding: 30rpx 34rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
|
|
|
|
&-btns {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-14 17:21:03 +08:00
|
|
|
&-actions-delete, &-actions-default {
|
|
|
|
margin-left: 20rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
width: 169rpx;
|
|
|
|
height: 60rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
border: 1rpx solid #333333;
|
2023-10-11 11:27:47 +08:00
|
|
|
font-size: 24rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
color: #333333;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-actions-primary {
|
|
|
|
margin-left: 20rpx;
|
|
|
|
width: 169rpx;
|
|
|
|
height: 60rpx;
|
|
|
|
font-size: 24rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
background: #EE6D46;
|
|
|
|
color: #FFFFFF;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.address {
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
padding: 40rpx 34rpx;
|
|
|
|
|
|
|
|
&-main {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-actions {
|
|
|
|
&-edit {
|
|
|
|
width: 33rpx;
|
|
|
|
height: 33rpx;
|
|
|
|
|
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.noBorder {
|
|
|
|
&::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 35rpx;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 1rpx;
|
|
|
|
background: #e6e6e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
margin-right: 20rpx;
|
|
|
|
width: 35rpx;
|
|
|
|
height: 46rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-name {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
margin-right: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-phone {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-default {
|
|
|
|
margin-right: 82rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-desc {
|
|
|
|
line-height: 33rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-bar {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background: #fff;
|
|
|
|
display: flex;
|
2023-11-14 17:21:03 +08:00
|
|
|
z-index: 2;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-bar-bg {
|
|
|
|
height: 150rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-bar {
|
|
|
|
position: fixed;
|
|
|
|
display: flex;
|
|
|
|
bottom: 0;
|
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background: #fff;
|
2023-11-14 17:21:03 +08:00
|
|
|
z-index: 89;
|
2024-02-08 21:01:37 +08:00
|
|
|
|
|
|
|
.off-tip {
|
2023-11-22 18:55:55 +08:00
|
|
|
display: none;
|
2024-02-08 21:01:37 +08:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2023-11-22 18:55:55 +08:00
|
|
|
color: #fff;
|
|
|
|
font-size: 24rpx;
|
|
|
|
line-height: 60rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-02-08 21:01:37 +08:00
|
|
|
|
|
|
|
.action-cont {
|
2023-11-22 18:55:55 +08:00
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
2024-02-08 21:01:37 +08:00
|
|
|
|
|
|
|
&.off {
|
2023-11-22 18:55:55 +08:00
|
|
|
display: block;
|
2024-02-08 21:01:37 +08:00
|
|
|
|
|
|
|
.off-tip {
|
2023-11-22 18:55:55 +08:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2024-02-08 21:01:37 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
//#ifdef H5
|
|
|
|
&.screen {
|
2023-11-14 17:21:03 +08:00
|
|
|
bottom: var(--window-bottom);
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
// #endif
|
|
|
|
//#ifndef H5
|
|
|
|
&.screen {
|
|
|
|
padding-bottom: 0;
|
2023-11-14 17:21:03 +08:00
|
|
|
bottom: 0;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
2024-02-08 21:01:37 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
// #endif
|
2023-11-22 18:55:55 +08:00
|
|
|
|
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&.column {
|
|
|
|
flex-direction: column;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-info {
|
|
|
|
flex: 0 0 100rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-btns {
|
|
|
|
height: 100rpx;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-total {
|
|
|
|
margin-left: 20rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-info {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0 34rpx;
|
2023-11-17 20:55:32 +08:00
|
|
|
height: 118rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.action-icons {
|
|
|
|
flex: 1;
|
2024-02-08 21:01:37 +08:00
|
|
|
flex-grow: 0;
|
|
|
|
min-width: 40%;
|
2023-10-11 11:27:47 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-11-17 20:55:32 +08:00
|
|
|
height: 118rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
padding-left: 20rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-item {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-icon {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-badge {
|
|
|
|
position: absolute;
|
|
|
|
right: -10rpx;
|
|
|
|
top: 0;
|
2023-11-22 18:55:55 +08:00
|
|
|
z-index: 999;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-icon-img {
|
|
|
|
width: 50rpx;
|
|
|
|
height: 50rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-icon-label {
|
|
|
|
line-height: 28rpx;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.action-btns {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0 24rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-button-wrapper {
|
|
|
|
flex: 1;
|
|
|
|
margin: 0 10rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-button {
|
2023-11-17 20:55:32 +08:00
|
|
|
height: 70rpx;
|
2023-10-11 11:27:47 +08:00
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.y-list {
|
|
|
|
margin-bottom: 20rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&.min {
|
|
|
|
margin-bottom: 15rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.y-list-label {
|
|
|
|
// font-size: 24rpx;
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.y-list-content {
|
|
|
|
height: 88rpx;
|
|
|
|
// padding-left: 20rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.uv-list-item__wrapper {
|
|
|
|
flex-direction: row !important;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-content {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
height: 100rpx;
|
|
|
|
padding-left: 34rpx;
|
|
|
|
padding-right: 34rpx;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&.avatar {
|
|
|
|
height: 130rpx;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-label {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
margin-right: 30rpx;
|
|
|
|
word-break: normal;
|
|
|
|
word-wrap: normal;
|
2023-11-14 17:21:03 +08:00
|
|
|
text-wrap: normal;
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-select {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #333333;
|
|
|
|
opacity: 1;
|
|
|
|
flex: 1;
|
|
|
|
text-align: right;
|
2023-11-14 17:21:03 +08:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: 584rpx;
|
|
|
|
margin-right: -34rpx;
|
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-placeholder {
|
|
|
|
color: #999999;
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
opacity: 1;
|
|
|
|
flex: 1;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2024-02-08 21:01:37 +08:00
|
|
|
|
2023-11-14 17:21:03 +08:00
|
|
|
&-coupon {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2023-10-11 11:27:47 +08:00
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-default {
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #333333;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-value {
|
|
|
|
line-height: 40rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #ee6d46;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-input {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uvicon-arrow-right {
|
|
|
|
font-size: 10rpx !important;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
&-avatar {
|
|
|
|
padding: 20rpx 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.img {
|
|
|
|
width: 90rpx;
|
|
|
|
height: 90rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-list--border-top {
|
|
|
|
}
|
|
|
|
|
|
|
|
.uv-list--border-top {
|
|
|
|
background: #e6e6e6 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uv-list--border-left {
|
|
|
|
background: #e6e6e6 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uv-list--border-bottom {
|
|
|
|
background: #e6e6e6 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uv-list--border-right {
|
|
|
|
background: #e6e6e6 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uv-list--border:after {
|
|
|
|
&:after {
|
|
|
|
background: #e6e6e6 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.uvicon-arrow-right {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-bar {
|
|
|
|
background: #fff;
|
|
|
|
padding: 20rpx 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.y-subsection {
|
|
|
|
padding: 20rpx 33rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&.detail {
|
|
|
|
height: 750rpx;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-button {
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
2023-10-11 11:27:47 +08:00
|
|
|
.uv-button--info {
|
|
|
|
border-color: #333333 !important;
|
|
|
|
color: #333333 !important;
|
|
|
|
}
|
2023-11-14 17:21:03 +08:00
|
|
|
|
|
|
|
.hide-arrow .uv-navbar__content__left {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.evaluateBtn {
|
|
|
|
.goods-info {
|
|
|
|
justify-content: flex-start !important;
|
|
|
|
|
|
|
|
.buy-num-info-desc {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.uni-modal {
|
|
|
|
border-radius: 15rpx;
|
|
|
|
width: 529rpx;
|
|
|
|
max-width: 529rpx;
|
|
|
|
|
|
|
|
.uni-modal__hd {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uni-modal__bd {
|
|
|
|
font-size: 34rpx;
|
|
|
|
line-height: 48rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uni-modal__ft {
|
|
|
|
padding: 0 40rpx 50rpx;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uni-modal__btn {
|
|
|
|
width: 210rpx;
|
|
|
|
height: 80rpx;
|
|
|
|
border: 1rpx solid #333333;
|
|
|
|
font-size: 34rpx;
|
|
|
|
color: #333333 !important;
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
|
|
|
&.uni-modal__btn_default {
|
|
|
|
margin-right: 29rpx;
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 5rpx;
|
|
|
|
border-color: $primary-color;
|
|
|
|
color: $primary-color !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.uni-modal__btn_primary {
|
|
|
|
border: none;
|
|
|
|
border-radius: 5rpx;
|
|
|
|
background: $primary-color;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-02-08 21:01:37 +08:00
|
|
|
.y-popup {
|
2023-11-14 17:21:03 +08:00
|
|
|
padding: 0;
|
2024-02-08 21:01:37 +08:00
|
|
|
|
|
|
|
.popup_inner {
|
|
|
|
.modal-inner {
|
2023-11-14 17:21:03 +08:00
|
|
|
padding: 30rpx 20rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-11-17 20:55:32 +08:00
|
|
|
|
2023-11-22 18:55:55 +08:00
|
|
|
// 购物车和售后产品选择统计信息
|
|
|
|
.select-product-settle-info {
|
|
|
|
@include usePadding(40, 0);
|
|
|
|
font-size: 28rpx;
|
|
|
|
transition: height .3s;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.row {
|
|
|
|
margin: 20rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.show {
|
|
|
|
@include usePadding(40, 10);
|
|
|
|
border-top: 1rpx solid #E6E6E6;
|
2024-02-08 21:01:37 +08:00
|
|
|
height: 320rpx;
|
2023-11-17 20:55:32 +08:00
|
|
|
}
|
|
|
|
}
|