博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
js控制select选中显示不同表单内容
阅读量:7238 次
发布时间:2019-06-29

本文共 3192 字,大约阅读时间需要 10 分钟。

js select选中显示不同表单内容

css:

@charset "utf-8";/* CSS Document */body,div,fieldset,input{
margin:0;padding:0;}s{
font-style:normal;font-weight:normal;text-decoration:none;color:red;padding-right: 5px;}body{
font:12px/1.5 tahoma,arial,Microsoft YaHei,SimSun; background:#badff2; color:#666;_width:100%;_height:100%;}input,select{
font:12px/1.5 'microsoft yahei', simsun,arial; border:1px solid #ccc}input[type="text"],input[type="email"],select{
padding:5px;margin:0}input{
width:250px;}select{
width:200px}fieldset {
border:0 none;}label{
float:left;width:100px;text-align:right;line-height:30px}.list{
margin-bottom: 20px;float: left;width:80%;padding-left:100px}.cont{
width:940px;margin:0 auto;background:#fff;padding:30px;margin-top:50px}.fl{
float:left}.ask,.answer{
padding-bottom:10px;width: 100%;float: left;}

js控制select选中显示不同表单内容

转载地址:http://ctrfm.baihongyu.com/

你可能感兴趣的文章
Codeigniter:如何写一个好的Model
查看>>
神经网络之父Hinton回加拿大办AI研究所,和美国大公司抢人才
查看>>
Linux 基金会董事 Jim Zemlin:全球开源可持续增长将带来更多价值
查看>>
说说WordPress的主查询函数-query_posts()
查看>>
认识Linux中的LVM PV VG LV
查看>>
SEO如何写好文章标题
查看>>
剖析产品 找准用户 做个创业“老炮儿” --司马亮创业回忆录(二)
查看>>
How GoldenGate process consumes memory
查看>>
zabbix触发器无法执行动作
查看>>
openstack 之 控制节点物理机备份
查看>>
安装docker-compose的两种方式
查看>>
CentOS7.3编译安装MariaDB10.2.12
查看>>
linux实现cobbler
查看>>
如何在CentOS 7上修改主机名
查看>>
puppet自动化运维之tag标签puppet自动化运维之tag标签
查看>>
常见问题kernel调优
查看>>
通过vftps和虚拟帐号增强ftp的安全性
查看>>
20个最新的照片 PS 技巧,提升摄影水平
查看>>
通过SAN(Subject Alternative Name)实现证书的多域名安全访问
查看>>
RHEL6 搭建 keepalived + lvs/DR 集群
查看>>