|
|
@@ -298,7 +298,7 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.delivery-pop {
|
|
|
- width: 300upx;
|
|
|
+ width: 50vw;
|
|
|
height: 99vh;
|
|
|
background: #fff;
|
|
|
border-radius: 5upx;
|
|
|
@@ -446,7 +446,7 @@ export default {
|
|
|
.delivery-quotes-grid {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- gap: 10upx;
|
|
|
+ margin: -5upx;
|
|
|
}
|
|
|
|
|
|
.delivery-quote-item {
|
|
|
@@ -455,6 +455,7 @@ export default {
|
|
|
border: 1rpx solid #ddd;
|
|
|
border-radius: 4upx;
|
|
|
padding: 10upx 5upx;
|
|
|
+ margin: 5upx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
@@ -486,7 +487,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.platform-name {
|
|
|
- font-size: 11upx;
|
|
|
+ font-size: 10upx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
margin-bottom: 5upx;
|
|
|
@@ -494,7 +495,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.platform-price {
|
|
|
- font-size: 13upx;
|
|
|
+ font-size: 11upx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
margin-bottom: 3upx;
|