From 8fadd7103d151b000adbaf126f96fe292ce3f5d4 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 27 九月 2024 11:22:47 +0800 Subject: [PATCH] img --- packageBookService/pages/bookServices/detail/index.wxss | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 9ad1816..bba6422 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -612,6 +612,13 @@ background: #f1f1f1; } +.fileName { + width: 400rpx; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .t-cell::after { border-bottom: none !important; } @@ -631,4 +638,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