标签:box 斜体字 网名 抖音 result font border 255
抖音斜体字生成-网名斜体字HTML代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>抖音斜体字</title> <style> body{ background-color: #7952b3; padding: 0px; margin: 20px; margin-bottom: 10px; } .youname{ width: 100%; height: 37px; border: none; box-shadow: 1px 1px 3px #584d69; border-radius: 2px; margin-bottom: 20px; margin-top: 20px; outline: none; padding-left: 10px; box-sizing: border-box; line-height: 37px; font-size: 16px; } .apptitle{ font-size: 24px; color: #ffffff; font-weight: bold; text-shadow: 2px 2px 2px #fd2a2a; font-style: italic; } button{ padding: .75rem; background-image: linear-gradient(to bottom right,rgba(255,255,255,.2),rgba(255,255,255,.01)); box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.1); background-color: #dc3545!important; border: none; width: 100%; color: #ffffff; border-radius: 2px; outline: none; } .result{ width: 100%; height: 80px; border: none; box-shadow: 1px 1px 3px #584d69; border-radius: 2px; outline: none; box-sizing: border-box; background-color: #ffffff; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 24px; } </style> </head> <body> <div class="apptitle">抖音斜体字生成</div> <div class="doc"> <input value="whq" placeholder="请输入昵称" id="youname" class="youname" > <div class="result" id="result"></div> <button onclick="ok()">点击生成</button> </div> <script> const baseText = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' const LowerCase = ['标签:box,斜体字,网名,抖音,result,font,border,255
来源: https://www.cnblogs.com/whqbk/p/14547698.html本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。