


div imitation checkbox form style beautification and function_html/css_WEB-ITnose
div imitation checkbox form style beautification and function (checkbox style is not good-looking) The material is at the bottom:
Rendering:
window.css
.bj { position: absolute; top: 0; left: 0; bottom: 1px; width: 100 % ; height: 980px; z - index: 9; background - color: #000; filter: alpha(opacity = 50); - moz - opacity: 0.5; - khtml - opacity: 0.5; opacity: 0.5;}.window { position: absolute; top: 106px; left: 33 % ; width: 466px; background - color: #fff; color: #000; border - bottom: 1px solid#dbdcdd; padding - bottom: 8px; overflow: hidden; z - index: 10;}.window.top { width: 416px; padding: 0px 25px 0 25px; height: 48px; line - height: 48px; font - size: 18px; background - color: #ececec; border - bottom: 1px solid#d8d8d8; overflow: hidden;}.window.top.close { float: right; margin - top: 14px;}.window.top span { padding: 0 6px;}.window.add { width: 394px; margin: 0 auto; padding - top: 10px; font - size: 15px; color: #686868; overflow: hidden;}.window.add dd,.window.add dt { width: 100 % ; padding - bottom: 8px; line - height: 38px; overflow: hidden;}.window.add span { float: left; width: 69px; overflow: hidden;}.window.add dd input { width: 314px; height: 36px; line - height: 36px; border: 1px solid#c9c5c1; background - color: #f2f2f2; font - family: "微软雅黑", "宋体"; font - size: 15px; color: #686868;}.window.add dt input { vertical - align: middle; margin - right: 10px;}.window.add dt label { margin - right: 10px; margin - left: 20px;}.window.add dt label.perlabel { margin - left: 0px;}.window.add dd input.two { width: 192px; height: 33px; line - height: 33px; border: none; background: url('../images/input09.gif') no - repeat; margin - right: 13px;}.window.add dd a { margin - left: 10px; font - size: 16px;}.window.add dt.button { text - align: center; padding - top: 8px;}.window.add dt.button input { width: 103px; height: 41px; line - height: 39px; text - align: center; border: none; background: url('../images/input06.gif') no - repeat; margin: 0 5px; font - family: "微软雅黑", "宋体"; font - size: 15px; color: #686868;}.window.post { width: 420px;}.window.post span { width: 86px;}.window.post dt { line - height: 26px;}.window.post dt span { height: 108px; line - height: 108px;}.window.post dt label { width: 100px; float: left;}.window.post dt label.perlabel { float: none;}.window.post textarea { width: 312px; height: 62px; line - height: 24px; border: 1px solid#c9c5c1; background - color: #f2f2f2; font - family: "微软雅黑", "宋体"; font - size: 14px; color: #686868;}.window.post dd input.three { width: 238px; margin - right: 10px;}.window.default { width: 406px; } .window.default span { width: 52px; }.window.default dd select { width: 38px; margin: 0 6px; }.window.default dd textarea { width: 350px; }.window.default dd b { float: right; margin - right: 5px; font - weight: normal; }.window.default dd b input { width: auto; height: auto; margin - right: 5px; }
<style type="text/css">.window{ left:25%; width:676px;}.window .top{ width:626px;}.window span{ font-family:"微软雅黑"; font-weight: bold;}.window .post{ width:645px;}.window .post label{ font-size: 13px;}.window dl{margin-left:25px !important;}.window .post hr{ width:230px; text-align: left; margin-bottom: 20px;} .window .add dd div{ width:125px; float:left; vertical-align: middle; height: 18px; line-height: 18px;}.custom_checkbox_self{ width:18px; height:18px; text-indent:100px; overflow:hidden; float:left; background:url(../images/custom_checkbox.png); margin-right:10px; }</style>
js function:
function openJoinSetting(){ var joinSetting = document.getElementById('joinSetting'); joinSetting.style.display='block'; joinSetting.style.visibility='visible'; document.getElementById('back2').style.display='block'; document.getElementById('wiSsetting').style.display='block'; }$(document).ready(function(){ $(".custom_checkbox_self").click(function(){ if($(this).text().trim()=="0"){ $(this).css("background","url(../images/custom_checkbox_checked.png)"); $(this).text('1'); }else{ $(this).css("background","url(../images/custom_checkbox.png)"); $(this).text('0'); } }); });
<div id="joinSetting" style="display: none; visibility: hidden; "> <div id="back2" class="bj"></div> <div id="wiSsetting" class="window"> <div class="top"> <a href="javascript:closealbum();" class="close"><img src="../images/icon03.gif" alt="关闭" /> </a>申请表必填项设置</div> <dl class="add post"> <dd> <span>基本信息</span><br/> <hr/> <div><div id="MemberName" style="width:18px;" class="custom_checkbox_self">0</div><label for="MemberName">姓名</label></div> <div><div id="Phone" style="width:18px;" class="custom_checkbox_self">0</div><label for="Phone">手机</label></div> <div><div id="Company" style="width:18px;" class="custom_checkbox_self">0</div><label for="Company">企业</label></div> <div><div id="Post" style="width:18px;" class="custom_checkbox_self">0</div><label for="Post">企业职位</label></div> <div><div id="applyPosiGuid" style="width:18px;" class="custom_checkbox_self">0</div><label for="applyPosiGuid">申请职务</label></div> </dd> <dd> <span>详细信息</span><br/> <hr/> <div><div id="Hometown" style="width:18px;" class="custom_checkbox_self">0</div><label for="Hometown">籍贯</label></div> <div><div id="Gender" style="width:18px;" class="custom_checkbox_self">0</div><label for="Gender">性别</label></div> <div><div id="Birthday" style="width:18px;" class="custom_checkbox_self">0</div><label for="Birthday">生日</label></div> <div><div id="Nation" style="width:18px;" class="custom_checkbox_self">0</div><label for="Nation">民族</label></div> <div><div id="Party" style="width:18px;" class="custom_checkbox_self">0</div><label for="Party">政治面貌</label></div> <br /> <div><div id="IdentityCard" style="width:18px;" class="custom_checkbox_self">0</div><label for="IdentityCard">身份证</label></div> <div><div id="EducationLevel" style="width:18px;" class="custom_checkbox_self">0</div><label for="EducationLevel">学历</label></div> <div><div id="Telephone" style="width:18px;" class="custom_checkbox_self">0</div><label for="Telephone">电话</label></div> <div><div id="Fax" style="width:18px;" class="custom_checkbox_self">0</div><label for="Fax">传真</label></div> <div><div id="Email" style="width:18px;" class="custom_checkbox_self">0</div><label for="Email">邮箱</label></div> </dd> <dd> <span>企业信息</span><br/> <hr/> <div><div id="CompanyAddress" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyAddress">地址</label></div> <div><div id="CompanyStaffNumber" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyStaffNumber">员工数</label></div> <div><div id="CompanyLegalPerson" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyLegalPerson">法人代表</label></div> <div><div id="CompanyCreatedDate" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyCreatedDate">成立时间</label></div> <div><div id="CompanyProperty" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyProperty">企业性质</label></div> <br /> <div><div id="CompanyIsPublic" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyIsPublic">是否上市</label></div> <div><div id="CompanyIndustry" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyIndustry">所属行业</label></div> <div><div id="CompanyWebsite" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyWebsite">网址</label></div> <div><div id="CompanyAssets" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyAssets">企业资产</label></div> </dd> <dd> <span>附件</span><br/> <hr/> <div><div id="CompanyPicUrl" style="width:18px;" class="custom_checkbox_self">0</div><label for="CompanyPicUrl">营业执照复印件</label></div> <div><div id="IdentityPicUrl" style="width:18px;" class="custom_checkbox_self">0</div><label for="IdentityPicUrl">身份证照片</label></div> <div style="width:150px;"><div id="PersionPicUrl" style="width:18px;" class="custom_checkbox_self">0</div><label for="PersionPicUrl">个人名片照片</label></div> </dd> <dt class="button"> <input name="" type="submit" value="确认" onclick=""/> <input name="" type="button" value="取消" onclick="" /> </dt> </dl> </div></div>
Picture material:

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











There will be many AI creation functions in the Doubao app, so what functions does the Doubao app have? Users can use this software to create paintings, chat with AI, generate articles for users, help everyone search for songs, etc. This function introduction of the Doubao app can tell you the specific operation method. The specific content is below, so take a look! What functions does the Doubao app have? Answer: You can draw, chat, write articles, and find songs. Function introduction: 1. Question query: You can use AI to find answers to questions faster, and you can ask any kind of questions. 2. Picture generation: AI can be used to create different pictures for everyone. You only need to tell everyone the general requirements. 3. AI chat: can create an AI that can chat for users,

Both vivox100s and x100 mobile phones are representative models in vivo's mobile phone product line. They respectively represent vivo's high-end technology level in different time periods. Therefore, the two mobile phones have certain differences in design, performance and functions. This article will conduct a detailed comparison between these two mobile phones in terms of performance comparison and function analysis to help consumers better choose the mobile phone that suits them. First, let’s look at the performance comparison between vivox100s and x100. vivox100s is equipped with the latest

With the rapid development of the Internet, the concept of self-media has become deeply rooted in people's hearts. So, what exactly is self-media? What are its main features and functions? Next, we will explore these issues one by one. 1. What exactly is self-media? We-media, as the name suggests, means you are the media. It refers to an information carrier through which individuals or teams can independently create, edit, publish and disseminate content through the Internet platform. Different from traditional media, such as newspapers, television, radio, etc., self-media is more interactive and personalized, allowing everyone to become a producer and disseminator of information. 2. What are the main features and functions of self-media? 1. Low threshold: The rise of self-media has lowered the threshold for entering the media industry. Cumbersome equipment and professional teams are no longer needed.

As Xiaohongshu becomes popular among young people, more and more people are beginning to use this platform to share various aspects of their experiences and life insights. How to effectively manage multiple Xiaohongshu accounts has become a key issue. In this article, we will discuss some of the features of Xiaohongshu account management software and explore how to better manage your Xiaohongshu account. As social media grows, many people find themselves needing to manage multiple social accounts. This is also a challenge for Xiaohongshu users. Some Xiaohongshu account management software can help users manage multiple accounts more easily, including automatic content publishing, scheduled publishing, data analysis and other functions. Through these tools, users can manage their accounts more efficiently and increase their account exposure and attention. In addition, Xiaohongshu account management software has

"Exploring Discuz: Definition, Functions and Code Examples" With the rapid development of the Internet, community forums have become an important platform for people to obtain information and exchange opinions. Among the many community forum systems, Discuz, as a well-known open source forum software in China, is favored by the majority of website developers and administrators. So, what is Discuz? What functions does it have, and how can it help our website? This article will introduce Discuz in detail and attach specific code examples to help readers learn more about it.

PHP Tips: Quickly implement the function of returning to the previous page. In web development, we often encounter the need to implement the function of returning to the previous page. Such operations can improve the user experience and make it easier for users to navigate between web pages. In PHP, we can achieve this function through some simple code. This article will introduce how to quickly implement the function of returning to the previous page and provide specific PHP code examples. In PHP, we can use $_SERVER['HTTP_REFERER'] to get the URL of the previous page

Detailed explanation of the functions and functions of GDM under Linux In the Linux operating system, GDM (GNOMEDisplayManager) is a graphical login manager that provides an interface for users to log in and log out of the system. GDM is usually part of the GNOME desktop environment, but can be used by other desktop environments as well. The role of GDM is not only to provide a login interface, but also includes user session management, screen saver, automatic login and other functions. The functions of GDM mainly include the following aspects:

When we edit word documents, we always hope to make the documents more beautiful and beautiful. However, when it comes to word beautification, many people think of making the fonts and colors more personalized, and adjusting the margins and line spacing. Wait, in fact, we can make word more beautiful through more operations. For example, we can make word documents more beautiful by inserting pictures, modifying borders, etc. Next we will try to use border patterns to make word documents more beautiful, let’s learn together! First, open a new Word document, and then find the [Paragraph] tool under the [Home] tab. Next, click the [Border] option, as indicated by the red arrow in the image. 2. After we click, the system will automatically pop up a drop-down selection
