Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
ba5ffc70
Commit
ba5ffc70
authored
Mar 17, 2025
by
梅玉龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加城市下拉选项
parent
1f498eac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
52 deletions
+54
-52
login.php
new_admincp/applications/zsb/views/nj/login.php
+16
-27
login.css
new_admincp/source/zsb/css/v1.0/login.css
+38
-25
location_icon.png
new_admincp/source/zsb/images/login/location_icon.png
+0
-0
No files found.
new_admincp/applications/zsb/views/nj/login.php
View file @
ba5ffc70
...
...
@@ -102,7 +102,22 @@
<div
class=
"header"
>
<div
class=
"w960 clearfix"
>
<h1
id=
"logo"
><a
href=
"
<?=
GB_SELL_URL
?>
"
target=
'_blank'
class=
"logoInner"
title=
"365淘房"
>
365淘房
</a></h1>
<div
class=
"loginTitle"
>
租售宝登录
</div>
<div
class=
"loginTitle"
>
<div
style=
"float:left;"
>
租售宝登录
</div>
<div
class=
"select_box"
>
<div
class=
"select-arrow"
></div>
<input
autocomplete=
"off"
readonly=
""
class=
"inputText select js_select_t"
value=
"
<?php
echo
CITY_NAME
;
?>
"
type=
"text"
>
<input
value=
"
<?php
echo
GB_CITY
;
?>
"
class=
"js_select_v"
type=
"hidden"
>
<dl
class=
"select_list"
style=
"display: none;"
>
<dd
class=
"fff-box-top"
></dd>
<?php
foreach
(
$login_citys
as
$key
=>
$rs
)
{
?>
<dd
class=
"select_item"
>
<a
class=
"select_link"
href=
"
<?php
echo
$rs
[
'url'
];
?>
"
>
<?php
echo
$rs
[
'name'
];
?>
</a>
</dd>
<?php
}
?>
</dl>
</div>
</div>
<div
id=
"nav"
>
<dl
class=
"list clearfix"
>
<dd
class=
"item"
><a
class=
"link"
target=
'_blank'
href=
"
<?=
GB_SELL_URL
?>
"
>
二手房
</a></dd>
...
...
@@ -154,19 +169,6 @@
<div
class=
"forms"
style=
"display: none"
>
<div
class=
"account-login-box"
>
<div
class=
"item clearfix"
>
<div
class=
"select_box"
>
<div
class=
"select-arrow"
></div>
<input
autocomplete=
"off"
readonly=
""
class=
"inputText select js_select_t"
value=
"
<?php
echo
CITY_NAME
;
?>
"
type=
"text"
>
<input
value=
"
<?php
echo
GB_CITY
;
?>
"
class=
"js_select_v"
type=
"hidden"
>
<dl
class=
"select_list"
style=
"display: none;"
>
<?php
foreach
(
$login_citys
as
$key
=>
$rs
)
{
?>
<dd
class=
"select_item"
>
<a
class=
"select_link"
href=
"
<?php
echo
$rs
[
'url'
];
?>
"
>
<?php
echo
$rs
[
'name'
];
?>
</a>
</dd>
<?php
}
?>
</dl>
</div>
<div
class=
"item_relative item_relative_hf clearfix"
>
<label
for=
"name"
class=
"label"
style=
"display: block;"
>
请输入登录名
</label>
<input
autocomplete=
"off"
class=
"inputText inputText_hf js_intextInput"
id=
"name"
type=
"text"
>
...
...
@@ -196,19 +198,6 @@
</div>
<div
class=
"telno-login-box"
>
<div
class=
"item clearfix"
>
<div
class=
"select_box"
>
<div
class=
"select-arrow"
></div>
<input
autocomplete=
"off"
readonly=
""
class=
"inputText select js_select_t"
value=
"
<?php
echo
CITY_NAME
;
?>
"
type=
"text"
>
<input
value=
"
<?php
echo
GB_CITY
;
?>
"
class=
"js_select_v"
type=
"hidden"
>
<dl
class=
"select_list"
style=
"display: none;"
>
<?php
foreach
(
$login_citys
as
$key
=>
$rs
)
{
?>
<dd
class=
"select_item"
>
<a
class=
"select_link"
href=
"
<?php
echo
$rs
[
'url'
];
?>
"
>
<?php
echo
$rs
[
'name'
];
?>
</a>
</dd>
<?php
}
?>
</dl>
</div>
<div
class=
"item_relative item_relative_hf clearfix"
>
<label
for=
"telno"
class=
"label"
style=
"display: block;"
>
请输入手机号码
</label>
<input
class=
"inputText inputText_hf js_intextInput"
id=
"telno"
type=
"text"
>
...
...
new_admincp/source/zsb/css/v1.0/login.css
View file @
ba5ffc70
...
...
@@ -99,10 +99,9 @@
font-size
:
18px
;
font-family
:
\
5
FAE
\
8
F6F
\
96
C5
\
9
ED1
,
\
9
ED1
\
4
F53
;
color
:
#333333
;
height
:
20
px
;
line-height
:
20
px
;
height
:
32
px
;
line-height
:
32
px
;
border-left
:
1px
#dcdcdc
solid
;
padding-top
:
10px
;
padding-left
:
16px
;
margin-top
:
41px
;
}
...
...
@@ -672,49 +671,51 @@
}
.forms
.inputText_hf
{
width
:
21
8px
;
width
:
30
8px
;
}
.select_box
{
position
:
relative
;
z-index
:
9
;
float
:
left
;
width
:
75
px
;
width
:
96
px
;
height
:
32px
;
margin-
right
:
17
px
;
margin-
left
:
10
px
;
}
.select_box
.select
{
width
:
62px
;
padding
:
0
0
0
11px
;
width
:
80px
;
float
:
left
;
cursor
:
pointer
;
color
:
#767676
;
position
:
absolute
;
left
:
0
;
top
:
0
;
_top
:
2px
;
color
:
#444
;
border
:
1px
solid
#d6d6d6
;
border-radius
:
20px
;
padding-left
:
30px
;
font-size
:
14px
;
height
:
30px
;
line-height
:
30px
;
background
:
url("/source/zsb/images/login/location_icon.png")
#fff
no-repeat
;
background-position
:
10px
center
;
background-size
:
13px
13px
;
}
.select_box
.select_list
{
height
:
145px
;
display
:
none
;
border
:
1px
solid
#d9d9d9
;
width
:
73
px
;
border
-bottom
:
1px
solid
#d9d9d9
;
width
:
85
px
;
position
:
absolute
;
left
:
0
;
top
:
28
px
;
left
:
14px
;
top
:
32
px
;
background
:
#fff
none
repeat
scroll
0
0
;
overflow-x
:
hidden
;
overflow-y
:
scroll
font-size
:
14px
;
}
.select_box
.select_link
{
display
:
block
;
height
:
25
px
;
line-height
:
25
px
;
padding-left
:
1
1
px
;
width
:
6
2
px
;
height
:
30
px
;
line-height
:
30
px
;
padding-left
:
1
6
px
;
width
:
6
8
px
;
}
.select_box
.select_link
:hover
{
...
...
@@ -726,12 +727,24 @@
margin-top
:
9px
;
padding-top
:
2px
;
}
dd
.fff-box-top
{
height
:
5px
;
border-bottom
:
1px
solid
#ccc
;
background-color
:
#fafafa
;
}
dd
.select_item
{
border-left
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
.select-arrow
{
width
:
5px
;
height
:
5px
;
background-color
:
#fff
;
position
:
absolute
;
right
:
12px
;
right
:
0
;
top
:
10px
;
z-index
:
999
;
border
:
2px
solid
#898888
;
...
...
new_admincp/source/zsb/images/login/location_icon.png
0 → 100644
View file @
ba5ffc70
502 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment