首页 > 其他分享 >4.3今日总结

4.3今日总结

时间:2023-04-04 22:46:09浏览次数:33  
标签:总结 4.3 color text 100% 50% height padding 今日

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style>
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
height: 100%;
}
.container {
height: 100%;
background-image: linear-gradient(to right, #fbc2eb, #a6c1ee);
}
.login-wrapper {
background-color: #fff;
width: 358px;
height: 588px;
border-radius: 15px;
padding: 0 50px;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.header {
font-size: 38px;
font-weight: bold;
text-align: center;
line-height: 200px;
}
.input-item {
display: block;
width: 100%;
margin-bottom: 20px;
border: 0;
padding: 10px;
border-bottom: 1px solid rgb(128, 125, 125);
font-size: 15px;
outline: none;
}
.input-item:placeholder {
text-transform: uppercase;
}
.btn {
text-align: center;
padding: 10px;
width: 100%;
margin-top: 40px;
background-image: linear-gradient(to right, #a6c1ee, #fbc2eb);
color: #fff;
}
.msg {
text-align: center;
line-height: 88px;
}
a {
text-decoration-line: none;
color: #abc1ee;
}
</style>
</head>
<body>
<div class="container">
<div class="login-wrapper">
<div class="header">登录界面</div>
<div class="form-wrapper">
<input type="text" name="username" placeholder="账号" class="input-item">
<input type="password" name="password" placeholder="密码" class="input-item">
<div class="btn">登录</div>
</div>
<div class="msg">
如果没有账号?
<a href="zhuce.jsp">注册</a>
</div>
</div>
</div>
</body>
</html>

学习了一个超级好看的登录界面

标签:总结,4.3,color,text,100%,50%,height,padding,今日
From: https://www.cnblogs.com/yangkaiwen/p/17288146.html

相关文章

  • 每日总结 4.4
    今天进行了模拟售卖机的javaweb的简单编写,编写了大概的流程。代码量大概50行。<%@pagelanguage="java"contentType="text/html;charset=UTF-8"pageEncoding="UTF-8"%><%@pageimport="toolse.Tll"%><%@pageimport="java.util.*&......
  • 4.04每日总结
    以下是SQLSELECT语句使用WHERE子句从数据表中读取数据的通用语法:SELECTfield1,field2,...fieldNFROMtable_name1,table_name2...[WHEREcondition1[AND[OR]]condition2.....查询语句中你可以使用一个或者多个表,表之间使用逗号, 分割,并使用WHERE语句来设定查询条......
  • 每日总结2023/4.3(conda下的paddle安装)
        上一步我们·已经成功安装了conda,首先我们创建一个虚拟环境condacreate-npaddle22python=你的python版本我这里命名为了paddle22  安装完成后输入conda.batactivitepaddle22 进入我们的虚拟环境,根据个人提示,我的版本无法使用condaactivitepaddle22......
  • 网络流总结
    网络流定义参见\(OI\Wiki\)。最大流算法定义:最大的可行流。思想:建出原图的残量网络,不断在残量网络上尝试进行增广,最后若没有可增广的路径则求得最大流。一种可以求得最大流的算法:Dinic求出残量网络\(G\)以\(S\)为源点的分层图\(L\)。使用DFS算法搜索原图......
  • 每日总结2023/4/4(anaconda)
    今天学习安装了python的工具conda虚拟环境首先我安装了python3.7的版本Python3.7.0(32/64位)下载地址:链接:https://pan.baidu.com/s/1AScVSi0w6kwyVk0Kl0MMHQ密码:x9pahttps://mp.weixin.qq.com/s/qV9q9l37uoVYHMysDyMrww以上是python3.7的安装教程我使用的是pycharm直接安......
  • 4.4软件工程学习总结
    今天服务外包杯的团队项目的页面显示框架基本上全部定型,在页面显示上原本打算用导航栏的左右跳转实现,在套用这个模板的过程中遇到了一些问题,也让自己积累了一些经验,但最后意识到要完全的在项目中使用这个页面展示方法比较复杂,在短时间内不容易实现,且团队成员不方便使用,暂时放......
  • 使用Android NDK Camera2经验总结
    2023年03月30日NDKCamera参考文章:https://blog.csdn.net/daihuimaozideren/article/details/101235393项目链接:https://github.com/qi-xmu/Android-ndk-camera-zh.git项目基于官方NDKCamera2texturesample,添加了详细的中午注释,点个Star!!!谢谢!第一部分程序入口逻辑首先需......
  • 大数据云计算——hadoop的面试问题总结
    1.讲述HDFS上传⽂件和读⽂件的流程?HDFS上传流程,举例说明⼀个256M的⽂件上传过程(1)由客户端Client向NameNode节点发出请求;(2)NameNode向Client返回可以存数据的DataNode列表,遵循机架感应原则(把副本分别放在不同的机架,甚⾄不同的数据中⼼);(3)客户端⾸先根据返回的信息先将⽂......
  • LeetCode——贪心算法总结
    贪心算法的主要的解题目的思路是: 860.柠檬水找零这道题算是生活中很常见的一道题,对于每一个顾客如果我们都有足够的零钱给他找零,那么就返回true,只要有一个顾客没有足够的零钱找给他就返回false。顾客只能有3种纸币,5元,10元,20元。我们要统计5元和10元的数量,20元的不需要统计,因为20......
  • 总结
    1.递归应用实例/***递归一维数组变二维*/letoriginalList=[1,2,3,5,7,2,4]//分行数据列表letdataList=[]//展示几行letrowNum=3//每行个数constnum=Math.ceil(originalList.length/rowNum)//处理数据分成固定等分constgetItem=(l......