|
|
@ -42,12 +42,14 @@ page { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
gap: 10rpx; |
|
|
gap: 10rpx; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%); |
|
|
background: rgba(255, 255, 255, 0.6); |
|
|
|
|
|
backdrop-filter: blur(10rpx); |
|
|
|
|
|
-webkit-backdrop-filter: blur(10rpx); |
|
|
padding: 6rpx; |
|
|
padding: 6rpx; |
|
|
border-radius: 50rpx; |
|
|
border-radius: 50rpx; |
|
|
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.12); |
|
|
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08); |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
border: 1rpx solid rgba(22, 119, 255, 0.2); |
|
|
border: 1rpx solid rgba(255, 255, 255, 0.5); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.search-input-wrapper { |
|
|
.search-input-wrapper { |
|
|
@ -55,7 +57,7 @@ page { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
position: relative; |
|
|
position: relative; |
|
|
background-color: white; |
|
|
background-color: transparent; |
|
|
border-radius: 40rpx; |
|
|
border-radius: 40rpx; |
|
|
padding: 0 10rpx; |
|
|
padding: 0 10rpx; |
|
|
} |
|
|
} |
|
|
@ -112,12 +114,20 @@ page { |
|
|
background-color: #1677ff; |
|
|
background-color: #1677ff; |
|
|
color: white; |
|
|
color: white; |
|
|
border: none; |
|
|
border: none; |
|
|
border-radius: 40rpx; |
|
|
border-radius: 20rpx; |
|
|
padding: 15rpx 30rpx; |
|
|
padding: 20rpx 4rpx; |
|
|
font-size: 24rpx; |
|
|
font-size: 20rpx; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
box-shadow: 0 2rpx 8rpx rgba(22, 119, 255, 0.3); |
|
|
box-shadow: 0 2rpx 8rpx rgba(22, 119, 255, 0.3); |
|
|
|
|
|
min-width: 10rpx; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
wx-button:not([size=mini]) { |
|
|
|
|
|
margin-left: auto; |
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
width: 90px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 地区选择器弹窗样式 */ |
|
|
/* 地区选择器弹窗样式 */ |
|
|
@ -656,9 +666,12 @@ page { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.status-tag.negotiate-yes { |
|
|
.status-tag.negotiate-yes { |
|
|
background: rgba(114, 46, 209, 0.15); |
|
|
background: rgba(255, 255, 255, 0.7); |
|
|
color: #722ed1; |
|
|
backdrop-filter: blur(8rpx); |
|
|
border: 1rpx solid rgba(114, 46, 209, 0.5); |
|
|
-webkit-backdrop-filter: blur(8rpx); |
|
|
|
|
|
border: 1rpx solid rgba(200, 200, 200, 0.5); |
|
|
|
|
|
box-shadow: 0 2rpx 6rpx rgba(0, 0, 0, 0.08); |
|
|
|
|
|
color: #000000; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.status-tag.source-yes { |
|
|
.status-tag.source-yes { |
|
|
@ -673,6 +686,24 @@ page { |
|
|
border: 1rpx solid rgba(180, 180, 180, 0.5); |
|
|
border: 1rpx solid rgba(180, 180, 180, 0.5); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-tag.source-third { |
|
|
|
|
|
background: rgba(24, 144, 255, 0.15); |
|
|
|
|
|
color: #096dd9; |
|
|
|
|
|
border: 1rpx solid rgba(24, 144, 255, 0.5); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-tag.source-platform { |
|
|
|
|
|
background: rgba(82, 196, 26, 0.15); |
|
|
|
|
|
color: #389e0d; |
|
|
|
|
|
border: 1rpx solid rgba(82, 196, 26, 0.5); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-tag.source-unverified { |
|
|
|
|
|
background: rgba(140, 140, 140, 0.15); |
|
|
|
|
|
color: #595959; |
|
|
|
|
|
border: 1rpx solid rgba(140, 140, 140, 0.5); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.goods-footer { |
|
|
.goods-footer { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
@ -685,23 +716,23 @@ page { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.goods-region-bg { |
|
|
.goods-region-bg { |
|
|
background: rgba(255, 255, 255, 0.95); |
|
|
background: rgba(255, 255, 255, 0.5); |
|
|
backdrop-filter: blur(4rpx); |
|
|
backdrop-filter: blur(8rpx); |
|
|
-webkit-backdrop-filter: blur(4rpx); |
|
|
-webkit-backdrop-filter: blur(8rpx); |
|
|
border-radius: 4rpx; |
|
|
border-radius: 8rpx; |
|
|
padding: 4rpx 12rpx; |
|
|
padding: 6rpx 14rpx; |
|
|
border: 1.5rpx solid #1e3a6e; |
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08); |
|
|
box-shadow: 0 1rpx 3rpx rgba(30, 58, 110, 0.08); |
|
|
border: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.goods-region { |
|
|
.goods-region { |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
text-overflow: ellipsis; |
|
|
text-overflow: ellipsis; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
color: #1e3a6e; |
|
|
padding: 4rpx 10rpx; |
|
|
font-weight: 600; |
|
|
background: linear-gradient(135deg, rgba(22, 119, 255, 0.08) 0%, rgba(64, 150, 255, 0.05) 100%); |
|
|
font-size: 23rpx; |
|
|
border-radius: 12rpx; |
|
|
letter-spacing: 0.5rpx; |
|
|
font-size: 18rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.goods-reserved { |
|
|
.goods-reserved { |
|
|
|