Browse Source

隐藏第三方入口并且修改样式

luyanan 8 years ago
parent
commit
43d09f4b19

+ 1 - 1
src/main/webapp/css/index.css

@ -231,7 +231,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
231 231
.left-title{ width:165px; height:44px;font-size:20px;line-height:44px; border-bottom:1px #ffad55 solid; padding-left:10px; }
232 232
.subsidebar{ display:block; width:100%; height:26px; padding-left:18px;font-size:14px;line-height:26px;color:#313131; margin-top:5px;}
233 233
.subcolor{ background:#ff9900; color:#fff;}
234
.subsidebar:hover{ background:#f99550; color:#fff;}
234
.subsidebar:hover{ background:#ff9900; color:#fff;}
235 235

236 236
.content-right{ width:735px;min-height:100px; float:right; }
237 237
.right-box{ width:100%; background:#fff; border:1px #eaeaea solid; margin-bottom:20px; }

+ 4 - 4
src/main/webapp/css/login.css

@ -18,7 +18,7 @@ html,body{ cursor:default; margin:0; height:100%;}
18 18
.login-title{ color:#ff9900;font-size:16px;line-height:86px; position:absolute;right:20px; top:-10px; cursor:pointer;}
19 19
.login-title a{ color:#ff9900; }
20 20
.back{display: block; width: 18px; height: 18px;margin-top: 35px;margin-left: 4px; background: url(../images/back.png) no-repeat;background-size: 100% 100%;float: right;cursor: pointer;}
21
.logo{ clear:both;width:145px; height:100px;margin:auto; margin-top:30px;}
21
.logo{ clear:both;width:145px; height:100px;margin:auto; margin-top:50px;}
22 22
.logo img{ width:100%;}
23 23

24 24

@ -79,7 +79,7 @@ html,body{ cursor:default; margin:0; height:100%;}
79 79
.phone-find1{ width:510px;background:#fff; margin:auto; padding:0 40px; padding-bottom:40px; position:relative;top:30%;z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
80 80
.logo-find{width:76px; height:53px; margin:auto; padding-top:20px; float:left;}
81 81
.logo-find img{ width:100%;}
82
.steps{ clear:both;width:290px; height:90px; padding:20px 0;font-size:20px;line-height:70px; color:#f59503; text-align:center;  margin:auto; position: relative;  }
82
.steps{ clear:both;width:290px; height:90px; padding:20px 0;font-size:16px;line-height:70px; color:#f59503; text-align:center;  margin:auto; position: relative;  }
83 83
.steps2{ color:#a3a3a3; float:right;}
84 84
.steps1{ float:left;}
85 85
.step01{ display:block; width:37px; height:30px; background:url(../images/01.png) no-repeat; overflow:hidden; margin:auto;}
@ -96,8 +96,8 @@ html,body{ cursor:default; margin:0; height:100%;}
96 96
.step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
97 97
/*邮箱找回密码01*/
98 98
.email-find1{ width:500px; background:#fff; margin:auto; padding:0 40px; padding-bottom:40px; position:relative;top:30%;z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
99
.email-steps{ clear:both;width:438px; height:90px; padding:20px 0;font-size:20px;line-height:70px; color:#f59503; text-align:center;  margin:auto; position: relative;  }
100
.E-steps2{ color:#a3a3a3; float:left; margin-left:70px;}
99
.email-steps{ clear:both;width:438px; height:90px; padding:20px 0;font-size:16px;line-height:70px; color:#f59503; text-align:center;  margin:auto; position: relative;  }
100
.E-steps2{ color:#a3a3a3; float:left; margin-left:100px;}
101 101
.E-step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
102 102
.steps3{ color:#a3a3a3; float:right;}
103 103
.step03{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}

+ 1 - 1
src/main/webapp/css/workspace.css

@ -137,7 +137,7 @@
137 137
.modifyicon{width:16px; margin-left:6px;margin-top: 6px;}
138 138
.workitimg{ width:120px; height:120px; }
139 139
.messagebox{position:relative;}
140
.msgprompt{position:absolute; top:26px; left:16px; padding:0 10px;text-align:center;  border-radius:14px; background:#ff6432; color:#fff;}
140
.msgprompt{position:absolute; top:26px; left:-14px; padding:0 10px;text-align:center;  border-radius:14px; background:#ff6432; color:#fff;}
141 141
.workhandle{ position:absolute;  top:20px; right:20px;}
142 142
.workhandle span{ padding:2px 20px;border:1px #d7d7d7 solid;margin: 2px;}
143 143
.workhandle .complain{display:none;}/* 更多操作按钮... */

+ 1 - 0
src/main/webapp/js/common.js

@ -144,6 +144,7 @@ function Carousel(inde, num,show, childcount, obj, next, prev) {
144 144
	var tapnum=0; //按钮可点击次数
145 145
	if( childcount > num ){
146 146
		next.css("display","block");
147
		prev.css("display","none");
147 148
	}
148 149
	next.click(function() {	
149 150
		if (!obj.is(":animated")) { 

+ 1 - 1
src/main/webapp/login-invite-code.html

@ -32,7 +32,7 @@
32 32
                        <div class="msg" ><span></span></div>-->
33 33
                        <input type="button" value="登录" class="inputtxt submitBtn" id="login" onClick="loginSub()">
34 34
                        <div class="msg msg3" ><span></span></div>
35
                        <div class="forget">忘记邀请码?<div class="prompt"><span class="triangleR"></span><span class="prompt-con">请拨打免费电话<br><span class="tel">400-xxx-xxxx</span><br>重新获取邀请码</span></div></div>
35
                        <!-- <div class="forget">忘记邀请码?<div class="prompt"><span class="triangleR"></span><span class="prompt-con">请拨打免费电话<br><span class="tel">400-xxx-xxxx</span><br>重新获取邀请码</span></div></div> -->
36 36
                    </div>
37 37
                </form>	
38 38
			</div>

+ 4 - 4
src/main/webapp/login.html

@ -14,7 +14,7 @@
14 14

15 15
<div class="coverbox">
16 16
<!--登录邀请码!-->
17
<div class="loginbox" id="Suspensionbox">
17
<div class="loginbox" id="Suspensionbox"  style=" width:520px;">
18 18
	<div class="login-title">
19 19
	 <a href="login-invite-code.html">通过手机和邀请码登录<span class="back"></span></a>
20 20
	</div>
@ -25,7 +25,7 @@
25 25
              <table>
26 26
                      <tr>
27 27
                          <td style="padding-top:20px;">
28
                              <div class="login-input loginleft">
28
                              <div class="login-input"><!--  loginleft -->
29 29
                                  <form  name="loginForm" id="loginForm" action="index.html" method="post">	
30 30
                                      <div class="frmbox">
31 31
                                          <input class="inputtxt" type="text" placeholder="请输入已验证手机/邮箱" id="loginName" name="loginName" onKeyDown="restSub()"  onBlur="nameVal()">
@ -39,7 +39,7 @@
39 39
                                  </form>
40 40
                              </div>
41 41
                           </td>
42
                           <td>
42
                           <!-- <td>
43 43
                              <div class="login-line">
44 44
                                  <div class="lineb"></div>
45 45
                                  <div class="wordor"> or </div>
@ -58,7 +58,7 @@
58 58
                                      <p>扫描二维码下载科袖APP</p>
59 59
                                  </div>
60 60
                              </div>
61
                           </td>
61
                           </td> -->
62 62
                        </tr>
63 63
                     </table>
64 64
                  </div>

+ 7 - 5
src/main/webapp/register.html

@ -25,7 +25,7 @@
25 25

26 26
<div class="coverbox">
27 27
		<!--注册!-->
28
		<div class="loginbox registerbox" id="Suspensionbox">
28
		<div class="loginbox registerbox" id="Suspensionbox" style=" width: 520px;">
29 29
			<div class="login-title"></div>
30 30
			<div class="logo">
31 31
				<a href="index.html"><img src="images/logo.png"></a>
@ -34,7 +34,7 @@
34 34
            	<table>
35 35
                    <tr>
36 36
                        <td>
37
                           <div class="login-input loginleft">
37
                           <div class="login-input"><!--  loginleft -->
38 38
                                <div class="regbox">
39 39
                                    <div class="regtab">
40 40
                                        <div class="regtabcon">
@ -80,6 +80,7 @@
80 80
                                             <input type="checkbox" name="checkbox" checked="true" class="gree" style="display:none;">我已阅读并同意<a href="" target="_blank" >《科袖网用户协议》</a>
81 81
                                        </label> 
82 82
                                        <a  class="inputtxt submitBtn"id="btnn">注册</a>  
83
                                        <div class="reglinkbox">已有科袖账号 <a class="reglink" href="login.html"> 直接登录</a></div> 
83 84
                                        </form>
84 85
                                        <form id="mail_form" method="post" action="javascript:;" >
85 86
                                            <ul>
@ -100,13 +101,14 @@
100 101
                                             <em style="background-position: 0px -12px;"></em> 
101 102
                                             <input type="checkbox" name="checkbox" checked="true" class="gree" style="display:none;">我已阅读并同意<a href="" target="_blank" >《科袖网用户协议》</a>
102 103
                                        </label> 
103
                                        <a  class="inputtxt submitBtn"id="btnn1">注册</a>  
104
                                        <a  class="inputtxt submitBtn"id="btnn1">注册</a> 
105
                                        <div class="reglinkbox">已有科袖账号 <a class="reglink" href="login.html">直接登录</a></div> 
104 106
                                         </form> 
105 107
                                     </div> 
106 108
                                </div>
107 109
                            </div> 
108 110
                        </td>
109
                        <td>
111
                        <!-- <td>
110 112
                             <div class="login-line">
111 113
                                <div class="lineb linebb"></div>
112 114
                                <div class="wordor"> or </div>
@ -129,7 +131,7 @@
129 131
                                    <p>扫描二维码下载科袖APP</p>
130 132
                                </div>
131 133
                            </div>
132
                        </td>
134
                        </td> -->
133 135
                    </tr>
134 136
                </table>
135 137