From 1abdae0f3f821b8f6a6e082d029340a28e80e3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Thu, 10 Apr 2025 17:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/staff/staff.vue | 1973 ++++++++++++++++++++++++----------------- 1 file changed, 1153 insertions(+), 820 deletions(-) diff --git a/pages/staff/staff.vue b/pages/staff/staff.vue index abb11fd..52949df 100644 --- a/pages/staff/staff.vue +++ b/pages/staff/staff.vue @@ -1,890 +1,1223 @@ + align-items: center; + margin: 15px auto; + } + + .popup-box { + overflow: hidden; + border-radius: 8px; + box-sizing: border-box; + padding: 15px; + width: 100%; + background-color: white; + margin-bottom: 80rpx; + } + + .bottomx { + margin: 0 auto; + width: 225px; + height: 46px; + border-radius: 6px 6px 6px 6px; + opacity: 1; + border: 1px solid #0174F6; + display: flex; + align-items: center; + justify-content: center; + //color: #0174F6; + } + + .popup-box { + overflow: hidden; + border-radius: 8px; + box-sizing: border-box; + padding: 15px; + width: 100%; + background-color: white; + } + + .t-title { + font-size: 17px; + font-weight: bold; + color: #333333; + } + + .box_ { + width: 100%; + display: flex; + flex-wrap: wrap; + } + + .box_button { + border-radius: 6px; + border: 1px solid #999; + display: flex; + align-items: center; + justify-content: center; + font-size: 14px; + box-sizing: border-box; + padding: 5px 10px; + margin-right: 5px; + margin-bottom: 5px; + } + + .box_button_x { + border-radius: 6px; + border: 1px solid #0D2E8D; + display: flex; + align-items: center; + justify-content: center; + font-size: 14px; + box-sizing: border-box; + padding: 5px 10px; + margin-right: 5px; + margin-bottom: 5px; + background: #0D2E8D; + color: #fff; + } + + .on-inputx { + width: 100%; + display: flex; + + align-items: center; + margin: 15px auto; + } + + .anniu { + box-sizing: border-box; + padding: 2px 10px; + margin: 0px 10px; + // background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%); + border: 1px solid #0D2E8D; + border-radius: 23px; + font-size: 15px; + color: #0D2E8D; + display: flex; + align-items: center; + justify-content: center; + } + + .an { + box-sizing: border-box; + padding: 2px 10px; + margin: 0px 10px; + background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%) !important; + + border-radius: 23px; + font-size: 15px; + color: white !important; + display: flex; + align-items: center; + justify-content: center; + } + \ No newline at end of file