» 欢迎您,
客人
:
登录
|
注册
|
找回密码
|
微博
|
社区
→
脚本中心
→ 浏览:帖子主题
* 帖子主题:
div 进度条,反白显示
pojin
(ID: 1)
头衔:论坛坛主
等级:
究级天王[荣誉]
积分:2826
发帖:
230
篇
来自:保密
注册:2023-12-09 09:36:49
造访:2026-05-05 13:56:22
[ 第
1
楼 ]
86
回复
<html><head> <title>Document</title> <style> .container { width: 200px; height: 30px; border: 1px solid #ccc; position: relative; background: #fff; color: #111 } .text { line-height: 30px; text-align: center; color: #fff; mix-blend-mode: difference } .progress { position: absolute; top: 0; height: 100%; left: 0; width: 37%; background: black } </style> </head><body> <div class="container"> <div class="progress"></div> <div class="text">hello word</div> </div></body></html>
[您可以先修改代码再运行]
2024-02-01 21:33:27
IP:已设置保密
分页:
1
, 共 1 页
快速回复主题
账号/密码
用户:
没有注册?
密码:
评论内容