From b8a59b2b37b00a99ebb4666fa14cfc7f0fb5f67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BE=B7=E4=BA=91?= Date: Sun, 16 Feb 2025 00:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=B8=89=E4=B8=AA=E9=A1=B5=E9=9D=A2=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=95=8C=E9=9D=A2=E5=92=8C=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=85=A7=E7=89=87=EF=BC=8C=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E8=B7=AF=E5=BE=84=E4=B8=8D=E7=A1=AE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/renliziyuan/renyuanxinxi/detail.vue | 823 +++++---- .../renliziyuan/renyuanxinxi/qttongji.vue | 1514 +++++++++-------- .../renliziyuan/renyuanxinxi/taizhang.vue | 473 ++--- .../yjly-row-cell/yjly-row-cell.vue | 181 +- 4 files changed, 1515 insertions(+), 1476 deletions(-) diff --git a/pages/views/renliziyuan/renyuanxinxi/detail.vue b/pages/views/renliziyuan/renyuanxinxi/detail.vue index d223072..b6050a8 100644 --- a/pages/views/renliziyuan/renyuanxinxi/detail.vue +++ b/pages/views/renliziyuan/renyuanxinxi/detail.vue @@ -1,44 +1,46 @@ \ No newline at end of file +/* 内容样式 */ +.dataStyle2 { + font-size: 12px; + color: #00007f; + line-height: 15px; + height: 30px; + font-weight: 500; + text-align: center; + vertical-align: middle; + border-bottom: 1px solid #919191; + border-left: 1px solid #919191; + text-align: center; + word-wrap: break-word; + overflow-wrap: break-word; +} +.img { + font-size: 12px; + color: #00007f; + line-height: 150px; + height: 154px; + font-weight: 500; + text-align: center; + vertical-align: middle; + border-bottom: 1px solid #919191; + border-right: 1px solid #919191; + border-left: 1px solid #919191; + text-align: center; + word-wrap: break-word; + overflow-wrap: break-word; +} + diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue index b07f190..b4f802e 100644 --- a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue +++ b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue @@ -1,22 +1,23 @@ \ No newline at end of file +.data-row:hover { + box-shadow: 0 4rpx 12rpx rgba(64, 158, 255, 0.1); +} + diff --git a/pages/views/renliziyuan/renyuanxinxi/taizhang.vue b/pages/views/renliziyuan/renyuanxinxi/taizhang.vue index 94914d7..a483030 100644 --- a/pages/views/renliziyuan/renyuanxinxi/taizhang.vue +++ b/pages/views/renliziyuan/renyuanxinxi/taizhang.vue @@ -1,228 +1,297 @@ \ No newline at end of file +/* 全局容器 */ +.container { + margin: 10rpx 10rpx; + padding: 10rpx; + background: linear-gradient(145deg, #ffaaff, var(--light-blue)); + border-radius: 24rpx; + box-shadow: 0 8rpx 24rpx rgba(64, 158, 255, 0.15); + border: 2rpx solid rgba(64, 158, 255, 0.1); +} +.uni-group { + display: flex; + align-items: center; +} +.titleStyle { + font-size: 12px; + color: #747474; + line-height: 30px; + height: 30px; + background: #f2f9fc; + text-align: center; + vertical-align: middle; + border-left: 1px solid #919191; + border-bottom: 1px solid #919191; +} + +/* 内容样式 */ +.dataStyle { + font-size: 12px; + color: #00007f; + line-height: 30px; + height: 30px; + font-weight: 500; + text-align: center; + vertical-align: middle; + border-bottom: 1px solid #919191; + border-left: 1px solid #919191; + text-overflow: ellipsis; +} +/* 内容样式 */ +.pagination { + font-size: 16px; + color: #00007f; + line-height: 30px; + height: 30px; + font-weight: 500; + text-align: center; + vertical-align: middle; + text-overflow: ellipsis; +} + diff --git a/uni_modules/yjly-row-cell/components/yjly-row-cell/yjly-row-cell.vue b/uni_modules/yjly-row-cell/components/yjly-row-cell/yjly-row-cell.vue index 61652c2..200d60a 100644 --- a/uni_modules/yjly-row-cell/components/yjly-row-cell/yjly-row-cell.vue +++ b/uni_modules/yjly-row-cell/components/yjly-row-cell/yjly-row-cell.vue @@ -1,9 +1,9 @@ \ No newline at end of file +/* 内容样式 */ +.dataStyle1 { + font-size: 12px; + color: #00007f; + line-height: 15px; + height: 30px; + font-weight: 500; + text-align: center; + vertical-align: middle; + border-bottom: 1px solid #919191; + text-overflow: ellipsis; + overflow: hidden; +} +