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