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/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue index 272afef..fc24d37 100644 --- a/pages/mine/balance/withdrawal.vue +++ b/pages/mine/balance/withdrawal.vue @@ -1,256 +1,345 @@ \ 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/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