label和input框的对齐问题

<div class="info"> <label for="student-name">Name:</label> <input type=&...

做一个form的最佳实践

结构上,form下面应该分section,section应该用aria-labelledby属性和role属性section下面,使用h2做标题,添加id属性,跟aria-labelledby保持一致h2下面,每一个要填的内容,用di...

What is performance marketing?

Performance marketing is a comprehensive term that refers to online marketing and advertising programs in which adver...

海天味业2023半年报读后感

主要财务指标营业收入好高啊,半年129亿,不看财报都不知道体谅那么大。129亿收入,有31亿的净利润,24%的净利润,很高啊。总资产330亿,半年就有129亿的收入,这资产周转率真高,因为是调味品行业吗?总资产330亿,股东权益就有2...

一些css的知识

模糊:filter: blur(2px);变形:transform: rotate(-0.6deg);设置内容不超出box:{ box-sizing: content-box; // 超出border大小box-sizing: b...

overflow:hidden 解决外边距塌陷

overflow:hidden 解决外边距塌陷:父级元素内部有子元素,如果给子元素添加margin-top样式,那么父级元素也会跟着下来,造成外边距塌陷。

Note: Learn HTML Forms by Building a Registration Form

给body width: 100%, height: 100vh; margin: 0;form要有action和methodform下面第一层级是fieldset,第二层级是label,描述文字放到label里rem是基于html的...

安装vuex版本问题报错

报错:npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: cli...

mongodb常用命令大全

链接

createdAt时间格式化

链接