初始化CRICS
This commit is contained in:
69
WebSite/Styles/manualvisit.css
Normal file
69
WebSite/Styles/manualvisit.css
Normal file
@@ -0,0 +1,69 @@
|
||||
/*设置IOS页面长按不可复制粘贴,但是IOS上出现input、textarea不能输入,因此将使用-webkit-user-select:auto;*/
|
||||
*{
|
||||
-webkit-touch-callout:none; /*系统默认菜单被禁用*/
|
||||
-webkit-user-select:none; /*webkit浏览器*/
|
||||
-khtml-user-select:none; /*早期浏览器*/
|
||||
-moz-user-select:none;/*火狐*/
|
||||
-ms-user-select:none; /*IE10*/
|
||||
user-select:none;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
.weixin-tip
|
||||
{
|
||||
display: none;
|
||||
background: rgba(38,55,92,0.7);
|
||||
border-radius: 20px;
|
||||
padding: 5px 50px;
|
||||
font-size: 12pt;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 0.1%;
|
||||
z-index: 9999;
|
||||
background-color: transparent;
|
||||
}
|
||||
body
|
||||
{
|
||||
background-image: url(../images/manual/bg.png);
|
||||
}
|
||||
.block
|
||||
{
|
||||
margin: 0px 10%;
|
||||
text-align: center;
|
||||
color: White;
|
||||
font-size: 22px;
|
||||
}
|
||||
.block input
|
||||
{
|
||||
width: 60%;
|
||||
margin: 10px 0;
|
||||
border: 0;
|
||||
font-size: 20px;
|
||||
padding: 4px 0;
|
||||
border-radius: 4px;
|
||||
text-indent: 5px;
|
||||
}
|
||||
.block button
|
||||
{
|
||||
padding: 8px;
|
||||
font-size: 18px;
|
||||
width: 100%;
|
||||
}
|
||||
#getValidateCode
|
||||
{
|
||||
background-image: url(../images/manual/btnValidateCode.png);
|
||||
background-size: 100% 100%;
|
||||
background-position: center center;
|
||||
display: block;
|
||||
width: 140px;
|
||||
height:112px;
|
||||
}
|
||||
#getManual
|
||||
{
|
||||
background-image: url(../images/manual/btnManual.png);
|
||||
background-size: 100% 100%;
|
||||
background-position: center center;
|
||||
display: block;
|
||||
width: 140px;
|
||||
height:112px;
|
||||
}
|
||||
Reference in New Issue
Block a user