mh-two-thousand-and-two
2024-04-03 29a02350b873fa6339a7535fa929697fec9a8f84
static/initialize.css
@@ -3,14 +3,16 @@
      padding: 0;
      box-sizing: border-box;
   }
   html {
      font-size: calc(100 * 100vw / 1440) !important;
      /* font-size: 10px; */
   }
   body {
      font-size: .16rem !important;
   }
   .flex {
      display: flex;
      align-items: center;
@@ -45,10 +47,12 @@
   .flex-start {
      justify-content: flex-start
   }
   .flex-content{
   .flex-content {
      justify-content: space-around;
   }
   .flex-items-start{
   .flex-items-start {
      align-items: flex-start;
   }
@@ -56,10 +60,39 @@
      position: relative;
      z-index: 99999 !important;
   }
   /* 字体宋体 */
   .font-family{
   .font-family {
      font-family: 宋体;
   }
   /* 超出隐藏1 */
   .BeyondHiding1 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
   }
   /* 超出隐藏2 */
   .BeyondHiding2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 设置要显示的行数 */
      -webkit-box-orient: vertical;
      /* 设置显示方式为垂直方向 */
      overflow: hidden;
      /* 隐藏超出的内容 */
   }
   /* 超出隐藏3 */
   .BeyondHiding3 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* 设置要显示的行数 */
      -webkit-box-orient: vertical;
      /* 设置显示方式为垂直方向 */
      overflow: hidden;
      /* 隐藏超出的内容 */
   }
   ul {
      list-style: none;
   }