#
whycq
2023-02-13 8207882825e81313cfd5af74b3d30a1414a908ba
static/css/app.less
@@ -21,14 +21,12 @@
   }
}
.list {
   margin-top: 5rpx;
   width: 100%;
   margin: 5px 15px 0 15px;
   min-height: 80rpx;
   // background-color: #bbb;
   display: grid;
   grid-template-columns: 550rpx 1fr;
   border-bottom: 1px solid #bbb;
   &-left {
      // background-color: #007aff;
      display: grid;
      grid-template-columns: 1fr 3fr;
      .desc {
@@ -36,6 +34,25 @@
      }
   }
   &-right {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
   }
}
   &:last-child {
      border:none;
   }
   :last-child {
      margin-bottom: 10rpx;
   }
}
.buttom {
   position: fixed;
   bottom: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: 100rpx;
   // background-color: #007aff;
}