From 7f0f5bc0be05b8a9206bcff083442379504db009 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期二, 30 四月 2024 14:17:06 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/~shiwenshuai/DTKZZTX --- src/assets/css/content.css | 221 +++++++++++++++++++++++++++--------------------------- 1 files changed, 111 insertions(+), 110 deletions(-) diff --git a/src/assets/css/content.css b/src/assets/css/content.css index 95b3678..34384e7 100644 --- a/src/assets/css/content.css +++ b/src/assets/css/content.css @@ -1,26 +1,26 @@ .contentBox { - width: 100%; - height: 100%; - overflow: hidden; + width: 100%; + height: 100%; + overflow: hidden; } .box { - width: calc(100% - 20px); - height: calc(100% - 20px); - margin: 10px; - overflow: hidden; + width: calc(100% - 20px); + height: calc(100% - 20px); + margin: 10px; + overflow: hidden; } /*宸︿晶div鏍峰紡*/ .left { - width: calc(14% - 10px); - /*宸︿晶鍒濆鍖栧搴�*/ - height: 100%; - overflow: auto; - border-radius: 10px; - float: left; + width: calc(14% - 10px); + /*宸︿晶鍒濆鍖栧搴�*/ + height: 100%; + overflow: auto; + border-radius: 10px; + float: left; } /*鎷栨嫿鍖篸iv鏍峰紡*/ @@ -28,25 +28,25 @@ .userRoleAuthorization_resize1, .userRoleAuthorization_resize, .resize { - cursor: col-resize; - float: left; - position: relative; - top: 45%; - background-color: #d6d6d6; - border-radius: 5px; - margin-top: -10px; - width: 10px; - height: 50px; - background-size: cover; - background-position: center; - /*z-index: 99999;*/ - font-size: 32px; - color: white; + cursor: col-resize; + float: left; + position: relative; + top: 45%; + background-color: #d6d6d6; + border-radius: 5px; + margin-top: -10px; + width: 10px; + height: 50px; + background-size: cover; + background-position: center; + /*z-index: 99999;*/ + font-size: 32px; + color: white; } .menuRoleAuthorization_resize { - /* left: 10px; */ + /* left: 10px; */ } /*鎷栨嫿鍖洪紶鏍囨偓鍋滄牱寮�*/ @@ -54,160 +54,161 @@ .userRoleAuthorization_resize1, .userRoleAuthorization_resize, .resize:hover { - color: #444444; + color: #444444; } /*鍙充晶div'鏍峰紡*/ .mid { - float: left; - width: 86%; - /*鍙充晶鍒濆鍖栧搴�*/ - height: 100%; + float: left; + width: 86%; + /*鍙充晶鍒濆鍖栧搴�*/ + height: 100%; - border-radius: 10px; + border-radius: 10px; } .subpage_Box { - width: 98%; - height: 98%; - padding: 1%; - /* overflow: auto; */ + width: 98%; + height: 98%; + padding: 1%; + + /* overflow: auto; */ } .subpage_Iquery { - width: calc(98% - 2px); - height: auto; + width: calc(98% - 2px); + height: auto; - padding-left: 1%; - padding-right: 1%; - padding-top: 1%; - border-radius: 5px; + padding-left: 1%; + padding-right: 1%; + padding-top: 1%; + border-radius: 5px; } .subpage_Content { - width: calc(98% - 2px); - height: auto; + width: calc(98% - 2px); + height: auto; - margin-top: 1%; - margin-bottom: 1%; - padding: 1%; - border-radius: 5px; + margin-top: 1%; + margin-bottom: 1%; + padding: 1%; + border-radius: 5px; } .tarnsbtton { - width: 6%; - height: 100%; - /*flex 甯冨眬*/ - display: flex; - /*瀹炵幇鍨傜洿灞呬腑*/ - align-items: center; - /*瀹炵幇姘村钩灞呬腑*/ - justify-content: center; + width: 6%; + height: 100%; + /*flex 甯冨眬*/ + display: flex; + /*瀹炵幇鍨傜洿灞呬腑*/ + align-items: center; + /*瀹炵幇姘村钩灞呬腑*/ + justify-content: center; } .dialogBox { - width: 100%; - height: 500px; - display: flex; - justify-content: space-between; + width: 100%; + height: 500px; + display: flex; + justify-content: space-between; } .transFarBox { - width: 30%; - height: 100%; + width: 30%; + height: 100%; - border-radius: 5px; - max-height: 500px; - overflow-y: auto; + border-radius: 5px; + max-height: 500px; + overflow-y: auto; } .transFarBox li { - line-height: 30px; - text-align: center; + line-height: 30px; + text-align: center; } .transFarBox li:hover { - background: rgba(0, 0, 0, 0.2); + background: rgba(0, 0, 0, 0.2); } .transFarBox .active { - color: #409eff; + color: #409eff; } .dialogContent { - width: calc(100% - 20px); - max-height: 370px; - float: left; - overflow: auto; - padding: 10px; + width: calc(100% - 20px); + max-height: 370px; + float: left; + overflow: auto; + padding: 10px; } .dialogContent .ContBox { - width: 44%; - padding: 10px; - margin-left: 2%; - float: left; + width: 44%; + padding: 10px; + margin-left: 2%; + float: left; } .dialogContent .ContDiv { - display: flex; - justify-content: space-around; - margin: 5px 0px; + display: flex; + justify-content: space-around; + margin: 5px 0px; } .dialogContent .contLable { - width: 175px; + width: 175px; } .infoBox_box { - position: fixed; - width: 100vw; - height: 100vh; - background: rgba(0, 0, 0, 0.4); - top: 0; - left: 0; - z-index: 10; + position: fixed; + width: 100vw; + height: 100vh; + background: rgba(0, 0, 0, 0.4); + top: 0; + left: 0; + z-index: 10; } .infoBox { - background: rgb(255, 255, 255); - width: 500px; - position: absolute; - z-index: 100; - top: 15%; - right: 15%; - border: 1px solid white; + background: rgb(255, 255, 255); + width: 500px; + position: absolute; + z-index: 100; + top: 15%; + right: 15%; + border: 1px solid white; - height: 600px; - padding: 10px; - /* overflow: auto; */ - border-radius: 5px; + height: 600px; + padding: 10px; + /* overflow: auto; */ + border-radius: 5px; } .infoBox .el-card { - background-color: transparent; + background-color: transparent; } .infoBox span { - font-size: 16px; - font-weight: 600; + font-size: 16px; + font-weight: 600; } .infoBox .contentBox { - margin: 0 aotu 10px; - overflow: auto; - /* height: 90%; */ - height: 500px; + margin: 0 aotu 10px; + overflow: auto; + /* height: 90%; */ + height: 500px; } .infoBox p { - font-size: 14px; + font-size: 14px; } \ No newline at end of file -- Gitblit v1.9.3