From f058f6f1b35f413000ea81d7df92b4bd021c6b6f Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期二, 08 七月 2025 16:24:00 +0800
Subject: [PATCH] 销售方式跳转、扫码、Isbn弹框、出版日期

---
 packageBookService/pages/bookServices/detail/index.wxss |   64 ++++++++++++++++++++++++++++++--
 1 files changed, 60 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 9ad1816..6f3acfb 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -105,8 +105,9 @@
 }
 
 .li-title {
-  width: 140rpx;
-  font-size: 28rpx;
+  display: inline;
+  white-space: nowrap;
+  font-size: 26rpx;
 }
 
 .li-content {
@@ -139,6 +140,18 @@
   display: flex;
   flex-direction: column;
   align-items: center;
+}
+
+.editIcon {
+  margin-bottom: 14rpx;
+}
+
+.editContent {
+  font-size: 28rpx;
+}
+
+.editText {
+  margin: 20rpx 0;
 }
 
 .book-use image {
@@ -537,8 +550,8 @@
   padding: 10rpx !important;
 }
 
-.t-input__content,
-.t-textarea {
+.info-center .t-input__content,
+.info-center .t-textarea {
   border: 2rpx solid #D9D9D9 !important;
   border-radius: 15rpx;
   padding: 10rpx !important;
@@ -612,6 +625,13 @@
   background: #f1f1f1;
 }
 
+.fileName {
+  width: 400rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
 .t-cell::after {
   border-bottom: none !important;
 }
@@ -631,4 +651,40 @@
 .deleteBtn {
   width: 30rpx;
   height: 30rpx;
+}
+
+.teach-btn {
+  display: flex;
+  justify-content: flex-end;
+  align-items: center;
+  padding: 0 40rpx;
+  height: 120rpx;
+}
+
+.btn {
+  width: 220rpx;
+  font-size: 28rpx;
+  --td-button-primary-bg-color: #fff;
+  --td-button-primary-border-color: #FF6C00;
+  --td-button-primary-color: #ff6c00;
+  --td-button-primary-active-bg-color: #fff0e6;
+  --td-button-primary-active-border-color: #ff6c00;
+  padding: 0;
+  display: flex;
+  align-items: center;
+}
+
+.btn-content {
+  display: flex;
+  align-items: center;
+}
+
+.btn image {
+  margin-right: 4rpx;
+  width: 28rpx;
+  height: 32rpx;
+}
+
+.btn text {
+  font-size: 28rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1