You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/* #ifndef APP-PLUS-NVUE */
page {
min-height : 100 % ;
height : auto ;
}
/* #endif */
/* 解决头条小程序字体图标不显示问题, 因为头条运行时自动插入了span标签, 且有全局字体 */
/* #ifdef MP-TOUTIAO */
/* text :not(view) {
font-family: uniicons;
} */
/* #endif */
. uni-icon {
font-family : uniicons ;
font-weight : normal ;
}
. uni-container {
padding : 15 px ;
background-color : #f8f8f8 ;
}
. uni-header-logo {
/* #ifdef H5 */
display : flex ;
/* #endif */
padding : 15 px 15 px ;
flex-direction : column ;
justify-content : center ;
align-items : center ;
margin-top : 10 rpx ;
}
. uni-header-image {
width : 80 px ;
height : 80 px ;
}
. uni-hello-text {
margin-bottom : 20 px ;
}
. hello-text {
color : #7A7E83 ;
font-size : 14 px ;
line-height : 20 px ;
}
. hello-link {
color : #7A7E83 ;
font-size : 14 px ;
line-height : 20 px ;
}
. uni-panel {
margin-bottom : 12 px ;
}
. uni-panel-h {
/* #ifdef H5 */
display : flex ;
/* #endif */
background-color : #ffffff ;
flex-direction : row !important ;
/* justify-content: space-between !important; */
align-items : center !important ;
padding : 12 px ;
/* #ifdef H5 */
cursor : pointer ;
/* #endif */
}
/*
.uni-panel-h:active {
background-color: #f8f8f8;
}
*/
. uni-panel-h-on {
background-color : #f0f0f0 ;
}
. uni-panel-text {
flex : 1 ;
color : #000000 ;
font-size : 14 px ;
font-weight : normal ;
}
. uni-panel-icon {
margin-left : 15 px ;
color : #999999 ;
font-size : 14 px ;
font-weight : normal ;
transform : rotate ( 0 deg ) ;
transition-duration : 0 s ;
transition-property : transform ;
}
. uni-panel-icon-on {
transform : rotate ( 180 deg ) ;
}
. uni-navigate-item {
/* #ifdef H5 */
display : flex ;
/* #endif */
flex-direction : row ;
align-items : center ;
background-color : #FFFFFF ;
border-top-style : solid ;
border-top-color : #f0f0f0 ;
border-top-width : 1 px ;
padding : 12 px ;
/* #ifdef H5 */
cursor : pointer ;
/* #endif */
}
. uni-navigate-item : active {
background-color : #f8f8f8 ;
}
. uni-navigate-text {
flex : 1 ;
color : #000000 ;
font-size : 14 px ;
font-weight : normal ;
}
. uni-navigate-icon {
margin-left : 15 px ;
color : #999999 ;
font-size : 14 px ;
font-weight : normal ;
}