Commit a0b01197 by doszhang

dos

parent e505d324
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
{:assign var=projectId value=0} {:assign var=projectId value=0}
{:assign var=rem value=true} {:assign var=rem value=false}
{:block name='projectx'}{:/block} {:block name='projectx'}{:/block}
{:if $rem == true} {:if $rem == true}
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
position: absolute; position: absolute;
overflow: hidden; overflow: hidden;
left: 0; left: 0;
width: 32rem; width: 640px;
height: auto; height: auto;
top: 0; top: 0;
} }
...@@ -70,7 +70,7 @@ video { ...@@ -70,7 +70,7 @@ video {
.video1, .video1,
.video2, .video2,
.video3 { .video3 {
border-radius: 1.2rem; border-radius: 20px;
overflow: hidden; overflow: hidden;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment