Commit 2e4988a4 by doszhang

dos

parent 229a3523
.wrap {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
overflow: hidden;
}
.wrap-inner {
position: absolute;
overflow: hidden;
left: 0;
width: 640px;
height: 1238px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
/*消除ios点击阴影*/
html,
body { body {
-webkit-text-size-adjust: 100%; user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* ios 滑动 */
-webkit-overflow-scrolling: touch;
-webkit-user-select: none; -webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: "Microsoft YaHei";
} }
/*消除ios动画抖动*/ canvas,
* { canvas img {
-webkit-backface-visibility: hidden; width: 100%;
} height: 100%;
/* 去除滚动条 */
::-webkit-scrollbar {
width: 0;
height: 1px
}
/* 清除浮动 */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
*zoom: 1;
} }
.page { @font-face {
display: none; font-family: 'fzlt';
src: url(./fzlt.ttf);
} }
.hd { #notification_area {
background: rgba(0, 0, 0, 0.8); z-index: 20000;
padding: 0;
margin: 0;
} }
.bg { .notify_center {
background-size: 100%; background: #1E211F;
} }
input::-webkit-input-placeholder { .notification {
/* placeholder颜色 */ clear: left;
color: #333; float: left;
list-style: none;
} }
input[name=name], .notification iframe {
input[name=job-number] {
font-size: 24px;
color: #333;
line-height: 35px;
text-align: center;
padding: 0 30px;
box-sizing: border-box;
outline: none;
border: 0; border: 0;
} }
.page1 .num { .notification iframe body {
font-size: 28px; margin: 0;
color: #fff;
text-align: center;
line-height: 40px;
letter-spacing: 4px;
/* font-family: 'text'; */
}
.page1 .num .numbig {
font-size: 40px;
font-family: 'num';
}
.page1 .regulate-block {
z-index: 12;
} }
.notify_content {
#posterCanvas { float: left;
display: none; background: #1E211F;
width: 640px; color: #eee;
height: 1238px; padding: 20px;
border-radius: 5px;
opacity: .7;
max-width: 450px;
font-size: 30px;
} }
#uploadCanvas { .container {
width: 100%; width: 100%;
height: 100%; height: 100%;
} position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
overflow: hidden;
.posterimg {
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
} }
.logo { .page {
z-index: 11; top: 50%;
transform: translate(0, -50%);
} }
.end-page { .L-arrow,
position: absolute; .R-arrow {
top: 0; z-index: 9;
z-index: 10;
} }
.username { .inputTip {
font-size: 45px; pointer-events: none;
line-height: 45px;
color: #fff;
text-align: right;
font-weight: bolder;
} }
.upload-page .top, .img {
.upload-page .bottom { top: 50%;
z-index: 1; left: 50%;
transform: translate(-50%, -50%);
position: absolute;
} }
.company { .img img {
color: #fff; width: 100%;
text-align: right; height: 100%;
font-size: 20px;
} }
.home-logo { input[name=username] {
z-index: 1; font-size: 30px;
/*text-indent: 20px;*/
text-align: center;
outline: none;
font-family: "fzlt";
} }
\ No newline at end of file
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