Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
shuzilixiangwaibao
/
wanda-vr
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2e6170dc
authored
Sep 08, 2020
by
杨翰文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 轮播字体修改
parent
93d887f5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
route.html
+1
-1
show.html
+1
-1
tour.html
+10
-1
travel.html
+3
-1
No files found.
route.html
View file @
2e6170dc
...
...
@@ -390,7 +390,7 @@
.pic-modal-wrap
.pic
{
user-select
:
none
;
width
:
9
0%
;
width
:
8
0%
;
}
...
...
show.html
View file @
2e6170dc
...
...
@@ -189,7 +189,7 @@
.pic-modal-wrap
.pic
{
user-select
:
none
;
width
:
9
0%
;
width
:
8
0%
;
}
.modal-wrap
{
...
...
tour.html
View file @
2e6170dc
...
...
@@ -13,6 +13,12 @@
<script
src=
"./libs/jweixin-1.6.0.js"
></script>
<link
rel=
"stylesheet"
href=
"./libs/swiper3d/src/css/3dSwiper.css"
>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('./font/ltzk.ttf')
;
}
*
{
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
...
...
@@ -78,7 +84,10 @@
.swiper-current-text
{
text-align
:
center
;
font-size
:
18px
;
font-size
:
30px
;
position
:
relative
;
top
:
0.4rem
;
font-family
:
myFont
;
}
</style>
</head>
...
...
travel.html
View file @
2e6170dc
...
...
@@ -240,6 +240,7 @@
font-weight
:
bold
;
color
:
#FFFFFF
;
line-height
:
0.8rem
;
text-shadow
:
0
0
0.1rem
rgba
(
0
,
0
,
0
,
1
);
}
.poster-content__content
{
width
:
4.12rem
;
...
...
@@ -249,6 +250,7 @@
font-weight
:
bold
;
color
:
#FFFFFF
;
line-height
:
0.36rem
;
text-shadow
:
0
0
0.1rem
rgba
(
0
,
0
,
0
,
1
);
}
.poster-content__qrcode
{
width
:
1.07rem
;
...
...
@@ -323,7 +325,7 @@
.pic-modal-wrap
.pic
{
user-select
:
none
;
width
:
9
0%
;
width
:
8
0%
;
}
</style>
...
...
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