78 lines
1.1 KiB
Plaintext
78 lines
1.1 KiB
Plaintext
|
|
/*每个页面公共css */
|
|
.flex
|
|
{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.flexCenter
|
|
{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.flexColumn
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flexColumnCenter
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.flex1
|
|
{
|
|
flex: 1;
|
|
}
|
|
.flexWrap
|
|
{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.flexStretch
|
|
{
|
|
display: flex;
|
|
align-items: stretch;
|
|
}
|
|
.between
|
|
{
|
|
justify-content: space-between;
|
|
}
|
|
.flexEnd
|
|
{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.relative
|
|
{
|
|
position: relative;
|
|
}
|
|
.absolute
|
|
{
|
|
position: absolute;
|
|
}
|
|
.fixed
|
|
{
|
|
position: fixed;
|
|
}
|
|
view,input,textarea,scroll-view,swiper
|
|
{
|
|
box-sizing: border-box;
|
|
}
|
|
button
|
|
{
|
|
background-color: transparent;
|
|
}
|
|
button::after
|
|
{
|
|
border: none;
|
|
}
|
|
::-webkit-scrollbar
|
|
{
|
|
color: transparent;
|
|
width: 0;
|
|
}
|
|
page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;} |