# WanxiTrain **Repository Path**: cola-ape/wanxi-static ## Basic Information - **Project Name**: WanxiTrain - **Description**: 上传静态页面学习代码库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-07 - **Last Updated**: 2023-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.css函数:height:calc(1000*800px/1920); 2.鼠标手势:cursor: pointer; 3.下划线:text-decoration: underline; 4.虚线:border-bottom: 1px dashed gray; 5.缩进:text-indent-2{ text-indent: 2em; } 6.自动换行:flex-wrap{ display:flex; flex-wrap:wrap; } 7.逗号,分组选择器 input[type=text],textarea