From 82f707ece09a906007f3d760b6bb025896e3bba6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 22 四月 2026 15:39:36 +0800
Subject: [PATCH] 门店
---
small-program/unpackage/dist/dev/mp-weixin/common/main.wxss | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 118 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/common/main.wxss b/small-program/unpackage/dist/dev/mp-weixin/common/main.wxss
index 686911c..a79dbbe 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/common/main.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/common/main.wxss
@@ -258,4 +258,122 @@
width: 500px !important;
font-size: 14px !important;
}
+/*姣忎釜椤甸潰鍏叡css */
+.tc {
+ width: calc(100vw - 148rpx);
+}
+.tc .tc-btn {
+ width: 100%;
+ height: 102rpx;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-top: 1rpx solid #EEEEEE;
+}
+.tc .tc-btn .tc-btn-item {
+ flex: 1;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 400;
+ font-size: 32rpx;
+ color: #666666;
+ border-right: 1rpx solid #EEEEEE;
+}
+.tc .tc-btn .tc-btn-item:last-child {
+ border: none !important;
+}
+.tc .tc-contemt {
+ width: 100%;
+ padding: 40rpx 0;
+ box-sizing: border-box;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+}
+.tc .tc-contemt .tc-contemt-title {
+ width: 100%;
+ text-align: center;
+ font-weight: 600;
+ font-size: 32rpx;
+ color: #111111;
+}
+.tc .tc-contemt .tc-contemt-nr {
+ width: 472rpx;
+ text-align: center;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #333333;
+ margin-top: 40rpx;
+}
+.nomore {
+ margin-top: 30rpx;
+ width: 100%;
+ text-align: center;
+ font-size: 24rpx;
+ color: #666666;
+}
+.phone {
+ width: 100%;
+ padding-top: 40rpx;
+ box-sizing: border-box;
+}
+.phone .phone-botton {
+ width: 100%;
+ height: 88rpx;
+ line-height: 88rpx;
+ text-align: center;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #FFFFFF;
+ background: #00BC12;
+ border-radius: 44rpx;
+ margin-top: 60rpx;
+}
+.phone .phone-head {
+ width: 100%;
+ text-align: center;
+ justify-content: space-between;
+ margin-bottom: 40rpx;
+}
+.phone .phone-head text {
+ font-weight: 800;
+ font-size: 32rpx;
+ color: #222222;
+}
+.phone .phone-item {
+ width: 100%;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ flex-direction: column;
+ line-height: 78rpx;
+}
+.phone .phone-item button {
+ border: 1rpx white solid;
+ display: inline;
+ width: 300rpx;
+ font-weight: 500;
+ font-size: 32rpx;
+ line-height: 32rpx;
+ color: #222222;
+}
+.phone .phone-item image {
+ width: 28rpx;
+ height: 28rpx;
+ margin-right: 30rpx;
+}
+.phone .phone-item .line {
+ width: 100%;
+ height: 1rpx;
+ background-color: #f2f2f2;
+}
+.phone .phone-item text {
+ font-weight: 500;
+ font-size: 28rpx;
+ line-height: 28rpx;
+ color: #222222;
+}
--
Gitblit v1.9.3