diff --git a/components/withdrawalGuide/index.vue b/components/withdrawalGuide/index.vue new file mode 100644 index 0000000..acd660b --- /dev/null +++ b/components/withdrawalGuide/index.vue @@ -0,0 +1,156 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 6063eea..a9df1af 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -61,7 +61,7 @@ - + - + -->
diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue index 272afef..1fa0bab 100644 --- a/pages/mine/balance/withdrawal.vue +++ b/pages/mine/balance/withdrawal.vue @@ -1,256 +1,343 @@ \ No newline at end of file + .subbtn { + background: #005bac; + border-radius: 46rpx; + font-size: 30rpx; + font-family: Source Han Sans CN; + font-weight: 400; + color: #ffffff; + } + } +} + diff --git a/pages/mine/balance/withdrawlDetail.vue b/pages/mine/balance/withdrawlDetail.vue index f28fa87..ed40053 100644 --- a/pages/mine/balance/withdrawlDetail.vue +++ b/pages/mine/balance/withdrawlDetail.vue @@ -1,150 +1,171 @@ \ No newline at end of file + .thesuccess { + color: #005bac; + } + } + } +} + diff --git a/pages/specialArea/list.vue b/pages/specialArea/list.vue index 0400976..1fb8be2 100644 --- a/pages/specialArea/list.vue +++ b/pages/specialArea/list.vue @@ -1,662 +1,805 @@ \ No newline at end of file +.search { + margin: 10rpx 20rpx; + padding: 10rpx; + background: #eeeeee; + border-radius: 20px; + font-size: 14px; +} +.image-container { + position: relative; +} + +.triangle-badge { + position: absolute; + top: 0; + left: 0; + width: 0; + height: 0; + border-top: 90rpx solid #005bac; + border-right: 90rpx solid transparent; + border-radius: 10rpx 0 0 0; + z-index: 10; +} + +.triangle-badge-text { + position: absolute; + color: #ffffff; + font-weight: 600; + line-height: 1; + transform: rotate(-45deg); + transform-origin: center; + white-space: nowrap; + text-shadow: 0 1rpx 2rpx rgba(0, 0, 0, 0.2); +} + +/* 2个字样式 */ +.triangle-badge-text.text-2 { + top: -68rpx; + left: 10rpx; + font-size: 22rpx; +} + +/* 3个字样式 */ +.triangle-badge-text.text-3 { + top: -68rpx; + left: 4rpx; + font-size: 20rpx; +} + +/* 4个字样式 */ +.triangle-badge-text.text-4 { + top: -64rpx; + left: 0rpx; + font-size: 18rpx; +} + diff --git a/static/images/with-drawal-mini-code.png b/static/images/with-drawal-mini-code.png new file mode 100644 index 0000000..40b0c4f Binary files /dev/null and b/static/images/with-drawal-mini-code.png differ