首页
关于
统计
友链
更多
留言
壁纸
推荐
用户登录
用户注册
百度一下
简源下载
个人介绍
Search
1
安卓手机被锁机时六种解决方法
723 阅读
2
SQL server课堂笔记 持续更新
345 阅读
3
工商注册html单页ui练习第二弹
319 阅读
4
对等关系/李荣浩
229 阅读
5
58注册html单页ui练习第三弹
226 阅读
网站公告
点滴记录
强者之路
学习笔记
HTML
CSS
C#
SQL
Script
jQuery
PHP
网站源码
整站源码
技术教程
活动线报
干货教学
值得一看
冷的知识
单曲音乐
影片推荐
实用软件
登录
/
注册
Search
标签搜索
笔记
JS
Script
值得一看
html
线报
练习
白嫖
SQL
JQ
C#
作业
代码
技术
教程
网站源码
ui
冷知识
单曲推荐
音乐
耀世
累计撰写
92
篇文章
累计收到
10
条评论
首页
栏目
网站公告
点滴记录
强者之路
学习笔记
HTML
CSS
C#
SQL
Script
jQuery
PHP
网站源码
整站源码
技术教程
活动线报
干货教学
值得一看
冷的知识
单曲音乐
影片推荐
实用软件
页面
关于
统计
友链
留言
壁纸
推荐
用户登录
用户注册
百度一下
简源下载
个人介绍
搜索到
2
篇与
的结果
2021-12-07
qq资料卡html单页
QQ资料卡html网站源码需要下方评论直接拿走哦效果图如下:隐藏内容,请前往内页查看详情
2021年12月07日
87 阅读
0 评论
1 点赞
2021-12-06
梧州宝石html注册页面
效果图如下:简单的单页注册页面 课堂上的练习刚学css时做的 无功能 只是一个UI而已感兴趣的直接复制下方代码拿走即可大神请绕道 互相学习共同进步<!doctype html> <!--星逸博客--> <html> <head> <meta charset="utf-8" /> <title>梧州宝石 - 注册界面</title> <!--css样式内容开始--> <style type="text/css"> /*标题文本样式*/ .title1 { font-size:35px; color:#b8860b; font-weight:bold; margin-left:135px; } .title2 { font-size:25px; color:#000000; } /*文本样式*/ .text1 { color:red; font-size:12px; font-weight:bold; } .text2 { font-size:13px; } .text3 { font-size:15px; color:red; } /*文本框样式*/ input[type=text], [type=password] { width: 25%; padding: 12px; border: 1px solid #ccc; resize: vertical; /*border-radius: 4px;文本框圆角*/ } /*去除超链接下划线*/ a { text-decoration:none; } /*按钮控件*/ input[type=submit] { background-color: #daa520; border: none; color: white; padding: 14px 22px; text-decoration: none; cursor: pointer; font-weight:bold; font-size:14px; margin-left:50px; } </style> </head> <body> <div> <p> <span class="title1">梧州宝石</span> <span class="title2"> | 用户注册</span> <br /> <hr width="80%" size="3" color="#cccccc" /> </p> </div> <div align="center"> <p> <span class="text1"> *</span><span class="text2">会员名:</span> <input type="text" name="wb1"> </p> <p> <span class="text1">*</span><span class="text2">登录密码:</span> <input type="password" name="wb2"> </p> <p> <span class="text1">*</span><span class="text2">密码确认:</span> <input type="password" name="wb3"> </p> <p> <span class="text1">*</span><span class="text2">手机号码:</span> <input type="text" name="wb4"> </p> <p> <span class="text1"> *</span><span class="text2">邮箱:</span> <input type="text" name="wb5"> </p> <p> <input type="checkbox" name="chck" style="margin-left:145px;"> <span class="text2">创建网站的同时,我统一遵守: <a href="#"><span class="text3">《梧州宝石条款》</span></a> 及 <a href="#"><span class="text3">《隐私声明》</span></a> </span> </p> <p> <input type="submit" name="subt" value="同意并注册"> </p> </div> </body> </html>
2021年12月06日
64 阅读
0 评论
0 点赞