diff --git a/pages.json b/pages.json index 67e8f2c..1470207 100644 --- a/pages.json +++ b/pages.json @@ -104,6 +104,9 @@ }, { "path": "kepp/keepAccountsDetail" + }, + { + "path": "mine/InvitationCredit" } ] }], diff --git a/pages_order/kepp/AnnualExpenditure.vue b/pages_order/kepp/AnnualExpenditure.vue index 34d12f2..01f8bf7 100644 --- a/pages_order/kepp/AnnualExpenditure.vue +++ b/pages_order/kepp/AnnualExpenditure.vue @@ -82,9 +82,11 @@ .select { background-color: #EBF0FC; - padding: 15rpx 20rpx; + padding: 15rpx 0rpx; border: none; color: #4280FD; + width: 150rpx; + text-align: center; } } diff --git a/pages_order/mine/GainPoints.vue b/pages_order/mine/GainPoints.vue index 4fecd9e..e1d201d 100644 --- a/pages_order/mine/GainPoints.vue +++ b/pages_order/mine/GainPoints.vue @@ -1,12 +1,33 @@ @@ -14,15 +35,70 @@ export default { data() { return { - + } }, methods: { - + } } - + .txt { + font-size: 24rpx; + color: #999999; + margin-top: 20rpx; + } + + .button { + text-align: center; + background-color: #3796F8; + color: #fff; + padding: 25rpx 0; + margin-top: 40rpx; + border-radius: 16rpx; + } + } + } + + .service { + width: 94%; + margin-left: 3%; + font-size: 24rpx; + text-align: center; + margin-top: 20rpx; + padding: 25rpx 0; + background-color: #fff; + border-radius: 12rpx; + } + } + \ No newline at end of file diff --git a/pages_order/mine/InvitationCredit.vue b/pages_order/mine/InvitationCredit.vue new file mode 100644 index 0000000..39613a5 --- /dev/null +++ b/pages_order/mine/InvitationCredit.vue @@ -0,0 +1,194 @@ + + + + + \ No newline at end of file diff --git a/pages_order/mine/MemberRecharge.vue b/pages_order/mine/MemberRecharge.vue index 4fb0167..eb5e7df 100644 --- a/pages_order/mine/MemberRecharge.vue +++ b/pages_order/mine/MemberRecharge.vue @@ -1,28 +1,261 @@ - + view { + margin-top: 15rpx; + font-size: 28rpx; + } + } + } + + .block { + width: 90%; + margin-left: 5%; + + .privilege { + font-size: 34rpx; + padding: 60rpx 0rpx 40rpx; + } + + .cells { + display: flex; + flex-direction: column; + justify-content: space-between; + height: 170rpx; + + .cell { + display: flex; + align-items: center; + + .text { + margin-left: 20rpx; + color: #707070; + font-size: 28rpx; + + } + + image { + height: 70rpx; + width: 70rpx; + } + } + + } + + .tail { + display: flex; + align-items: center; + margin-top: 30rpx; + + view:nth-child(2) { + margin-left: 10rpx; + color: #707070; + font-size: 24rpx; + } + } + } + + .confirm { + display: flex; + position: fixed; + bottom: 0px; + width: 100%; + justify-content: center; + align-items: center; + padding: 8rpx 0; + box-shadow: 0 -2rpx 6rpx 0 #d9d9d9 ; + + .box { + display: flex; + align-items: center; + justify-content: space-between; + width: 92%; + font-size: 28rpx; + + view:nth-child(1) { + color: #999999; + } + view:nth-child(2) { + padding: 25rpx 60rpx; + color: #FFFFFF; + background-color: #3796F8; + border-radius: 12rpx; + + } + +view:nth-child(1) { + color: #999999; + } + } + } + + } + \ No newline at end of file diff --git a/pages_order/static/mine/characteristic.png b/pages_order/static/mine/characteristic.png new file mode 100644 index 0000000..c25cc7d Binary files /dev/null and b/pages_order/static/mine/characteristic.png differ diff --git a/pages_order/static/mine/crowd.png b/pages_order/static/mine/crowd.png new file mode 100644 index 0000000..9589731 Binary files /dev/null and b/pages_order/static/mine/crowd.png differ diff --git a/pages_order/static/mine/integral.png b/pages_order/static/mine/integral.png new file mode 100644 index 0000000..2cc643e Binary files /dev/null and b/pages_order/static/mine/integral.png differ diff --git a/pages_order/static/mine/notepad.png b/pages_order/static/mine/notepad.png new file mode 100644 index 0000000..154f209 Binary files /dev/null and b/pages_order/static/mine/notepad.png differ