From 8c79ff2c695254275669390dc4353593b42b7475 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 20 五月 2024 11:16:48 +0800
Subject: [PATCH] 最新版本
---
h5/unpackage/dist/dev/mp-weixin/pages/appointmentDetails/appointmentDetails.wxss | 89 ++++++++++++++++++++++++++++++++++++--------
1 files changed, 73 insertions(+), 16 deletions(-)
diff --git a/h5/unpackage/dist/dev/mp-weixin/pages/appointmentDetails/appointmentDetails.wxss b/h5/unpackage/dist/dev/mp-weixin/pages/appointmentDetails/appointmentDetails.wxss
index 11e9237..69ec60f 100644
--- a/h5/unpackage/dist/dev/mp-weixin/pages/appointmentDetails/appointmentDetails.wxss
+++ b/h5/unpackage/dist/dev/mp-weixin/pages/appointmentDetails/appointmentDetails.wxss
@@ -32,31 +32,68 @@
.box.data-v-6f8ffd34 {
width: 100%;
}
-.box .box_head.data-v-6f8ffd34 {
- width: 100%;
- padding: 40rpx 0;
- box-sizing: border-box;
- background-color: #ffffff;
+.box .qrocde.data-v-6f8ffd34 {
+ width: 300rpx;
+ height: 300rpx;
display: flex;
align-items: center;
justify-content: center;
- flex-direction: column;
}
-.box .box_head image.data-v-6f8ffd34 {
+.box .qrocde .qrcode_img.data-v-6f8ffd34 {
+ width: 100%;
+ height: 100%;
+}
+.box .qr_wrap.data-v-6f8ffd34 {
+ background-color: #fff;
+ text-align: center;
+}
+.box .qr_wrap .box_head_qrcode.data-v-6f8ffd34 {
width: 320rpx;
height: 320rpx;
}
-.box .box_head .box_head_a.data-v-6f8ffd34 {
- font-size: 36rpx;
- font-weight: 600;
- color: #025EEF;
- margin-top: 30rpx;
+.box .qr_wrap .text.data-v-6f8ffd34 {
+ font-size: 30rpx;
+ color: #279BAA;
+ padding: 20rpx 0 30rpx;
}
-.box .box_head .box_head_b.data-v-6f8ffd34 {
- font-size: 26rpx;
+.box .head_wrap.data-v-6f8ffd34 {
+ padding: 30px;
+}
+.box .head_wrap .h1.data-v-6f8ffd34 {
+ margin-bottom: 16rpx;
+ font-weight: 600;
+ font-size: 36rpx;
+}
+.box .head_wrap .h2.data-v-6f8ffd34 {
font-weight: 400;
- color: #666666;
- margin-top: 24rpx;
+ font-size: 26rpx;
+}
+.box .head_padding.data-v-6f8ffd34 {
+ background: #279BAA;
+}
+.box .head_padding .h1.data-v-6f8ffd34 {
+ color: #FFFFFF;
+}
+.box .head_padding .h2.data-v-6f8ffd34 {
+ color: #FFFFFF;
+}
+.box .head_error.data-v-6f8ffd34 {
+ background: #FDEDED;
+}
+.box .head_error .h1.data-v-6f8ffd34 {
+ color: #ED4545;
+}
+.box .head_error .h2.data-v-6f8ffd34 {
+ color: #333333;
+}
+.box .head_success.data-v-6f8ffd34 {
+ background: #E8F4F6;
+}
+.box .head_success .h1.data-v-6f8ffd34 {
+ color: #279BAA;
+}
+.box .head_success .h2.data-v-6f8ffd34 {
+ color: #333333;
}
.box .box_list.data-v-6f8ffd34 {
width: 100%;
@@ -64,6 +101,19 @@
background-color: #ffffff;
padding: 40rpx 30rpx;
box-sizing: border-box;
+}
+.box .box_list .box_list_tips.data-v-6f8ffd34 {
+ width: 100%;
+ height: 52rpx;
+ padding: 0 20rpx;
+ box-sizing: border-box;
+ line-height: 52rpx;
+ background-color: rgba(224, 49, 42, 0.06);
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #E0312A;
+ border-radius: 4rpx;
+ margin: 30rpx 0;
}
.box .box_list .box_list_label.data-v-6f8ffd34 {
font-size: 32rpx;
@@ -77,6 +127,7 @@
margin-top: 30rpx;
}
.box .box_list .box_list_item .box_list_item_label.data-v-6f8ffd34 {
+ flex-shrink: 0;
font-size: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@@ -87,5 +138,11 @@
font-family: PingFangSC, PingFang SC;
font-weight: 400;
color: #333333;
+ display: flex;
+ align-items: center;
+}
+.box .box_list .box_list_item .box_list_item_val .box_list_item_val_btn.data-v-6f8ffd34 {
+ width: 140rpx;
+ margin-left: 15rpx;
}
--
Gitblit v1.9.3