Update 首页布局
This commit is contained in:
parent
4bc97852f8
commit
205dd76db0
|
@ -9,14 +9,15 @@ body{font-size: 14px; color: #666;}
|
|||
.zyl_mar_02{margin-top: 30px;}
|
||||
|
||||
|
||||
/* 登陆表单 */
|
||||
/* 登陆表单 左侧居中 */
|
||||
.zyl_lofo_main {
|
||||
background-color: rgba(255,255,255,0.9);
|
||||
width: 450px;
|
||||
/* height: 350px;*/
|
||||
position: absolute;
|
||||
right: 40%;
|
||||
top: 22%;
|
||||
/* height: 350px;*/
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 80%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 99999999;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
|
@ -17,8 +17,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<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 carousel-item="">
|
||||
<div>
|
||||
|
@ -45,19 +48,20 @@
|
|||
<!-- Carousel End -->
|
||||
|
||||
<!-- 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">
|
||||
版权所有©蔡润尚 13530373686
|
||||
版权所有©Flycan_ERP
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- LoginForm -->
|
||||
<div class="zyl_lofo_main">
|
||||
<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>
|
||||
<div class="layui-row layui-col-space15">
|
||||
<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>
|
||||
<asp:Label ID="rx_error" CssClass="error" runat="server"></asp:Label>
|
||||
</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>
|
||||
|
||||
</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");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue