Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议增加移动端适配 #1

Open
yyt6801 opened this issue May 29, 2019 · 3 comments
Open

建议增加移动端适配 #1

yyt6801 opened this issue May 29, 2019 · 3 comments

Comments

@yyt6801
Copy link

yyt6801 commented May 29, 2019

移动端显示效果不理想

@zyupo
Copy link
Member

zyupo commented Jul 15, 2019

后续会考虑支持移动端。

@zzywcjagn
Copy link

zzywcjagn commented Nov 16, 2020

我是这样改的 改对应的css 这样手机电脑 还有高分辨率都可以看了,不过也不是很理想

    .container {
      background-color:rgba(255,255,255,0.6);

    }
   .container-body {
      display: flex;
      border-top: 1px solid #dfdfdf;
      padding: 20px 10px 0 10px;
      justify-content: space-around;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .item-block {
      border: 2px solid #dfdfdf;
      flex-direction: column;
      height: 160px;
      width: 299px;
      margin-bottom: 20px;
      margin-right: 10px;
    }
    .item-bottom {
      height: 40px;
      justify-content: space-around;
      align-items: center;
      color: #888888;
      background-color:rgba(255,255,255,0.6);
      font-size: 13px;
    }

因为我也加了一个背景 所以搞透明了 用来看背景的

@wangwuxuan2011
Copy link

简单做了一下移动端的适配,可以看一下PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants