From 6d86ad3ea52ca59d49d3da127ef7bfa9215c7feb Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 18 十二月 2024 12:01:30 +0800 Subject: [PATCH] 1 --- pages/personalCenter/index.wxss | 69 ++++++++++++++++++++++++++++++++-- 1 files changed, 65 insertions(+), 4 deletions(-) diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss index 0b00d20..11f0acd 100644 --- a/pages/personalCenter/index.wxss +++ b/pages/personalCenter/index.wxss @@ -105,7 +105,9 @@ width: 100%; display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: flex-start; + padding: 15rpx 25rpx; + box-sizing: border-box; } .domainList1 { @@ -125,15 +127,15 @@ width: 160rpx; min-width: 160rpx; flex-shrink: 0; - padding: 40rpx 0; + padding: 20rpx 0; } -.listItem:nth-child(5), +/* .listItem:nth-child(5), .listItem:nth-child(6), .listItem:nth-child(7), .listItem:nth-child(8) { padding-top: 10rpx !important; -} +} */ .listItem .icon { width: 48rpx; @@ -210,4 +212,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