You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
569 B
47 lines
569 B
page {
|
|
font-size:$uni-font-size-base;
|
|
line-height: 1;
|
|
background-color: #fff;
|
|
-webkit-overflow-scrolling: touch; /* 使ios列表滑动流畅*/
|
|
}
|
|
|
|
page,
|
|
view,
|
|
input,
|
|
text,
|
|
form,
|
|
navigator,
|
|
rich-text,
|
|
picker,
|
|
scroll-view,
|
|
cover-view,
|
|
open-data {
|
|
box-sizing: border-box;
|
|
}
|
|
rich-text,
|
|
open-data,
|
|
form {
|
|
display: block;
|
|
}
|
|
|
|
cover-view {
|
|
line-height: 1.5;
|
|
white-space: normal;
|
|
}
|
|
|
|
::webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
button::after {
|
|
border: 0;
|
|
}
|
|
|
|
/* 清除浮动 */
|
|
.clearfix:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|