Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yybyyhtml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aloneshen
yybyyhtml
Commits
c5568bbc
Commit
c5568bbc
authored
Sep 19, 2023
by
“wpwuhaogit config --global user.email“wpwuhao@semir.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手机端支持
parent
78ed43fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
css/custom.css
css/custom.css
+5
-1
layout/innerHeader.php
layout/innerHeader.php
+9
-3
No files found.
css/custom.css
View file @
c5568bbc
...
...
@@ -369,7 +369,11 @@ h2.slogen{text-align: center; font-size: 50px; letter-spacing: 2px; font-weight:
.header
.headerLink
.mobileIcon
{
font-size
:
24px
;
width
:
40px
;
height
:
40px
;
text-align
:
center
;
color
:
#fff
;
border
:
0
;
position
:
relative
;
background
:
none
;
padding
:
0
;
border-radius
:
0
;}
.header
.headerLink
.mobileIcon
:hover
{
background
:
none
;}
.header
.form-stack
,
.innerPage
.header
.headerLink
.innerButton
{
display
:
none
;}
.innerPage
.header
.headerLink
.innerButton
{
display
:
none
;}
.form-stack
{
width
:
120px
;
position
:
absolute
;
right
:
70px
;
top
:
8px
;}
.form-stack
.card-radio
{
width
:
50%
;}
.form-stack
.card-radio
::after
{
display
:
none
;}
.mobileIcon
span
,
.mobileIcon
::before
,
.mobileIcon
::after
{
left
:
4px
;
position
:
absolute
;
height
:
4px
;
width
:
32px
;
border-radius
:
2px
;
background-color
:
#fff
;
transition
:
all
0.5s
ease
0s
;}
.mobileIcon
span
{
top
:
18px
;}
...
...
layout/innerHeader.php
View file @
c5568bbc
...
...
@@ -57,11 +57,17 @@
<div
class=
"container"
>
<a
href=
"index.php"
class=
"logo"
><img
src=
"image/logo.png"
alt=
"研易宝"
/></a>
<div
class=
"headerLink"
>
<div
class=
"form-stack
xs-hidden
"
>
<div
class=
"form-stack"
>
<input
class=
"radio-card"
type=
"radio"
value=
"seller"
name=
"userType"
id=
"user1"
checked=
"checked"
>
<label
for=
"user1"
class=
"card-radio pct50 first"
>
我要卖产品
</label>
<label
for=
"user1"
class=
"card-radio pct50 first"
>
<span
class=
"xs-hidden"
>
我要卖产品
</span>
<span
class=
"xs-block"
>
卖
</span>
</label>
<input
class=
"radio-card"
type=
"radio"
value=
"buyer"
name=
"userType"
id=
"user2"
>
<label
for=
"user2"
class=
"card-radio pct50 last"
>
我要买产品
</label>
<label
for=
"user2"
class=
"card-radio pct50 last"
>
<span
class=
"xs-hidden"
>
我要买产品
</span>
<span
class=
"xs-block"
>
卖
</span>
</label>
</div>
<a
href=
"javascript:void(0);"
class=
"button innerButton xs-hidden"
>
实验室管理系统
</a>
...
...
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