From e1bad24bd33c97e342cf6690b6f716ec811d58fa Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Tue, 12 Mar 2024 15:04:35 +0800 Subject: [PATCH] 1 --- .../pages/meeting/exhibition/order/order.wxml | 20 +++++++-- .../pages/meeting/exhibition/order/order.wxss | 42 +++++++++++++++++-- 2 files changed, 55 insertions(+), 7 deletions(-) diff --git a/miniprogram/pages/meeting/exhibition/order/order.wxml b/miniprogram/pages/meeting/exhibition/order/order.wxml index 49ff450..db1d908 100644 --- a/miniprogram/pages/meeting/exhibition/order/order.wxml +++ b/miniprogram/pages/meeting/exhibition/order/order.wxml @@ -46,7 +46,19 @@ 来参观人员 - + 请添加 + + + + + + + + 陈泽 + 国务院院长 + 18360702148 + + @@ -58,19 +70,19 @@ 讲解需求 - + 是否需要会议室 - + 摄影需求 - + diff --git a/miniprogram/pages/meeting/exhibition/order/order.wxss b/miniprogram/pages/meeting/exhibition/order/order.wxss index d081a40..ea1631a 100644 --- a/miniprogram/pages/meeting/exhibition/order/order.wxss +++ b/miniprogram/pages/meeting/exhibition/order/order.wxss @@ -141,9 +141,14 @@ display: flex; justify-content: space-between; align-items: center; - height: 100rpx; + min-height: 100rpx; } +.fillMsgView .itemView.grayBg { + background: #F9FAFB; +} + + .fillMsgView .itemView .label { position: relative; font-size: 28rpx; @@ -160,11 +165,42 @@ } -.fillMsgView .itemView .content { - flex: 1; +.fillMsgView .itemView .content {} + +.fillMsgView .itemView .content .add { display: flex; justify-content: flex-end; align-items: center; + font-size: 30rpx; + color: #c3c3c3; +} + +.fillMsgView .itemView .content .add .van-icon { + margin-left: 4rpx; +} + + +.fillMsgView .itemView .personView { + width: 100%; + font-size: 26rpx; +} + + +.fillMsgView .itemView .personView .item { + display: flex; + justify-content: flex-start; + align-items: center; + padding: 20rpx 0; + border-bottom: 1px solid white; +} + +.fillMsgView .itemView .personView .item:last-of-type { + border-bottom: none; +} + +.fillMsgView .itemView .personView .item .data { + flex: 1; + text-align: center; } .fillMsgView .itemView .content .coupon {