css语句解释

height: calc(100vh - 100px);    ----屏幕高度减去100px
 
flex-shrink:0;            ----防止控件压缩变形
 
outline:none;            ----取消input选中时的边框
 
max-content;          ----最大内容区宽度
原文地址:https://www.cnblogs.com/wuqilang/p/12445263.html