跳转到主要内容
你行网

Main navigation

  • 首页
  • Drupal
  • 编程与开发
  • 数据库
  • 操作系统与应用
  • 服务器与运维
  • 社区
User account menu
  • 登录

面包屑

  1. 首页

CSS 基础学习-228 css自适应表单

由 hrs, 3 九月, 2023

实例代码:


<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<style>
			.div-box{
				background-color:#f1f1f1;
				border-radius:5px;
			 
				padding:12px;
				box-sizing:border-box;
				float:left;
				width:100%;
			}
			.row{
			margin:5px;
			float:left;
			width:100%;
			box-sizing:border-box;
			}
			.div-tab{
				float:left;
				padding:9px  0px;
				box-sizing:border-box;
				width:20%;
			}
			.div-01{
				box-sizing:border-box;
				float:right;
				width:80%;
			
			}
			input,select,textarea{
				width:100%;
				box-sizing:border-box;
				border-radius:4px;
				padding:10.5px 5px;
				font-size:10px;

			}
			textarea{
				height:200px;
				resize:vertical;
			}

					
			button{
				background-color:#4CAF50;
				color:white;
				border:none;
				cursor:pointer; /*定义指针样式*/
				float:right;	
				border-radius:4px;
				padding:10px 32px;
			}
			button:hover{
				background-color:green;
			}
/* 响应式布局 - 当屏幕的宽度小于 600 像素时,使两列相互堆叠而不是彼此并排。 */
			@media screen and (max-width:600px){
			.div-tab,.div-01,.div-row,button{
					width:100%;
				}
			
			}
		</style>
	</head>
	<body>
	<h1>响应式表单</h1>	
	<p>请调整浏览器窗口大小以查看效果,当屏幕的宽度小于600像素时,使用两例相互堆叠而不是彼此并排。</p>
	<div class="div-box">
	<form accept="" target="get">
		<div class="row">
			<div class="div-tab">
				<table>First Name</table>
			</div>
			<div class="div-01">
				<input type="text" name="fst" placeholder="You name.."></input>
			</div>
		</div>
		
		<div class="row">
			<div class="div-tab">
				<table>Last Name</table>
			</div>
			<div class="div-01">
				<input  type="text" name="lst" placeholder="You last name.."></input>
			</div>
		</div>
		<div class="row">
			<div class="div-tab">
				<table  for="country">Country</table>
			</div>
			<div class="div-01">
				<select id="country" name="country">
					<option value="au">Australia </option>
					<option value="ca">Canada</option>
					<option value="usa">USA</option>
				</select>
			</div>
		</div>
			<div class="row">
				<div class="div-tab">
					<table for="subject">Subject</table>
				</div>
				<div class="div-01">
					<textarea id="subject" name="subject" placeholder="Write something.."></textarea>
				</div>
			</div>
		<div class="row">
			<button type="submit" value="submit">提交</button>
		</div>
	</form>	
	</div>
	</body>
</html>

运行效果:

  • 登录或注册以发表评论
  • 32 次浏览
内容类型分类
编程与开发
文章归类
前端开发

文章标签

  • CSS

评论

最新文章

  • 内容审核通知 content_moderation_notifications 模块简介
  • 调度程序 scheduler 模块简介
  • 工作流当中的草稿,已发布,很好理解,已归档是怎么理解。
  • 你行网 https://www.dwoke.com seo 关键词
  • brew 是什么命令
  • drupal 9 或 drpal 10 国内内容分享模块 Will Nice social share
  • Views Slideshow - Views Vanilla JavaScript Slideshow (VVJS) 简介和安装方法
  • drupal 11 安装statistics 统计模块
  • drupal11 扩展中找不到Statistics模块
  • drupal11 设置中的“总结摘要”和“切边的” 有什么区别

标签云

adsenseAIapacheaptbadblocksbreadcrumbbrewcentoscertbotckeditorcommandcomposercookiecsharpCSScurlC语言DDEVdiffdnsdockerDreamweaverDrupaldrupal 7drupal 8drupal 9drupal10drupal 11drushExcelfirewalldfirmwareflameshotformgimpgitgzipHTMLHTML5httpdhttp验证inputipjavaJavaScriptJavaSrciptkernelKVMLinuxmavenmbstringmod_expires 模块Mysqlnerdtreenetstatnetworknginxnpmpasswordphpphpmyadminphp扩展RFIDRSSselinuxSEOsharesimple_adsensesshsslStatisticssuperfishsurroundtagcloudstitleubuntuuploadprogressvimVPNVUEWireGuardwpsxdebugyoutubeyumzip主题(theme)二进制五笔分类术语压缩解压哈希值声音字段密码工作流快捷键摄影权限果树种植标签优化模块(module)源地址版本号电子秤电脑基础电脑技巧短信验证端口简介算法网站备份网站运营翻译英语表单视图(views)计算机基础赚钱超五类线网线邮件验证重定向重定向,301错误颜色

相关文章

  • php json_encode 函数将编码值转为json格式
  • php 用户自定义回调函数实例
  • php 回调函数实例
  • 匿名函数(Anonymous Functions)详解
  • 如何去掉input和button标签中间有缝隙
  • PHP 中的四种标量数据类型
  • php 语言的四种标记风格
  • date_default_timezone_set 设置php服务器的默认时区
  • php8.3 的扩展模块简略说明
  • <input>` 类型的定义和用途的简要说明
RSS源

关于我们

  • 你行网简介
  • 关于我们
  • 版权声明

网站相关

  • 社区论坛
  • 网址导航
  • 网站地图
  • 联系我们

友情链接

  • 英文学习

友情链接2

  • drupal 大学
  • 水滴间
  • 爱码网
  • Apache

友情链接3

  • MySQL
  • php
  • drupalcode

友情链接4

  • Drupal 中国
  • Drupal 老葛
  • 宁浩网
  • drupal 台湾
Copyright © 2019 - 2021 你行网 版权所有  粤ICP备19072650号-1