|
@@ -6,11 +6,11 @@ html{
|
|
font-family: sans-serif;
|
|
font-family: sans-serif;
|
|
}
|
|
}
|
|
body{--main-color:#1389D3;color:#000000;margin:0px;border:0;font-size:14px; background-color:white}
|
|
body{--main-color:#1389D3;color:#000000;margin:0px;border:0;font-size:14px; background-color:white}
|
|
-.mbody{background-color: #f1f1f1;}
|
|
|
|
|
|
+.mbody{background-color: #fff;}
|
|
td,button{ font-size:14px}
|
|
td,button{ font-size:14px}
|
|
a,.cursor{cursor:pointer;}
|
|
a,.cursor{cursor:pointer;}
|
|
p{text-indent:24pt; margin:12px 0px;line-height:25px}
|
|
p{text-indent:24pt; margin:12px 0px;line-height:25px}
|
|
-input,textarea,select,button{resize: none;outline:none;font-size:14px;}
|
|
|
|
|
|
+input,textarea,select,button{resize: none;outline:none;font-size:14px;border:none;}
|
|
.zhu{ color:#1389D3;color:var(--main-color)}
|
|
.zhu{ color:#1389D3;color:var(--main-color)}
|
|
.hui{ color:#888888}
|
|
.hui{ color:#888888}
|
|
.red{ color:#ff0000}
|
|
.red{ color:#ff0000}
|
|
@@ -47,16 +47,31 @@ ul,li,a{ list-style-type:none}
|
|
.h1{ font-size:24px;font-weight:bold;}
|
|
.h1{ font-size:24px;font-weight:bold;}
|
|
.h2{ font-size:20px;font-weight:bold;}
|
|
.h2{ font-size:20px;font-weight:bold;}
|
|
|
|
|
|
-.input,.inputs,.textarea{height:30px;line-height:25px;background-color:white;padding:2px;width:95%;border:0.5px #dddddd solid;border-radius:2px}
|
|
|
|
|
|
+/*margin-left: 5%;*/
|
|
|
|
+/* width: 90%;*/
|
|
|
|
+/* height: 40px;*/
|
|
|
|
+/* font-size: 16px;*/
|
|
|
|
+/* color: #000;*/
|
|
|
|
+/* border: 1px solid #DCDCDC;*/
|
|
|
|
+/* margin-top: 8px;*/
|
|
|
|
+/* line-height: 40px;*/
|
|
|
|
+/* padding-left: 4px;*/
|
|
|
|
+.input,.inputs,.textarea{
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 25px;
|
|
|
|
+ background-color: white;
|
|
|
|
+ width: 100%;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
|
|
.inputb{height:30px;line-height:20px;background-color:white;padding:2px;border:0.5px #cccccc solid;border-radius:2px}
|
|
.inputb{height:30px;line-height:20px;background-color:white;padding:2px;border:0.5px #cccccc solid;border-radius:2px}
|
|
.inputb:focus,.inputs:focus,.textarea:focus{border:0.5px var(--main-color) solid;box-shadow:0px 0px 5px rgba(0,0,0,0.3);}
|
|
.inputb:focus,.inputs:focus,.textarea:focus{border:0.5px var(--main-color) solid;box-shadow:0px 0px 5px rgba(0,0,0,0.3);}
|
|
|
|
|
|
.title{height:40px;line-height:40px;overflow:hidden;font-size:18px;text-align:left;border-bottom:1px #cccccc solid;color:#55555;font-weight:bold; background-color:var(--main-color)}
|
|
.title{height:40px;line-height:40px;overflow:hidden;font-size:18px;text-align:left;border-bottom:1px #cccccc solid;color:#55555;font-weight:bold; background-color:var(--main-color)}
|
|
|
|
|
|
-.inputs[readonly]{ background-color:#f1f1f1;box-shadow:none}
|
|
|
|
|
|
+/*.inputs[readonly]{ background-color:#f1f1f1;box-shadow:none}*/
|
|
|
|
|
|
-.btn{width:100%;height:44px;line-height:44px;opacity:0.8; background-color:var(--main-color);border:none;color:white;font-size:14px; cursor:pointer}
|
|
|
|
|
|
+.btn{width:100%;height:44px;line-height:44px;opacity:0.8; background-color:#00A1E9;border:none;color:white;font-size:18px; cursor:pointer;margin-top:10px;}
|
|
.btn:active,.btn:hover{opacity:1;color:white;TEXT-DECORATION:none;}
|
|
.btn:active,.btn:hover{opacity:1;color:white;TEXT-DECORATION:none;}
|
|
.btn:disabled{ background-color:#cccccc;color:#888888}
|
|
.btn:disabled{ background-color:#cccccc;color:#888888}
|
|
a.btn{padding:5px 8px}
|
|
a.btn{padding:5px 8px}
|
|
@@ -66,7 +81,7 @@ a.btn{padding:5px 8px}
|
|
.header .back img{height:24px;width:24px}
|
|
.header .back img{height:24px;width:24px}
|
|
.header-back{width:50px;height:50px;display:block; background:url(../../images/back.png) no-repeat 7px 7px;position:absolute;left:0px;bottom:0px; cursor:default}
|
|
.header-back{width:50px;height:50px;display:block; background:url(../../images/back.png) no-repeat 7px 7px;position:absolute;left:0px;bottom:0px; cursor:default}
|
|
.header-back:active{opacity:0.5}
|
|
.header-back:active{opacity:0.5}
|
|
-.divinput{padding:8px;}
|
|
|
|
|
|
+/*.divinput{padding:8px;}*/
|
|
.padding10{padding:10px;}
|
|
.padding10{padding:10px;}
|
|
|
|
|
|
.imgbtn{padding:0px 5px}
|
|
.imgbtn{padding:0px 5px}
|
|
@@ -87,4 +102,32 @@ a.webbtn:link,a.webbtn:visited,.webbtn{color:#ffffff;opacity:1; background-color
|
|
.upload_items_items{padding:5px;text-align:center}
|
|
.upload_items_items{padding:5px;text-align:center}
|
|
.upload_items_meng{ background:rgba(0,0,0,0.5);position:absolute;left:0px;top:0px;height:60px;overflow:hidden;line-height:60px;text-align:center;width:100%;color:white}
|
|
.upload_items_meng{ background:rgba(0,0,0,0.5);position:absolute;left:0px;top:0px;height:60px;overflow:hidden;line-height:60px;text-align:center;width:100%;color:white}
|
|
|
|
|
|
-.list-itemv:active{color:var(--main-color);cursor:pointer}
|
|
|
|
|
|
+.list-itemv:active{color:var(--main-color);cursor:pointer}
|
|
|
|
+
|
|
|
|
+/*自定义样式*/
|
|
|
|
+#header_title{
|
|
|
|
+ background: #00A0E8;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.lurim_c{
|
|
|
|
+ margin-left: 5%;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #000;
|
|
|
|
+ height: 14px;
|
|
|
|
+ line-height: 14px;
|
|
|
|
+ margin-top: 24px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.divinput_c{
|
|
|
|
+ margin-left: 5%;
|
|
|
|
+ width: 90%;
|
|
|
|
+ min-height: 40px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #000;
|
|
|
|
+ border: 1px solid #DCDCDC;
|
|
|
|
+ margin-top: 8px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ padding-left: 4px;
|
|
|
|
+}
|