xuxy
2024-06-28 b07d5f16634fc4a695fa8e6f6b18c33806f2b05a
components/footer/main.scss
@@ -21,6 +21,7 @@
      flex: 1;
      border-radius: 50rpx;
      padding: 8rpx;
      .item {
          font-family: PingFangSC-Regular, PingFang SC;
@@ -69,10 +70,10 @@
//     top: -10px;
// }
.footer-icon{
   width: 28rpx;
   height: 29rpx;
   width: 36rpx;
   height: 36rpx;
}
.footer.farmer-footer{
.footer.supplier-footer{
   left: 50%;
   transform: translateX(-50%);
   background-image: unset;
@@ -93,18 +94,19 @@
         padding-top: 12rpx;
         line-height: 50rpx;
         .footer-icon{
            margin-top: 12rpx;
            margin-top: 8rpx;
         }
      }
      &.cur {
          // font-weight: 600;
          // font-size: 28rpx;
          // color: #000000;
          // text-align: left;
          // font-style: normal;
         background: #E1F0E7;
         border-radius: 50rpx;
         color: var(--topicolor);
      }
   }
   .footer-item.cur {
       // font-weight: 600;
       // font-size: 28rpx;
       // color: #000000;
       // text-align: left;
       // font-style: normal;
      background: #E1F0E7;
      border-radius: 50rpx;
      color: var(--topicolor);
   }
}