Przeglądaj źródła

调整应用市场样式

lixp11 4 lat temu
rodzic
commit
c6ce9a1f70

+ 1 - 1
2020/appstore/public/index.html

@ -5,7 +5,7 @@
5 5
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 6
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
7 7
    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
8
    <title><%= htmlWebpackPlugin.options.title %></title>
8
    <title>Appstore</title>
9 9
  </head>
10 10
  <body>
11 11
    <noscript>

+ 4 - 2
2020/appstore/src/assets/css/index-mobile.css

@ -402,18 +402,20 @@
402 402
    display: none;
403 403
  }
404 404
405
  .app-detail-preview,
405
  .app-detail-preview .main-content,
406 406
  .app-intro {
407 407
    padding: .24rem 0;
408 408
  }
409 409
410 410
  .app-detail-preview {
411
    margin-left: .05rem;
411
    margin: 0 .2rem;
412
    padding: 0;
412 413
  }
413 414
414 415
  .app-detail-preview .main-content {
415 416
    width: auto;
416 417
    overflow-x: auto;
418
    border-bottom: 1px solid #e8e8e8;
417 419
  }
418 420
419 421
  .app-preview-img {