lll
liukangdong
2024-08-08 7cd2d5f404b9845cfe2cbc29334e7785346fde01
lll
已修改6个文件
14 ■■■■■ 文件已修改
wechat_jiaxuan/components/disProduct/index.less 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/components/disProduct/index.wxss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/components/disProduct/index.less 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/components/disProduct/index.wxss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/login/index.less 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/login/index.wxss 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_jiaxuan/components/disProduct/index.less
@@ -165,7 +165,7 @@
      }
    }
    .goods_list {
      height: 100%;
      height: calc( 100% - 100rpx );
      width: 590rpx;
      box-sizing: border-box;
      padding: 12rpx 40rpx;
wechat_jiaxuan/components/disProduct/index.wxss
@@ -153,7 +153,7 @@
  background-color: #333333;
}
.main_content .main_right .goods_list {
  height: 100%;
  height: calc(100% - 100rpx);
  width: 590rpx;
  box-sizing: border-box;
  padding: 12rpx 40rpx;
wechat_staff/components/disProduct/index.less
@@ -166,7 +166,7 @@
    }
    .goods_list {
      height: 100%;
      height: calc( 100% - 100rpx );
      width: 590rpx;
      box-sizing: border-box;
      padding: 12rpx 40rpx;
@@ -174,7 +174,7 @@
        height: 92rpx;
      }
      .item {
        width: 242rpx;
        width: 240rpx;
        float: left;
        margin-bottom: 32rpx;
        // margin-right: 26rpx;
wechat_staff/components/disProduct/index.wxss
@@ -151,7 +151,7 @@
  background-color: #333333;
}
.main_content .main_right .goods_list {
  height: 100%;
  height: calc(100% - 100rpx);
  width: 590rpx;
  box-sizing: border-box;
  padding: 12rpx 40rpx;
@@ -160,7 +160,7 @@
  height: 92rpx;
}
.main_content .main_right .goods_list .item {
  width: 242rpx;
  width: 240rpx;
  float: left;
  margin-bottom: 32rpx;
}
wechat_staff/pages/login/index.less
@@ -42,6 +42,7 @@
    border-bottom: 1rpx solid #E5E5E5;
    .icon{
      width: 40rpx;
      height: 40rpx;
    }
    .input{
      flex: 1;
wechat_staff/pages/login/index.wxss
@@ -44,6 +44,7 @@
}
.btns .line .icon {
  width: 40rpx;
  height: 40rpx;
}
.btns .line .input {
  flex: 1;