#
whycq
2024-05-14 1e40a94e41a811a30b49150b5feabe9b7797948a
static/css/common/order.css
@@ -11,11 +11,11 @@
   .code-title {
      display: flex;
      justify-content: space-around;
      height: 50rpx;
      /* height: 50rpx; */
   }
   .list {
      margin: 20rpx;
      font-size: 14px;
      background-color: #fff;
      border-radius: 20rpx;
      border: 1px solid #eeeeee;
@@ -98,14 +98,14 @@
      position: relative;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #333;
      padding: 0rpx 20rpx;
      border-bottom: 1px solid #d9d9d9;
   }
   .dropdown-content {
      position: absolute;
      top: calc(100% + 15rpx);
      left: 0;
      width: calc(100%);
      width: calc(100% - 20rpx);
      max-height: 300rpx;
      background-color: #fff;
      box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
@@ -113,8 +113,13 @@
      z-index: 10;
   }
   .dropdown-item {
      margin: 12rpx;
      padding: 12rpx;
      line-height: 1.2;
      font-size: 12rpx;
      line-height: 1;
      font-size: 32rpx;
      color: #3a3a3a;
   }
   .mt-flex {
      display: flex;
      align-items: center;
   }