运用了css变量的知识,直接上代码及其我加的注释 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>展示一个css动态条形加载条</title> <style> /* 使用CSS变量 */ .flex { display: flex; list-style: none; /* 设定li元素横向排列 */ } .loading