From c082e88ed7260273a00821aa76d8e5536df0a9fe Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 15 Jun 2021 17:21:18 +0800
Subject: [PATCH] 考勤打卡样式调整
---
xcxjingqingmap_clock_sign_in/css/body.css | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/xcxjingqingmap_clock_sign_in/css/body.css b/xcxjingqingmap_clock_sign_in/css/body.css
index ccf3334..eb9bd20 100644
--- a/xcxjingqingmap_clock_sign_in/css/body.css
+++ b/xcxjingqingmap_clock_sign_in/css/body.css
@@ -32,6 +32,7 @@
width: 94%;
height: 55%;
margin: auto;
+ border-radius: 5px;
}
.now-time {
@@ -89,7 +90,7 @@
}
.f-m-once input {
- width: 290px;
+ width: 260px;
position: relative;
left: 20px;
border: none;
@@ -118,7 +119,7 @@
.f-m-once-text .f-m-o-center {
/* background-color: #dffdad; */
border-radius: 5px;
- width: 290px;
+ width: 260px;
height: 100px !important;
position: relative;
left: 20px;
@@ -132,6 +133,7 @@
.clock {
width: 100%;
+ margin: auto;
}
.clock-status {
@@ -170,15 +172,17 @@
margin-top: 15px;
}
+.btn {
+ text-align: center;
+}
+
.clock-btn {
width: 100px;
height: 100px;
+ line-height: 100px;
border-radius: 100px;
border: none;
color: #FFFFFF;
background-color: #007AFF;
- position: relative;
- left: 140px;
- top: 45px;
letter-spacing: 1px;
}
\ No newline at end of file
--
Gitblit v1.9.3