From 8d50ba808690b35005b3f86b02e492fd37ecf807 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 06 五月 2025 09:41:44 +0800 Subject: [PATCH] 测试提交 --- src/books/aviationEtiquette/assets/main.less | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index c98f216..9b7b77b 100644 --- a/src/books/aviationEtiquette/assets/main.less +++ b/src/books/aviationEtiquette/assets/main.less @@ -166,6 +166,9 @@ td { padding: 5px 10px; } + .c-p{ + cursor: pointer; + } .fl { display: flex; @@ -738,7 +741,7 @@ } .event-header-text-bc { - background-color: #bbd4ec; + background-color: #DED5E8; } //瑙嗛 @@ -1956,12 +1959,13 @@ display: flex; align-items: center; justify-content: space-between; - + cursor: pointer; + span { color: #fff; font-size: 20px; padding: 0 40px 0 20px; - cursor: pointer; + } } -- Gitblit v1.9.1