From 06a893e503c32ea16026db428f4d82eef7eedb3c Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期一, 27 五月 2024 17:37:50 +0800 Subject: [PATCH] 合并 --- src/books/English/assets/main.less | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 73549f3..b8b0f2d 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -837,12 +837,14 @@ } } .parimary-btn { + min-width: 80px; + font-size: 14px; margin-left: 5px; background-color: #0bab87; border-color: #0bab87; + border-width: 1px; color: #fff; border-radius: 6px; - font-size: 16px; &:hover { background-color: #a1afc8; border-color: #a1afc8; @@ -895,10 +897,41 @@ } button { cursor: pointer; + border-radius: 6px; + } + button:focus { + outline: none; } .pd-5 { padding: 0 5px; } + .resource-primary-border { + border: 3px dotted #f49a4c; + border-radius: 1em; + } + .btn-border { + border-color: #0bab87; + } + svg { + fill:#fff ; + } + .btn-box { + margin-left: 5px; + cursor: pointer; + text-indent: 0; + display: inline-block; + border:1px solid #0bab87; + height: 22px; + padding: 5px; + background-color:#0bab87 ; + border-radius: 5px; + &:hover { + background-color: #fff; + svg { + fill:#0bab87 ; + } + } + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media (max-width: 660px) { -- Gitblit v1.9.1