From 99d58b6caa0afb1571ac89721092d112ec97dd5e Mon Sep 17 00:00:00 2001
From: 离歌笑 <137273278@qq.com>
Date: 星期二, 22 十月 2019 16:45:13 +0800
Subject: [PATCH] 1. 处理界面显示问题 2. 处理车辆类型动态获取问题
---
WebService/src/main/resources/static/css/common.css | 66 +++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/static/css/common.css b/WebService/src/main/resources/static/css/common.css
index e69de29..76ad5e0 100644
--- a/WebService/src/main/resources/static/css/common.css
+++ b/WebService/src/main/resources/static/css/common.css
@@ -0,0 +1,66 @@
+.no_padding{
+ padding:0px 0px
+}
+.no_margin{
+ margin:0px 0px
+}
+.no_display{
+ display:none
+}
+.fileinput>.file{
+ position: absolute;
+ top: 0;
+ right: 0;
+ margin: 0;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ font-size: 23px;
+ height: 100%;
+ width: 100%;
+ direction: ltr;
+ cursor: pointer;
+}
+.delete_button{
+ color: #dc3545;
+}
+.java110_loading{
+ width: 100%;
+ height: 100%;
+ z-index: 2300;
+ position: fixed;
+}
+.java110_loading>div{
+ margin: 70px auto;
+}
+
+.wizard > .actions .vc_disabled a,
+.wizard > .actions .vc_disabled a:hover,
+.wizard > .actions .vc_disabled a:active
+{
+ background: #fff;
+ color: #888;
+}
+
+.wizard > .steps .vc_disabled a,
+.wizard > .steps .vc_disabled a:hover,
+.wizard > .steps .vc_disabled a:active
+{
+ background: #fff;
+ color: #888;
+ cursor: default;
+}
+
+
+.wizard > .steps > ul > li {
+ width: 33.33%;
+}
+
+.java110_step{
+ width:80%;
+ margin: 20px auto 50px auto;
+}
+
+.form-group span.required {
+ color: #f00;
+ font-size: 100%;
+}
\ No newline at end of file
--
Gitblit v1.8.0