JavaScript   发布时间:2022-04-16  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了修改js confirm alert 提示框文字的简单实例大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

修改js confirm alert 提示框文字的简单实例

*{padding: 0; margin: 0;} html{ height: 100%; } body{ font-size: 16px; font-family: "Microsoft Yahei"; height: 100%; } h1,h2,h3{ font-weight: lighter; } a{ text-decoration: none; } #selfWinsow{ width: 60%; margin: 0 20%; BACkground: #fff; position: fixed;top: 35%;border: 1px solid #ccc; padding: 0 2% 2% 2%;
}
#slefClose{
  width: 25px; height: 25px; position: absolute;right: 1rem; top: 0.4rem; z-index: 9999; cursor: pointer;
}
#slefClose::after{
  position: absolute; width: 30px; height: 30px; content: "×"; font-size: 2.5rem; line-height: 30px;
}
#selfWinsow h2{
  font-size: 1rem; border-bottom: 1px solid #ccc; line-height: 100%; padding:1rem 0;
}
#selInfo{
  font-size: 0.95rem; line-height: 2.1rem; padding: 0.5rem;
}
#selfBtBox{
  padding: 1rem; margin: 0px auto; border: 1px solid #ccc; overflow: hidden;
}
.selfBt{
  padding: 0.8rem 2%;BACkground: #323434; color: #fff; float: left; line-height: 100%; text-align: center; cursor: pointer;
}
.selfBtDouble{
  width: 46%; 
}
.selfBtSingle{
  color: #fff; width: 100%; padding: 0.8rem 0;
}
#selfOk{
  BACkground: #323434; 
}
.selftalkNo{
  float: left;
  position: relative;
  top: -5px;
  padding: 4px 10px;
  display: inline-block;
  margin-left: 5px;
  color: #000;
}
.selftalkOk{
  float: right;
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 5px;
  padding: 4px 10px;
  color: #fff;
}
#selfNo,#linkTo2{
  BACkground: #eeeeee; color: #555555 
}
#selfBACk{
  width: 100%; BACkground: rgba(0,.6);
}
#selfInput{
  display: block;
  width: 100%; padding: 0.5rem 0; border: 1px solid #eee; border-radius: 3px; margin-bottom: 1rem; text-indent: 0.6rem
}
#selfInput:focus{
  border: 1px solid #087690;
}
<form action="" method="get">

first time purchase

<section style="float:left;"&gt;
<input id="rd2" form="btn" type="radio" value="22222" name="radio" >Alternate(s) offer:</section>
<section style="float:left; margin:10px 10px"&gt;
<textarea id="text" form="btn" cols="30" rows="7" maxlength="100" style="width:600px;"&gt;</textarea>
</section>
:right; margin-right:10%;">

以上这篇修改js confirm alert 提示框文字的简单实例就是小编分享给大家的全部内容了,希望能给大家一个参,也希望大家多多支持菜鸟教程。

大佬总结

以上是大佬教程为你收集整理的修改js confirm alert 提示框文字的简单实例全部内容,希望文章能够帮你解决修改js confirm alert 提示框文字的简单实例所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。