🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ <title>Document</title> <!-- 3.外部样式 --> <link rel="stylesheet" href="css/base.css"> <!-- 1.内部样式表 --> <!-- <style> .one{ color:red; } </style> --> </head> <body> <!-- 2.内联样式 !!!不要用 --> <div class="one"> hello world </div> </body> ~~~