diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index fbc0986..400f2af 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -18,11 +18,11 @@ bgColor="#f1f6ff00" > - + {{ currentUserData.nickname || "信任桥用户" }} - + - + - - + + \ No newline at end of file +.add-btn { + width: 100%; + height: 72rpx; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + border: 2rpx solid #7934f6; + border-radius: 8rpx; + image { + width: 32rpx; + height: 32rpx; + } +} +.select-item { + width: 100%; + min-height: 724rpx; + display: flex; + flex-direction: column; + align-items: center; + padding: 0 32rpx 24rpx; + box-sizing: border-box; + background-color: #fff; + border-radius: 24rpx 24rpx 0 0; + .item-bottom-btn { + width: 100%; + margin-top: 24rpx; + min-height: 88rpx; + display: flex; + } + .item-mid-view-two { + width: 100%; + height: 564rpx; + min-height: 564rpx; + display: flex; + flex-direction: column; + align-items: center; + .no-data-black { + width: 120rpx; + height: 120rpx; + margin-top: 120rpx; + } + .add-btn { + width: 248rpx; + height: 72rpx; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + border: 2rpx solid #7934f6; + border-radius: 12rpx; + image { + width: 32rpx; + height: 32rpx; + } + } + } + .item-mid-view { + width: 100%; + height: 564rpx; + min-height: 564rpx; + display: flex; + flex-direction: column; + align-items: center; + overflow-y: auto; + .item-mid-list { + display: flex; + flex-direction: row; + width: 98%; + height: 152rpx; + min-height: 152rpx; + border-radius: 8rpx; + margin-top: 24rpx; + background: #ffffff; + border: 1px solid #e3e3e3; + padding: 32rpx; + box-sizing: border-box; + position: relative; + .item-mid-li { + margin-left: 24rpx; + flex: 1; + display: flex; + flex-direction: column; + justify-content: space-between; + height: 88rpx; + } + .show-item-left { + display: flex; + flex-direction: column; + height: 88rpx; + min-height: 88rpx; + margin-left: 24rpx; + } + .item-right-btn { + display: flex; + align-items: center; + justify-content: center; + background-color: #f3f3f3; + border-radius: 24rpx; + position: absolute; + right: 28rpx; + } + image { + width: 88rpx; + height: 88rpx; + border-radius: 44rpx; + } + } + } + .select-head { + width: 100%; + height: 88rpx; + min-height: 88rpx; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + } +} + diff --git a/pages/rwa_package/account/components/shu-tips.vue b/pages/rwa_package/account/components/shu-tips.vue index 04ab75c..bb1f6e9 100644 --- a/pages/rwa_package/account/components/shu-tips.vue +++ b/pages/rwa_package/account/components/shu-tips.vue @@ -9,8 +9,8 @@ - 区块链数字积分 - 通过区块链兑换 + 券商地址登记 + 通过券商兑换 diff --git a/pages/rwa_package/account/shu.vue b/pages/rwa_package/account/shu.vue index e96d845..a051b1e 100644 --- a/pages/rwa_package/account/shu.vue +++ b/pages/rwa_package/account/shu.vue @@ -1,13 +1,13 @@