This commit is contained in:
杨鹏
2025-10-10 17:23:24 +08:00
parent 052aec9a89
commit 1aba303ed9
24 changed files with 68 additions and 70 deletions
+3 -3
View File
@@ -138,7 +138,7 @@
<style scoped lang="scss">
.allAddress .font-color {
color: #e93323 !important;
color: $purple !important;
}
.line2 {
width: 504rpx;
@@ -197,7 +197,7 @@
.allAddress {
width: 100%;
background: linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
background: linear-gradient(to bottom, $purple 0%, #f5f5f5 100%);
// background-image: linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
// background-image: -webkit-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
// background-image: -moz-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
@@ -257,7 +257,7 @@
width: 401rpx;
border-width: 0 0 60rpx 60rpx;
border-style: none solid solid;
border-color: transparent transparent #f7c1bd;
border-color: transparent transparent #d6bbfb;
border-radius: 36rpx 14rpx 0 0;
text-align: center;
line-height: 60rpx;