Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
sx-prize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ed5cf8c5
authored
Jul 17, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
cfbf30ee
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
31 deletions
+31
-31
.idea/workspace.xml
+0
-0
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
+0
-0
Application/Home/View/default/Index_index.tpl
+27
-27
Public/static/css/main.scss
+4
-4
No files found.
.idea/workspace.xml
View file @
ed5cf8c5
This diff is collapsed.
Click to expand it.
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
View file @
ed5cf8c5
No preview for this file type
Application/Home/View/default/Index_index.tpl
View file @
ed5cf8c5
...
@@ -12,35 +12,35 @@
...
@@ -12,35 +12,35 @@
<meta
content=
"email=no"
name=
"format-detection"
/>
<meta
content=
"email=no"
name=
"format-detection"
/>
<script
type=
"text/javascript"
src=
"__CDN__/js/jquery-2.1.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/jquery-2.1.3.min.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
if
(
/Android
(\d
+
\.\d
+
)
/
.
test
(
navigator
.
userAgent
))
{
// if (/Android (\d+\.\d+)/.test(navigator.userAgent)) {
var
version
=
parseFloat
(
RegExp
.
$1
);
// var version = parseFloat(RegExp.$1);
if
(
version
>
2.3
)
{
// if (version > 2.3) {
var
phoneScale
=
parseInt
(
window
.
screen
.
width
)
/
640
;
// var phoneScale = parseInt(window.screen.width) / 640;
document
.
write
(
'
<
meta
name
=
"viewport"
content
=
"width=640, minimum-scale = ' + phoneScale + ', maximum-scale = ' + phoneScale + ', target-densitydpi=device-dpi"
>
');
// document.write('
<
meta
name
=
"viewport"
content
=
"width=640, minimum-scale = ' + phoneScale + ', maximum-scale = ' + phoneScale + ', target-densitydpi=device-dpi"
>
');
} else {
// } else {
document.write('
<
meta
name
=
"viewport"
content
=
"width=640, target-densitydpi=device-dpi"
>
');
// document.write('
<
meta
name
=
"viewport"
content
=
"width=640, target-densitydpi=device-dpi"
>
');
}
// }
} else {
// } else {
document.write('
<
meta
name
=
"viewport"
content
=
"width=640, user-scalable=no, target-densitydpi=device-dpi"
>
');
// document.write('
<
meta
name
=
"viewport"
content
=
"width=640, user-scalable=no, target-densitydpi=device-dpi"
>
');
// }
(function (doc, win) {
var docEl = doc.documentElement,
resizeEvt = '
orientationchange
' in window ? '
orientationchange
' : '
resize
',
recalc = function () {
var clientWidth = docEl.clientWidth;
if (!clientWidth) return;
if(clientWidth>=640){
docEl.style.fontSize = '
100
px
';
}else{
docEl.style.fontSize = 100 * (clientWidth / 640) + '
px
';
}
}
};
// (function (doc, win) {
if (!doc.addEventListener) return;
// var docEl = doc.documentElement,
win.addEventListener(resizeEvt, recalc, false);
// resizeEvt = '
orientationchange
' in window ? '
orientationchange
' : '
resize
',
doc.addEventListener('
DOMContentLoaded
'
,
recalc
,
false
);
// recalc = function () {
})(
document
,
window
);
// var clientWidth = docEl.clientWidth;
// if (!clientWidth) return;
// if(clientWidth>=640){
// docEl.style.fontSize = '
100
px
';
// }else{
// docEl.style.fontSize = 100 * (clientWidth / 640) + '
px
';
// }
// };
//
// if (!doc.addEventListener) return;
// win.addEventListener(resizeEvt, recalc, false);
// doc.addEventListener('
DOMContentLoaded
'
,
recalc
,
false
);
// })(document, window);
</script>
</script>
<title>
谁是桃源幸运锦鲤
</title>
<title>
谁是桃源幸运锦鲤
</title>
<link
href=
"__CDN__/css/main.css?t=1.94"
rel=
"stylesheet"
>
<link
href=
"__CDN__/css/main.css?t=1.94"
rel=
"stylesheet"
>
...
...
Public/static/css/main.scss
View file @
ed5cf8c5
...
@@ -196,8 +196,8 @@ ul, li {
...
@@ -196,8 +196,8 @@ ul, li {
#container
{
#container
{
position
:
relative
;
position
:
relative
;
background
:
url("../images/bj.jpg")
no-repeat
center
;
background
:
url("../images/bj.jpg")
no-repeat
center
;
width
:
640px
;
width
:
torem
(
640px
)
;
height
:
1238px
;
height
:
torem
(
1238px
)
;
.btn-prize
{
.btn-prize
{
@extend
.flex
;
@extend
.flex
;
justify-content
:
center
;
justify-content
:
center
;
...
@@ -208,8 +208,8 @@ ul, li {
...
@@ -208,8 +208,8 @@ ul, li {
}
}
.prize-type
{
.prize-type
{
position
:
absolute
;
position
:
absolute
;
width
:
300px
;
width
:
torem
(
300px
)
;
height
:
300px
;
height
:
torem
(
300px
)
;
opacity
:
0
;
opacity
:
0
;
//.bounceInDown {
//.bounceInDown {
// -webkit-animation: bounceInDown 1s ease 0s 1;
// -webkit-animation: bounceInDown 1s ease 0s 1;
...
...
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