diff --git a/pages/wallet/fragment.vue b/pages/wallet/fragment.vue
index c6a780d..d436bb2 100644
--- a/pages/wallet/fragment.vue
+++ b/pages/wallet/fragment.vue
@@ -34,7 +34,7 @@
- 完成任务获得碎片完成任务获得碎片完成任务获得碎片完成任务获得碎片完成任务获得碎片完成任务获得碎片
+ 完成任务获得碎片完成任务获得碎片完成任务获得碎片完成任务获得碎片完成任务获得碎片完成任务获得碎片
{{cointype==='in'?'+':'-'}}5
2021-12-22 12:12:12
@@ -206,6 +206,7 @@
bottom: 0;
right: 0;
z-index: 1;
+ opacity: .5;
}
.record-top-nav {
@@ -315,8 +316,9 @@
width: 600rpx;
.title {
- font-size: 30rpx;
+ font-size: 32rpx;
width: 600rpx;
+ color: #444;
}
.money {
diff --git a/pages/wallet/property.vue b/pages/wallet/property.vue
index 25d426d..b732dd4 100644
--- a/pages/wallet/property.vue
+++ b/pages/wallet/property.vue
@@ -1,6 +1,7 @@
+
能量球 (≈ {{ price || '0' }} CNY)
{{ balance.balance || '0' }}
@@ -241,18 +242,31 @@
position: relative;
padding-top: var(--status-bar-height);
background-image: linear-gradient(to right, #7c52fc, #976dff);
-
- &::before {
+ position: relative;
+ overflow: hidden;
+ .record-bg {
position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- content: " ";
- background-image: url(@/static/background/wallet-back.png);
- background-size: 100%;
- background-repeat: no-repeat;
+ width: 120%;
+ height: 300rpx;
+ bottom: -10rpx;
+ right: -20rpx;
+ z-index: 1;
+ opacity: .5;
+ transform:rotate(-7deg);
}
+ // &::before {
+ // position: absolute;
+ // left: 0;
+ // top: 0;
+ // width: 100%;
+ // height: 100%;
+ // content: " ";
+ // background-image: url(@/static/imgs/account-bg.png);
+ // background-size: 100%;
+ // background-repeat: no-repeat;
+ // opacity: .5;
+ // transform:rotate(0deg);
+ // }
.propery-content {
position: relative;
diff --git a/static/imgs/record-icon.png b/static/imgs/record-icon.png
index 4480415..9464afb 100644
Binary files a/static/imgs/record-icon.png and b/static/imgs/record-icon.png differ