登陆页面样式布局

简介: @charset "utf-8"; /* CSS Document */ body{width:100%; margin:0 auto;} #login_bg{margin:0 auto...
@charset "utf-8";
/* CSS Document */
body{width:100%; margin:0 auto;}
#login_bg{margin:0 auto;}
#login_main{
	width:100%; 
	position:absolute; 
	left:0px; 
	top:100px;  
	height:436px; 
	background:url(../image/01.gif) center no-repeat;
	text-align:center;}
.bg{line-height:45px; text-align:center; font-size:14px; color:#667c0d; font-weight:bold; height:336px;}
.input{border:1px solid #667c0d; height:18px; width:145px;}

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>系统登陆</title>
    <link href="css/login.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        html, body
        {
            height: 100%;
            overflow: hidden;
        }
        body
        {
            padding: 0;
            margin: 0;
        }
    </style>
    <style type="text/css">
        html, body
        {
            height: 100%;
            overflow: hidden;
        }
        body
        {
            background: url(images/big_bg1.jpg) repeat-x left top;
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
        }
        body, td, th
        {
            font-size: 14px;
        }
        .div_lhf
        {
            right: 0px;
            z-index: 0;
            position: absolute;
            top: 152px;
        }
        .div_yks
        {
            width: 547px;
            height: 466px;
            left: 0px;
            position: absolute;
            top: 152px;
            z-index: 3;
        }
        .div_titile
        {
            z-index: 5;
            position: relative;
            top: 60px;
            width: 100%;
            text-align: center;
            height: 52px;
        }
        .div_bot1
        {
            position: absolute;
            bottom: -1px;
            height: 40px;
            line-height: 40px;
            width: 100%;
            text-align: center;
            z-index: 6;
            font-weight: bold;
            color: #1A70BF;
            background: url(images/bot.png) repeat-x;
        }
        
        .div_bot
        {
            position: absolute;
            bottom: -1px;
            height: 40px;
            line-height: 40px;
            width: 100%;
            text-align: center;
            z-index: 6;
            font-weight: bold;
            color: #1A70BF;
            background: url(images/bot.png) repeat-x center;
            _background-image: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bot.png",sizingMethod="noscale ");
        }
        
        .div_dlk
        {
            position: relative;
            top: 122px;
            width: 503px;
            margin: 0px auto;
            z-index: 6;
        }
        .div_login_bg
        {
            position: relative;
            top: 0px;
            width: 503px;
            height: 202px;
            background: url(images/dl_bg.png);
            overflow: hidden margin:0px auto;
            z-index: 7;
            overflow: hidden;
            padding-top: 15px;
        }
        .div_bd
        {
            line-height: 40px;
            height: 40px;
            text-align: center;
            width: 100%;
        }
        .div_bd span
        {
            font-weight: bold;
        }
        .div_an
        {
            line-height: 50px;
            height: 50px;
            text-align: center;
            width: 100%;
            padding-left: 12px;
        }
        .div_ts
        {
            line-height: 200%;
            height: 60px;
            color: #0038AB;
            padding-left: 10px;
            font-size: 12px;
            width: 90%;
            margin: 5px auto;
        }
        .r
        {
            color: #F00;
            height: 60px;
            float: left;
        }
        input
        {
            border: #4382C9 1px solid;
            height: 22px;
            line-height: 22px;
            width: 240px;
        }
        -- ></style>
</head>
<body>
    <form id="form1" runat="server">
    <div class="div_titile">
        <img src="images/title1.jpg" /></div>
    <div class="div_dlk">
        <div class="div_title">
            <img src="images/dl_title.png" width="503" height="65" /></div>
        <div class="div_login_bg">
            <div class="div_bd">
                <span>用户名:</span>
                <input type="text" name="textfield" id="textfield" class="input" runat="server" /></div>
            <div class="div_bd">
                <span>密   码:</span>
                <input type="password" name="textfield2" id="textfield2" class="input" runat="server" /></div>
            <div class="div_an">
                <asp:ImageButton ID="ImageButton1" ImageUrl="images/dl.png" runat="server" OnClick="ImageButton1_Click"
                    Width="90" Height="30" />
                    <img src="images/cz.png" width="90" height="30" /></div>
            <div class="div_fgx">
                <img src="images/fgx.png" width="495" height="1" /></div>
            <div class="div_ts">
                <div class="r">
                    系统提示:</div>
                <span>为了您的账号安全,请经常修改您的密码!如果您忘记了该登录密码,请和系统管理员联系!</span></div>
        </div>
    </div>
    <div class="div_yks">
        <img src="images/yks1.jpg" width="547" height="555" /></div>
    <div class="div_lhf">
        <img src="images/lhf.jpg" width="725" height="555" /></div>
    <div class="div_bot">
        技术支持:XXXXX</div>
    </form>
</body>
</html>

调整字体间距:
letter-spacing: 10px;
相关文章
|
6月前
|
小程序 前端开发 容器
微信小程序隐藏右侧滚动条并可以滚动
微信小程序隐藏右侧滚动条并可以滚动
198 0
|
7月前
14EasyUI 布局- 在面板中创建复杂布局
14EasyUI 布局- 在面板中创建复杂布局
15 0
|
10月前
随便给你一个页面 你该如何去给他布局呢 各位思考一下 ?
随便给你一个页面 你该如何去给他布局呢 各位思考一下 ?
35 0
|
11月前
|
小程序 安全 前端开发
微信小程序自定义导航栏机型适配--底部Tabbar--view高度--底部按钮适配
微信小程序自定义导航栏机型适配--底部Tabbar--view高度--底部按钮适配
603 0
|
前端开发 JavaScript
CSS实现背景跟随滑动的按钮菜单效果
通过transition过渡属性,可以将相关css属性的变化,改为一个持续一段时间的连续过程,而不是使css样式的改变立即生效,其过程按照指定的曲线速率变化......
475 0
CSS实现背景跟随滑动的按钮菜单效果
|
前端开发
前端工作小结71-修改首页布局样式
前端工作小结71-修改首页布局样式
71 0
前端工作小结71-修改首页布局样式
swing实现QQ登录界面1.0( 实现了同一张图片只加载一次)、(以及实现简单的布局面板添加背景图片控件的标签控件和添加一个关闭按钮控件)
swing实现QQ登录界面1.0( 实现了同一张图片只加载一次)、(以及实现简单的布局面板添加背景图片控件的标签控件和添加一个关闭按钮控件)
187 0
swing实现QQ登录界面1.0( 实现了同一张图片只加载一次)、(以及实现简单的布局面板添加背景图片控件的标签控件和添加一个关闭按钮控件)
|
小程序 JavaScript
小程序自定义底部导航栏,切换不同页面显示不同tabBar
小程序自定义底部导航栏,切换不同页面显示不同tabBar
3336 0
小程序自定义底部导航栏,切换不同页面显示不同tabBar
在不同的页面上显示不同的Joomla模板样式
模板样式是Joomla中非常强大的功能。它们允许您将同一模板的不同版本分配给特定页面。 在本教程中,我将向您展示如何分配两种模板样式。我们将为主页分配一种样式,为站点的其余部分分配另一种样式。 第1步.复制模板样式安装模板时,默认情况下会生成单个模板样式。
|
前端开发
关于网站下拉导航的设置
网站的导航很多都是下拉的方式,如下图所示: 就是一种下拉菜单,导航的数据是以ul、li相互嵌套的方式存在的。 ------------------------------------------ <div class="head"> <div class="logo"></d.
1066 0