Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
11a206381b
1 changed files with 0 additions and 23 deletions
  1. 23
      app.wxss

23
app.wxss

@ -3,10 +3,6 @@
@import 'components/common/index.wxss';
/**app.wxss**/
.scrollPage {
height: 100vh;
}
.flex-center {
align-items: center;
justify-content: center;
@ -27,21 +23,6 @@
justify-content: space-between;
}
.page-outline {
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400;
color: #999999;
line-height: 16px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.weui_goback {
font-size: 28rpx;
width: 1em;
@ -57,10 +38,6 @@
opacity: .5
}
.scroll{
z-index: 60;
}
page {
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',

Loading…
Cancel
Save