jiangping
2024-07-22 b7fd27a4a7ac72eef5fc142cae9bb63fe69ef233
wechat_jiaxuan/pages/store/store.less
@@ -56,19 +56,20 @@
        .left{
          flex: 1;
          .title{
            width: 520rpx;
            font-weight: 500;
            font-size: 32rpx; 
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            overflow: hidden;//文本超出隐藏
            text-overflow: ellipsis;
            margin-bottom: 16rpx;
          }
          .address{
            width: 520rpx;
            display: flex;
            align-items: center;
            white-space: nowrap;
            overflow: hidden;
            overflow: hidden;//文本超出隐藏
            text-overflow: ellipsis;
            font-size: 26rpx;
            color: #888888;
@@ -83,7 +84,7 @@
          font-size: 24rpx;
          color: #333333;
          text-align: center;
          margin-left: 80rpx;
          margin-left: 20rpx;
          .phone{
            width: 60rpx;
            margin-bottom: 4rpx;