From 8dc4e50769a7ebc5f0a3d766f61aa08b8f23b772 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 06 九月 2024 11:23:21 +0800 Subject: [PATCH] login --- pages/personalCenter/index.wxss | 63 ++++++++++++++++++++++++++++++- 1 files changed, 61 insertions(+), 2 deletions(-) diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss index aa0e5d4..cbd2c65 100644 --- a/pages/personalCenter/index.wxss +++ b/pages/personalCenter/index.wxss @@ -19,7 +19,7 @@ color: #333; } -.home-page .bg { +.bg { height: 780rpx; width: 100%; position: absolute; @@ -28,7 +28,7 @@ z-index: -1; } -.home-page .bg .image { +.bg .image { height: 100%; } @@ -210,4 +210,63 @@ background: #ff6c00; color: #fff; border-radius: 50rpx; +} + +.blockIntegral { + position: relative; + width: 90vw; + height: 70vh; + background: var(--td-bg-color-container); + border-radius: 16rpx; +} + +.srcolbox { + width: 100%; + height: 70vh; + white-space: nowrap; +} + +.block-content { + padding: 20rpx; + font-size: 28rpx; + color: #606266 +} + +.tableHeader { + display: flex; + background-color: #f3f3f3; + line-height: 48rpx; + padding: 10rpx; + border-bottom: 1px solid #f4f4f4; +} + +.blockIntegral .content-item { + display: flex; + line-height: 48rpx; + padding: 10rpx; + border-bottom: 2rpx solid #f4f4f4; +} + +.blockIntegral .lable { + width: 260rpx; +} + +.blockIntegral .value { + width: 100rpx; +} + +.blockIntegral .totle { + font-weight: bold; + +} + +.blockIntegral .createDate { + flex: 1; +} + +.close-btn { + position: absolute; + left: 50%; + margin-left: -32rpx; + bottom: calc(-1 * (48rpx + 64rpx)); } \ No newline at end of file -- Gitblit v1.9.1