From 26952b2ec91133aadb3abc3cf66242650e1348c7 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 27 五月 2024 10:08:00 +0800 Subject: [PATCH] 学前儿童 题目请求调整 --- src/books/English/assets/main.less | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 3ca5462..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,6 +897,10 @@ } button { cursor: pointer; + border-radius: 6px; + } + button:focus { + outline: none; } .pd-5 { padding: 0 5px; @@ -903,6 +909,29 @@ 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