.div{
   width: 100%;
   height: 0;
   padding-top: 100%
}

这个时候,padding-top的值与width相等,所以可以让div宽高一样,值为width的值

相关文章: