为了账号安全,请及时绑定邮箱和手机立即绑定

有会stylus的吗,问下这段代码怎么用for循环简写

有会stylus的吗,问下这段代码怎么用for循环简写

杨魅力 2018-10-02 13:41:16
            .opencode[code="01"] {                background: url(/static/images/theme/cars/car01.png) center no-repeat;                background-size: cover;            }            .opencode[code="02"] {                background: url(/static/images/theme/cars/car02.png) center no-repeat;                background-size: cover;            }            .opencode[code="03"] {                background: url(/static/images/theme/cars/car03.png) center no-repeat;                background-size: cover;            }            .opencode[code="04"] {                background: url(/static/images/theme/cars/car04.png) center no-repeat;                background-size: cover;            }
查看完整描述

1 回答

?
慕姐8265434

TA贡献1813条经验 获得超2个赞

for i in 01 02 03 04 05 06 07 08 09 10

  .opencode[code={i}]

      background: url('/static/images/theme/cars/car' + i +

 '.png') center no-repeat;

      background-size: cover;


查看完整回答
反对 回复 2018-10-08
  • 1 回答
  • 0 关注
  • 2088 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信