首页 > 作文

js动态设置padding

更新时间:2023-04-06 08:45:32 阅读: 评论:0

我想通过js动态设置元素padding-top的百分比值:以下几种都是无法设置成功的:

// 分许tattribute设置padding-top并且转换监控中心为百分比imag工科ebox.tattribute('padding-top',`${(imageheight/imagewidth)*(swiperwidth/imageboxwidth)*100}%`);//tattribute设置padding-top使用percentageimagebox.tattribute('padding-top',`percentage(${(imageheight/imagewidth)*聚美优品陈欧女朋友(swiperwidth/imageboxwidth)})`);// style属性直接设置 使用percentageimagebox.style.paddingtop = `percentage${(imageheight/imagewidth)*(swiperwidth/imag乐天超市eboxwidth)}`;

成功实现的方式:

imagebox.style.paddingtop = `${(imageheight/imagewidth)*(swiperwidth/imageboxwidth)*100}%`;

percentage这个百分比用法在css中是起作用的,在js中还是设置css样式的时候还是尽量少用,会出现设置不成功的问题,还是需要转换成百分比。

本文发布于:2023-04-06 08:45:30,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/14f57572fbe454387532a059276cfbd4.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:js动态设置padding.doc

本文 PDF 下载地址:js动态设置padding.pdf

标签:百分比   都是   我想   比值
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图