#
Junjie
2025-07-17 7a6ac12d3cb02d8e5a6745af6800a6979c8d5a1a
static/css/common.css
@@ -1,3 +1,32 @@
/* columns 列  缩写 col */
/* 一行一列 */
.one-col {
   width: 100%;
   height: 0;
   padding-bottom: 100%;
   background-color: #FFF;
   display: inline-block;
   float: left;
}
/* 一行两列 */
.two-cols {
   width: 50%;
   height: 0;
   padding-bottom: 50%;
   background-color: #FFF;
   display: inline-block;
   float: left;
}
/* 一行三列 */
.three-cols {
   width: 33.33%;
   height: 0;
   padding-bottom: 33.33%;
   background-color: #FFF;
   display: inline-block;
   float: left;
}
/* 条码扫描框 */
.search-box {
   width: 100%;