parent
781731838a
commit
03a8c74273
|
@ -9,14 +9,15 @@ body{font-size: 14px; color: #666;}
|
||||||
.zyl_mar_02{margin-top: 30px;}
|
.zyl_mar_02{margin-top: 30px;}
|
||||||
|
|
||||||
|
|
||||||
/* 登陆表单 */
|
/* 登陆表单 左侧居中 */
|
||||||
.zyl_lofo_main {
|
.zyl_lofo_main {
|
||||||
background-color: rgba(255,255,255,0.9);
|
background-color: rgba(255,255,255,0.9);
|
||||||
width: 450px;
|
width: 450px;
|
||||||
/* height: 350px;*/
|
/* height: 350px;*/
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 40%;
|
top: 50%;
|
||||||
top: 22%;
|
left: 80%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
z-index: 99999999;
|
z-index: 99999999;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,8 +17,11 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="layui-row">
|
|
||||||
<div class="layui-col-sm12 layui-col-md12">
|
<div class="layui-layout">
|
||||||
|
|
||||||
|
<div class="layui-body" style="left: 0px">
|
||||||
|
<div class="layui-col-md12 layui-col-md12">
|
||||||
<div class="layui-carousel zyl_login_height" id="zyllogin" lay-filter="zyllogin">
|
<div class="layui-carousel zyl_login_height" id="zyllogin" lay-filter="zyllogin">
|
||||||
<div carousel-item="">
|
<div carousel-item="">
|
||||||
<div>
|
<div>
|
||||||
|
@ -45,19 +48,20 @@
|
||||||
<!-- Carousel End -->
|
<!-- Carousel End -->
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div class="layui-row">
|
<div class="layui-footer layui-col-md12" style="position:absolute;bottom:0px;text-align:center;">
|
||||||
<div class="layui-col-sm12 layui-col-md12 zyl_center zyl_mar_01">
|
<div class="layui-col-sm12 layui-col-md12 zyl_center zyl_mar_01">
|
||||||
版权所有©蔡润尚 13530373686
|
版权所有©Flycan_ERP
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- LoginForm -->
|
<!-- LoginForm -->
|
||||||
<div class="zyl_lofo_main">
|
<div class="zyl_lofo_main">
|
||||||
<fieldset class="layui-elem-field layui-field-title zyl_mar_02">
|
<fieldset class="layui-elem-field layui-field-title zyl_mar_02">
|
||||||
<legend id="dlbdtitle" runat="server"></legend>
|
<legend id="dlbdtitle" runat="server" style="text-align:center;margin-left:0px;"></legend>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<div class="layui-row layui-col-space15">
|
<div class="layui-row layui-col-space15">
|
||||||
<form class="layui-form zyl_pad_01" runat="server" action="">
|
<form class="layui-form zyl_pad_01" runat="server" action="">
|
||||||
|
@ -92,6 +96,10 @@
|
||||||
<button class="layui-btn layui-btn-fluid" lay-submit="" lay-filter="demo1">立即登录</button>
|
<button class="layui-btn layui-btn-fluid" lay-submit="" lay-filter="demo1">立即登录</button>
|
||||||
<asp:Label ID="rx_error" CssClass="error" runat="server"></asp:Label>
|
<asp:Label ID="rx_error" CssClass="error" runat="server"></asp:Label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="layui-col-md12 layui-col-md12 layui-footer" style="text-align:center;padding:10px;">
|
||||||
|
版权所有©Flycan_ERP
|
||||||
|
</div>
|
||||||
|
|
||||||
<span style=" display:none"> <asp:button id="bcdl" runat="server" onclick="bt_tj_Click" ></asp:button> </span>
|
<span style=" display:none"> <asp:button id="bcdl" runat="server" onclick="bt_tj_Click" ></asp:button> </span>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -141,7 +149,7 @@
|
||||||
|
|
||||||
|
|
||||||
//设置轮播主体高度
|
//设置轮播主体高度
|
||||||
var zyl_login_height = $(window).height()/1.3;
|
var zyl_login_height = $(window).height();
|
||||||
var zyl_car_height = $(".zyl_login_height").css("cssText","height:" + zyl_login_height + "px!important");
|
var zyl_car_height = $(".zyl_login_height").css("cssText","height:" + zyl_login_height + "px!important");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue