From 4f47d0af9617511e475879eff74e7788a429d9fd Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期五, 27 五月 2022 14:55:19 +0800
Subject: [PATCH] # ycq

---
 src/main/webapp/static/css/render.css |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/css/render.css b/src/main/webapp/static/css/render.css
index 6f7e0a4..fec261b 100644
--- a/src/main/webapp/static/css/render.css
+++ b/src/main/webapp/static/css/render.css
@@ -12,6 +12,7 @@
     width: 100%;
     background-color: rgb(108,167,168);
 }
+
 .head {
     height: 10%;
     width: 100%;
@@ -72,12 +73,24 @@
     position: absolute;
     display: inline-block;
     background-color: #000000;
+    z-index: 5;
 }
 .item {
     border: 1px solid rgb(194,76,65);
     color: rgb(194,76,65);
     height: 100%;
     width: 100%;
+}
+
+.floorBtn {
+    position: absolute;
+    /*border: 1px solid rgb(108, 167, 168);*/
+    top: 10px;
+    color: #000000;
+    font-size: 24px;
+    font-weight: 500;
+    letter-spacing: 5px;
+    cursor:pointer;
 }
 
 /*鎿嶄綔鏄剧ず鏍�*/
@@ -239,6 +252,7 @@
     text-align: center;
     background-color: rgb(120,255,129);
     font-size: 14px;
+    z-index: 9;
 }
 /*绌虹珯鐐�*/
 .site-k {

--
Gitblit v1.9.1