From 9139b08e62d9490d01a9d0eade40572c03fe2823 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 30 Sep 2022 11:46:39 +0800 Subject: [PATCH] css --- .../ManagementHistory.vue | 149 +++++++++--------- 1 file changed, 75 insertions(+), 74 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue b/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue index 261f23f8..a85b30c8 100644 --- a/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue +++ b/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue @@ -195,83 +195,84 @@ export default { background-color: #fff; padding: 0 32px; margin-bottom: 24px; - .item-flex{ - padding: 34px 0; - border-bottom: 1px solid #ddd; - display: flex; - justify-content: space-between; - line-height: 44px; - font-size: 32px; - font-family: PingFangSC-Regular, PingFang SC; - .label{ - width: 206px; - color: #999; - } - .value{ - width: calc(100% - 206px); - word-break: break-all; - color: #333; - text-align: right; - .phone-icon{ - width: 40px; - height: 40px; - vertical-align: middle; - margin-right: 8px; - } - } - .color-0{ - color: #42D784; - } - .color-1{ - color: #f46; - } - .color-2{ - color: #1365DD; - } + + } + .item-flex{ + padding: 34px 0; + border-bottom: 1px solid #ddd; + display: flex; + justify-content: space-between; + line-height: 44px; + font-size: 32px; + font-family: PingFangSC-Regular, PingFang SC; + .label{ + width: 206px; + color: #999; } - .img-list{ - padding-bottom: 32px; - img{ - width: 320px; - height: 320px; - } - } - .item-flex:nth-last-of-type(1){ - border-bottom: 0; - } - .error-list { - .item { - width: 100%; - background: #f4f7fe; - border-radius: 8px; - padding: 24px 24px 18px 24px; - box-sizing: border-box; - margin-bottom: 16px; - p { - font-size: 28px; - font-family: PingFangSC-Regular, PingFang SC; - color: #343d65; - line-height: 40px; - word-break: break-all; - margin-bottom: 12px; - } - div { - font-size: 24px; - font-family: PingFangSC-Regular, PingFang SC; - color: #666; - line-height: 34px; - span { - display: inline-block; - margin-left: 32px; - } - } - } - } - .text-p{ - line-height: 44px; + .value{ + width: calc(100% - 206px); + word-break: break-all; color: #333; - padding-bottom: 16px; + text-align: right; + .phone-icon{ + width: 40px; + height: 40px; + vertical-align: middle; + margin-right: 8px; + } } + .color-0{ + color: #42D784; + } + .color-1{ + color: #f46; + } + .color-2{ + color: #1365DD; + } + } + .img-list{ + padding-bottom: 32px; + img{ + width: 320px; + height: 320px; + } + } + .item-flex:nth-last-of-type(1){ + border-bottom: 0; + } + .error-list { + .item { + width: 100%; + background: #f4f7fe; + border-radius: 8px; + padding: 24px 24px 18px 24px; + box-sizing: border-box; + margin-bottom: 16px; + p { + font-size: 28px; + font-family: PingFangSC-Regular, PingFang SC; + color: #343d65; + line-height: 40px; + word-break: break-all; + margin-bottom: 12px; + } + div { + font-size: 24px; + font-family: PingFangSC-Regular, PingFang SC; + color: #666; + line-height: 34px; + span { + display: inline-block; + margin-left: 32px; + } + } + } + } + .text-p{ + line-height: 44px; + color: #333; + padding-bottom: 16px; } .line-bg{ width: 100%;